Date: Mon, 1 Jun 2009 15:05:05 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=Help%2FSiteMapPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; markup=2; charset=UTF-8 Content-Transfer-Encoding: binary This is a quick mod of BackLinks to do the job recursively. If your site is categorized correctly, and all the categories are listed in CategoryCategory, then a recursive BackLinks there will produce a contents page for the entire site. The list is as deep as the recursion level. == Usage {{{ <> }}} == Arguments {| class="bordered" |- ! Argument ! Description ! Default value |- | **direction** | Get BackLinks or forward links (links listed on the page) | |- | **firstreversed** | If true, get BackLinks 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** | | |- | **include_self** | | 0 |- | **noheader** | | 0 |- | **page** | | The current page |- | **description** | Override default Description. Printed as header. | |- | **reclimit** | | 4 |- | **info** | | false |} == Example {{{ <> }}} <> == Author * Cuthbert Cat (cuthbertcat) == See Also * [[Help:BackLinksPlugin]] ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]