Contents
Various things for dealing with the wiki as a hierarchy
Note: This plugin is deprecated.
- Since trac:changeset:4442, an alternative to ParentWiki macro is to use the trac link
[..]
- Since trac:milestone:1.1.2 the TitleIndex macro has functionality equivalent to SubWiki (trac:#11455).
If you find any functionality lacking, please open a ticket with Trac.
Description
The plugin provides SubWiki and ParentWiki macros.
SubWiki
Inserts an alphabetic list of sub-wiki pages into the output. A sub-wiki page is a page that is is deeper in the hierachy than the current page. e.g. if the current page is People, the this will return a list of all wiki entries that start with "People/"
Accepts a prefix string as parameter: if provided, only pages with names that start with the prefix are included in the resulting list. If this parameter is omitted, all pages are listed.
This now takes the text of the first heading and displays it as the link name.
ParentWiki
Inserts a link to the "parent" wiki entry.
This only applies to wikis that have a "/" in their name indicating hierarchy.
e.g. an entry named Java/Introduction will have a parent of Java. All other wiki entries have a parent of WikiStart.
Bugs/Feature Requests
Existing bugs and feature requests for HierWikiPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out HierWikiPlugin from here using Subversion, or browse the source with Trac.
Example
[[SubWiki(Projects/,1)]]
Go up: [[ParentWiki]]
Recent Changes
Author/Contributors
Author: coderanger
Maintainer: none (deprecated)
Contributors: muness