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