Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Hierarchical NavigationNavigation block that displays the current topic, its parent and children (if any).This is intended to be included in other topics, for example in a side navigation bar (WebLeftBar). NOTE: The lookup for parent and children will increase the loading time of your pages. UsageTwo sections are defined:
Displaying the Parent - Current - Children blockgenerates:%INCLUDE{"%TWIKIWEB%.HierarchicalNavigation" section="all"}% <--/twikiHierarchicalNavigation-->When included in WebLeftBar (using default Pattern skin) this is styled to: <--/twikiHierarchicalNavigation--> Displaying child topicsgenerates: Child topics:*Child topics:* %INCLUDE{"%TWIKIWEB%.HierarchicalNavigation" section="children"}% <--/twikiHierarchicalNavigation--> |