This plugin is used to display a Table of Contents (optionally of a given topic), of your Pages.
Many parameters help you customize the look and feel.
Usage :
<plugin>display_table_of_contents[<param>param_name<value>param_value</value></param>]</plugin>
Parameters between [ & ] are optional ( [ & ] are not part of the plugin syntax... )
You can use several parameters.
Parameters List:
Parameter |
Default Value |
Description |
topic |
No restriction on the topic |
Only if the Page belong to the given topic. |
show_subtree |
The whole tree is displayed. |
Possible values are: children, siblings, and parent. |
show_subtree_of |
The current page identifier is used. |
You can specify a page identifier. |
Usage Example:
<plugin> display_table_of_contents
<param>topic<value>topic_id</value></param>
</plugin>