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