]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FListSubpagesPlugin
Initialize $html
[SourceForge/phpwiki.git] / pgsrc / Help%2FListSubpagesPlugin
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%2FListSubpagesPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~ListSubpages** [[Help:WikiPlugin|plugin]] lists the names of all sub-pages of a given page (by default the current page).
10
11 == Usage ==
12
13 {{{
14 <<ListSubpages arguments>>
15 }}}
16
17 == Arguments ==
18
19 All [[Help:PageList|PageList]] arguments, plus the following ones:
20
21 {| class="bordered"
22 |-
23 ! Argument
24 ! Description
25 ! Default value
26 |-
27 | **basepage**
28 | The page to execute upon
29 | Current pagename
30 |-
31 | **maxpages**
32 | Maximum number of pages to include
33 | none
34 |-
35 | **noheader**
36 | Do not display header
37 | false
38 |-
39 | **info**
40 | List of columns to display
41 | none
42 |}
43
44 == Example ==
45
46 {{{
47 <<ListSubpages basepage=Help maxpages=20 cols=3>>
48 }}}
49
50 <<ListSubpages basepage=Help maxpages=20 cols=3>>
51
52 == Author ==
53 * [[Help:Reini Urban|Reini Urban]]
54
55 == See Also ==
56
57 <noinclude>
58 ----
59 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
60 </noinclude>