]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPageGroupPlugin
Initialize $html
[SourceForge/phpwiki.git] / pgsrc / Help%2FPageGroupPlugin
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%2FPageGroupPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~PageGroup** [[Help:WikiPlugin|plugin]] allows to browse pages groups.
10
11 == Usage ==
12 {{{
13 <<PageGroup arguments>>
14 }}}
15
16 == Arguments ==
17
18 {| class="bordered"
19 |-
20 ! Argument
21 ! Description
22 ! Default value
23 |-
24 | **parent**
25 |
26 | //None// (required argument)
27 |-
28 | **rev**
29 |
30 | false
31 |-
32 | **section**
33 |
34 | "Contents"
35 |-
36 | **label**
37 |
38 |
39 |-
40 | **loop**
41 |
42 | false
43 |}
44
45 == Examples ==
46
47 {{{
48 <<PageGroup parent=MyTableOfContents >>
49
50 <<PageGroup
51          parent=MyTableOfContents
52          label="Visit more pages in MyTableOfContents"
53 >>
54
55 <<PageGroup parent=MyTableOfContents section=PartTwo loop=true >>
56
57 <<PageGroup parent=MyTableOfContents loop=1 >>
58 }}}
59
60 == Author ==
61 * [[Help:Reini Urban|Reini Urban]]
62
63 == See Also ==
64
65 <noinclude>
66 ----
67 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
68 </noinclude>