2006-08-23 22:27:18 +02:00
|
|
|
[[template id=plugin name=map included=1 author="Alessandro Dotti Contra"]]
|
2006-08-23 07:41:07 +02:00
|
|
|
[[tag type/meta]]
|
|
|
|
|
2006-08-18 18:18:45 +02:00
|
|
|
This plugin generates a hierarchical page map for the wiki. Example usage:
|
|
|
|
|
2006-08-18 18:45:28 +02:00
|
|
|
\[[map pages="* and !blog/* and !*/Discussion"]]
|
2006-08-18 18:18:45 +02:00
|
|
|
|
|
|
|
If the pages to include are not specified, all pages (and other files) in
|
2006-08-18 18:45:28 +02:00
|
|
|
the wiki are mapped.
|
|
|
|
|
|
|
|
Hint: To limit the map to displaying pages less than a certian level deep,
|
|
|
|
use a [[PageSpec]] like this: `pages="* and !*/*/*"`
|
2006-08-18 18:18:45 +02:00
|
|
|
|
2007-02-12 03:44:47 +01:00
|
|
|
[[if test="enabled(map)" then="""
|
|
|
|
Here's an example map, for the plugins section of this wiki:
|
2006-08-18 18:18:45 +02:00
|
|
|
|
2006-08-18 18:45:28 +02:00
|
|
|
[[map pages="(plugins or plugins/*) and !*/*/*"]]
|
2007-02-12 03:44:47 +01:00
|
|
|
"""]]
|