]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FAllPagesPlugin
Harmonize documentation
[SourceForge/phpwiki.git] / pgsrc / Help%2FAllPagesPlugin
1 Date: Mon, 16 Jun 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id: Help%2FAllPagesPlugin,v 1.4 2008-06-18 01:12:38 vargenau Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FAllPagesPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 List all pages in this wiki.
12
13 !!! Usage
14 <verbatim>
15   <?plugin AllPages [pagelist args] ?>
16 </verbatim>
17
18 !!! Arguments
19
20 All [PageList|Help:PageList] options.<br>
21 Plus:
22         'noheader'      => false,
23         'include_empty' => false,
24         'info'          => '',
25         'debug'         => false
26
27 !!! Example
28
29 <verbatim>
30 <?plugin AllPages limit=20 cols=3 ?>
31 </verbatim>
32
33 <?plugin AllPages  limit=20 cols=3 ?>
34
35 !!! Author
36 [Reini Urban|PhpWiki:ReiniUrban]
37
38 !!! See Also
39
40 [AllPages], [Help:ListPagesPlugin]
41 ----
42 [PhpWikiDocumentation] [CategoryWikiPlugin]