]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/map.mdwn
revert broken parentlinks fix, which was broken, explain why
[ikiwiki.git] / doc / plugins / map.mdwn
1 This plugin generates a hierarchical page map for the wiki. Example usage:
2
3         \[[map pages="* and !blog/* and !*/Discussion"]]
4
5 If the pages to include are not specified, all pages (and other files) in
6 the wiki are mapped.
7
8 Hint: To limit the map to displaying pages less than a certian level deep,
9 use a [[PageSpec]] like this: `pages="* and !*/*/*"`
10
11 This plugin is included in ikiwiki, but is not enabled by default.
12 It was contributed by Alessandro Dotti Contra.
13
14 If this plugin is enabled, here is a page map for the plugins section
15 of this wiki:
16
17 [[map pages="(plugins or plugins/*) and !*/*/*"]]
18
19 [[tag type/meta]]