]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FIncludeSiteMapPlugin
Initialize $html
[SourceForge/phpwiki.git] / pgsrc / Help%2FIncludeSiteMapPlugin
1 Date: Fri,  7 Dec 2012 14:58:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FIncludeSiteMapPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 This is a quick mod of [[Help:BackLinksPlugin|BackLinks plugin]] to do the job recursively. If your
10 site is categorized correctly, and all the categories are listed in
11 [[:CategoryCategory|CategoryCategory]], then a recursive ~BackLinks there will produce a contents
12 page for the entire site.
13
14 The list is as deep as the recursion level (##reclimit##).
15
16 == Usage ==
17 {{{
18 <<IncludeSiteMap direction=back|forward reclimit=4>>
19 }}}
20
21 == Arguments ==
22
23 {| class="bordered"
24 |-
25 ! Argument
26 ! Description
27 ! Default value
28 |-
29 | **direction**
30 | Get BackLinks or forward links (links listed on the page)
31 |
32 |-
33 | **firstreversed**
34 | If true, get BackLinks for the first page and forward links for the rest.  Only applicable when direction = 'forward'.
35 |
36 |-
37 | **excludeunknown**
38 | If true (default) then exclude any mentioned pages which don't exist yet.  Only applicable when direction = 'forward'.
39 |
40 |-
41 | **exclude**
42 |
43 |
44 |-
45 | **include_self**
46 |
47 | 0
48 |-
49 | **noheader**
50 |
51 | 0
52 |-
53 | **page**
54 |
55 | The current page
56 |-
57 | **description**
58 | Override default Description. Printed as header.
59 |
60 |-
61 | **reclimit**
62 |
63 | 4
64 |-
65 | **info**
66 |
67 | false
68 |}
69
70 == Example ==
71
72 {{{
73 <<SiteMap page=PhpWikiDocumentation>>
74 }}}
75
76 <<SiteMap page=PhpWikiDocumentation>>
77
78 == Author ==
79 * Cuthbert Cat
80 * Redesigned by [[Help:Reini Urban|Reini Urban]]
81
82 == See Also ==
83 * [[Help:BackLinksPlugin]]
84 * [[Help:SiteMapPlugin]]
85
86 <noinclude>
87 ----
88 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
89 </noinclude>