Plugin Table of Contents | |
|
Parameters | ||||||||||||||||||||||||||||||||||||||||||||||||||
Display a table of contents of pages in a structure Introduced in Tiki 3. Go to the source code Preferences required: wikiplugin_toc, feature_wiki_structure
|
Same Page in Multiple Structures | |
Navigating to a page that is included in multiple structures can cause a PluginToc used on that page to behave unexpectedly. In these cases the For example, assume we have one structure called "Full" and one called "Shell" and we have a page called "Examples" that is included in both. In the Full structure, the Examples page has three pages under it called "Example 1", "Example 2" and "Example 3", whereas in the Shell structure there are no pages under the Examples page. If you want the three example pages to show in PluginToc every time the Examples page is brought up, then the
Now PluginToc on the Examples page will show the three pages underneath it in the Full structure. |
Using the | |
Passing the
|
Examples | |
All levels | |
This code: Copy to clipboard
The page "Author Resources" used for the pagename parameter in the above example is the root page of a structure. |
First level only with numerotation | |
This code: Copy to clipboard
|
From second level and sorted as in the structure | |
This code: Copy to clipboard
|
Only second level and sorted from A to Z | |
This code: Copy to clipboard
|
Show description and no numbers | |
This code: Copy to clipboard
|
Related pages | |
|
Alias | |