Diff: Help/IncludeSiteMapPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 5 and previous revision of Help/IncludeSiteMapPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
Older page: version 4 Last edited on 22 May 2014 3:01 by harold Revert
@@ -1,81 +1,27 @@
-This is a quick mod of [[Help:BackLinksPlugin|BackLinks plugin]] to do the job recursively. If your  
-site is categorized correctly, and all the categories are listed in  
-[[:CategoryCategory|CategoryCategory]], then a recursive ~BackLinks there will produce a contents  
-page for the entire site.  
+_short description_  
  
-The list is as deep as the recursion level (##reclimit##).  
+! Usage  
+<verbatim>  
+ <?plugin IncludeSiteMap ?>  
+</verbatim>  
  
-== Usage ==  
-{{{  
-<<IncludeSiteMap direction=back|forward reclimit=4>>  
-}}}  
+! Arguments  
  
-== Arguments ==  
+page _(default: current pagename)_:  
+ The page to execute upon.  
  
-{| 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  
  
-== Example ==  
+<verbatim>  
+<?plugin IncludeSiteMap ?>  
+</verbatim>  
  
-{{{  
- <<SiteMap page=PhpWikiDocumentation> >  
-}}}  
+<?plugin IncludeSiteMap ?
  
-<<SiteMap page=PhpWikiDocumentation>>  
+! Author  
+PhpWiki:ReiniUrban  
  
-== Author ==  
-* Cuthbert Cat  
-* Redesigned by [[Help:Reini Urban|Reini Urban]]  
+! See Also  
  
-== See Also ==  
-* [[Help:BackLinksPlugin]]  
-* [[Help:SiteMapPlugin]]  
-  
-<noinclude>  
 ---- 
-[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
-</noinclude>  
+PhpWikiDocumentation Help:WikiPlugin  

version 5

short description

Usage

  <?plugin IncludeSiteMap ?>

Arguments

page (default: current pagename)
The page to execute upon.

Example

<?plugin IncludeSiteMap ?>

Include recursively all linked pages starting at pagename. (max. recursion level: 2):

Author

PhpWiki:ReiniUrban

See Also


PhpWikiDocumentation Help:WikiPlugin