]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FListSubpagesPlugin
Add Help:WikiPlugin link
[SourceForge/phpwiki.git] / pgsrc / Help%2FListSubpagesPlugin
1 Date: Mon, 24 Sep 2008 21:02:24 +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* [plugin|Help:WikiPlugin] lists the names of all sub-pages of a given page (by default the current page).
12
13 !!! Usage
14
15 <verbatim>
16 <?plugin ListSubpages ?>
17 </verbatim>
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 <verbatim>
39 <?plugin ListSubpages basepage=Help maxpages=10 ?>
40 </verbatim>
41
42 <?plugin ListSubpages basepage=Help maxpages=10 ?>
43
44 !!! Author
45 * [Reini Urban|PhpWiki:ReiniUrban]
46
47 !!! See Also
48
49 ----
50 [PhpWikiDocumentation] [CategoryWikiPlugin]