[WordPress] 外掛分享: Yada Wiki

首頁外掛目錄 › Yada Wiki
WordPress 外掛 Yada Wiki 的封面圖片
2,000+
安裝啟用
★★★★
4.9/5 分(23 則評價)
116 天前
最後更新
0%
問題解決
WordPress 4.1+ v3.6 上架:2015-03-12

內容簡介

Yada Wiki 提供了一種 wiki 文章型別、自定義標籤和分類、目錄索引以及章節表格選項的 WordPress 外掛。此外,該外掛還允許您使用 wiki 頁面標題將您的 wiki 頁面相互連結。

編輯器工具欄有兩個易於使用的短代碼按鈕。建議您使用這些按鈕生成短代碼,而不是嘗試記憶短代碼和其值。

「新增 Wiki 連結」按鈕:
當您單擊第一個按鈕「新增 Wiki 連結」時,會彈出一個視窗,在「連結」文字框中輸入您要鏈接的 wiki 頁面的標題。您可以選擇在「顯示」文本框中輸入希望顯示的連結文字,或者將其留空以僅顯示標題。您可以手動添加「anchor」參數以用於分頁連結。詳細信息請參閱文檔。

當您單擊「確定」時,在編輯窗口的光標位置插入短代碼。例如,要連結到一個名為「How To Make Iced Coffee」的 wiki 頁面,但顯示連結文本為「How To Make My Favorite Drink」,請輸入以下短代碼:

[yadawiki link=”How To Make Iced Coffee” show=”How To Make My Favorite Drink”]

您可以使用 Wiki Link 短代碼創建鏈接頁面的結構。

「新增 Wiki 列表」按鈕:
新增 Wiki 列表按鈕為您提供三個選項以添加一些收集輸出。

輸出 TOC 頁面
第一個選項插入一個短代碼,用於輸出您的「TOC」頁面。使用 Yada Wiki,您可以創建一個名為「TOC」的特殊 wiki 頁面,它將作為您的 wiki 的目錄。您可以在文章編輯器中使用 wiki 鏈接和設置目錄樣式。選擇此選項可將 TOC 頁面嵌入到其他頁面中,例如:

[yadawikitoc show_toc=”true”]

輸出 Wiki 分類
第二個選項插入一個列表,其中包含您的 wiki 分類中的 wiki 頁面。您可以選擇按標題或按創建日期進行列表輸出。例如:

[yadawikitoc show_toc=”true” category=”Drinks” order=”title”]

輸出索引
第三個選項插入一個索引,顯示您的 wiki 頁面或分類。輸出為響應式類似表格的網格,您可以選擇列數。例如,要輸出 wiki 頁面:

[yadawiki-index type=”pages” columns=”4″]

按照標題列出所有 wiki 分類的示例:

[yadawiki-index type=”all-categories-name” columns=”3″]

側邊欄小工具:
Yada Wiki 具有兩個小工具。一個用於在側邊欄中展示 TOC 頁面和給定類別的文章標題列表,另一個用於展示最近的 wiki 文章。有關使用側邊欄小工具的信息,請參考 FAQ 部分。

文件:
可在 https://www.webtng.com/yada-wiki-documentation/ 中找到文檔。

FAQ 中也有有用的信息。

視頻演示:
此視頻提供了所有功能的演示:

** 翻譯 **
該插件可提供以下語言版本:
* 英語
* 西班牙語

致謝

用户@JulianSMoore在提出改進建議和審查更改方面非常有幫助。

外掛標籤

開發者團隊

⬇ 下載最新版 (v3.6) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Yada Wiki」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Yada Wiki provides a wiki post type, custom tags and categories, an index, and a table of contents option. The plugin allows you to link your wiki pages together using the wiki page titles.
Note: As of Yada Wiki 3.6, for current users who have been manually adding HTML tags or special characters to their shortcodes, for security reasons these must be filtered on save. An exception was added for the EM tag because I saw support tickets where users said they were using this tag. If you have been manually editing the shortcodes then you may want to test before installing version 3.6.
There are two easy to use shortcode buttons available on the editor toolbar. Rather than try to remember the shortcodes and their values, it is recommended that you use these buttons to generate the shortcodes for you.
The “Add Wiki Link” Button:
When you click the first button, the add wiki link button, a pop-up opens where you enter the title of the wiki page you are linking to in the “Link” text box. You can optionally enter text into the “Show” text box that you want to show for the link, or leave that blank to just show the title. There is the ability to manually add an “anchor” parameter for on-page links. Please see the documentation for more information on this.
When you click “OK”, a shortcode is inserted into your edit window at the cursor location. For example to link to a wiki page called “How To Make Iced Coffee” but show the text for the link as “How To Make My Favorite Drink”:
[yadawiki link=”How To Make Iced Coffee” show=”How To Make My Favorite Drink”]
You use Wiki Link shortcodes to create the structure of linked pages.
The “Add Wiki Listing” Button:
The Add Wiki Listing button gives you three options for adding some collected output.
Output TOC Page
The first option inserts a shortcode that will output your “TOC” page. With Yada Wiki, you can create a special wiki page with the title of “TOC” that will serve as the table of contents for your wiki. You can use wiki links and style the table of contents as you like in the post editor. Selecting this option allows you to embed the TOC page in another page. For example:
[yadawikitoc show_toc=”true”]
Output Wiki Category
The second option inserts a list of the wiki pages for one of your wiki categories. You can optionally choose to output the list by title or by creation date. For example:
[yadawikitoc show_toc=”true” category=”Drinks” order=”title”]
Output Index
The third option inserts a grid of your wiki pages or categories. The output is in a responsive table-like grid and you can choose the number of columns. For example, to output wiki pages:
[yadawiki-index type=”pages” columns=”4″]
An example for listing a single wiki category by title:
[yadawiki-index type=”category-name” category=”States” columns=”3″]
An example for listing all wiki categories by title:
[yadawiki-index type=”all-categories-name” columns=”3″]
Note that in the index listing the category hierarchy only goes down one level deep from to the top.
Sidebar Widgets:
There are two Yada Wiki widgets. One for showing the TOC page and a list of article titles for a given category in the sidebar and the other for showing recent wiki articles. Please see the FAQ section for information about using the sidebar widgets.
Documentation:
Documentation is available at https://www.webtng.com/yada-wiki-documentation/
The FAQs below also have good information.
Video Walk-through:
This video provides a walk-though of all of the features:

** Translations **
The plugin is available in:
* English
* Spanish
Acknowledgements
The user @JulianSMoore has been very helpful in suggesting improvements and reviewing changes. Thanks to the user @simplyletgo who contributed the recent wiki post widget.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon