1 [[template id=plugin name=map author="Alessandro Dotti Contra"]]
4 This plugin generates a hierarchical page map for the wiki. Example usage:
6 \[[map pages="* and !blog/* and !*/Discussion"]]
8 If the pages to include are not specified, all pages (and other files) in
11 Hint: To limit the map to displaying pages less than a certain level deep,
12 use a [[ikiwiki/PageSpec]] like this: `pages="* and !*/*/*"`
14 [[if test="enabled(map)" then="""
15 Here's an example map, for the plugins section of this wiki:
17 [[map pages="(plugins or plugins/*) and !*/*/*"]]