]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FListSubpagesPlugin
Wikicreole syntax
[SourceForge/phpwiki.git] / pgsrc / Help%2FListSubpagesPlugin
1 Date: Sun, 22 Feb 2009 19:16:30 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FListSubpagesPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~ListSubpages* [[Help:WikiPlugin|plugin]] lists the names of all sub-pages of a given page (by default the current page).
12
13 == Usage
14
15 {{{
16 <<ListSubpages>>
17 }}}
18
19 == Arguments
20
21 {| class="bordered"
22 |-
23 ! Argument
24 ! Description
25 ! Default value
26 |-
27 | <b>basepage</b>
28 | The page to execute upon
29 | Current pagename
30 |-
31 | <b>maxpages</b>
32 | Maximum number of pages to include
33 | none
34 |}
35
36 == Example
37
38 {{{
39 <<ListSubpages basepage=Help maxpages=10>>
40 }}}
41
42 <<ListSubpages basepage=Help maxpages=10>>
43
44 == Author
45 * [[PhpWiki:ReiniUrban|Reini Urban]]
46
47 == See Also
48
49 <noinclude>
50 ----
51 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
52 </noinclude>