]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FIncludeTreePlugin
Produced by PhpWiki 1.5.5
[SourceForge/phpwiki.git] / pgsrc / Help%2FIncludeTreePlugin
1 Date: Thu, 10 Dec 2015 18:48:03 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FIncludeTreePlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 Display Dynamic Category Tree.
10
11 == Usage ==
12
13 {{{
14 <<IncludeTree arguments>>
15 }}}
16
17 == Arguments ==
18
19 {| class="bordered"
20 |-
21 ! Argument
22 ! Description
23 ! Default value
24 |-
25 | **exclude**
26 |
27 |
28 |-
29 | **include_self**
30 |
31 | 0
32 |-
33 | **noheader**
34 |
35 | 0
36 |-
37 | **page**
38 |
39 | The current page
40 |-
41 | **description**
42 | Override default Description. Printed as header.
43 |
44 |-
45 | **reclimit**
46 |
47 | 2
48 |-
49 | **info**
50 |
51 | false
52 |-
53 | **direction**
54 | Get BackLinks or forward links (links listed on the page)
55 | back
56 |-
57 | **firstreversed**
58 | If true, get BackLinks for the first page and forward links for the rest.  Only applicable when direction = 'forward'.
59 | false
60 |-
61 | **excludeunknown**
62 | If true (default) then exclude any mentioned pages which don't exist yet.  Only applicable when direction = 'forward'.
63 | true
64 |-
65 | **dtree**
66 |
67 | true
68 |}
69
70
71 == Example ==
72
73 {{{
74 <<IncludeTree>>
75 }}}
76
77 == Author ==
78 * [[Help:Reini Urban|Reini Urban]]
79
80 == See Also ==
81 * [[Help:SiteMapPlugin]]
82
83 <noinclude>
84 ----
85 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
86 </noinclude>