This is a quick mod of Back Links to do the job recursively. If your
site is categorized correctly, and all the categories are listed in
Category Category, then a Rec Back Links? there will produce a contents
page for the entire site.
The list is as deep as the recursion level.
Usage
<?plugin SiteMap direction=back|forward reclimit=4 ?>
Arguments
- direction
- Get Back Links or forward links (links listed on the page)
- firstreversed
- If true, get Back Links for the first page and forward
links for the rest.
Only applicable when direction = 'forward'.
- excludeunknown
- If true (default) then exclude any mentioned pages
which don't exist yet.
Only applicable when direction = 'forward'.
- exclude
- Default: ''
- include_self
- Default: 0
- noheader
- Default: 0
- page
- Default: pagename? The current page
- description
- Override default Description. Printed as header.
- reclimit
- Default: 4
- info
- Default: false
Example
<?plugin SiteMap page=PhpWikiDocumentation ?>
Recursively get Back Links or links (max. recursion level: 4):
Author
Cuthbert Cat (cuthbertcat)
See Also
Help:Back Links Plugin?
Php Wiki Documentation Help:Wiki Plugin