remove maxdepth, it can be accomplished by pagespec like ".. and !*/*/*/*"
[ikiwiki] / 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
13 If this plugin is enabled, here is a page map for the plugins section
14 of this wiki:
15
16 [[map pages="(plugins or plugins/*) and !*/*/*"]]
17
18 [[tag type/meta]]