]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FListPagesPlugin
Wikicreole syntax for headers
[SourceForge/phpwiki.git] / pgsrc / Help%2FListPagesPlugin
1 Date: Sat, 24 Jan 2009 19:18:24 +0100
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%2FListPagesPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~ListPages* [plugin|Help:WikiPlugin] is the simpliest plugin to explicitly list a set of pages with all available 
12 [pagelist|PhpWiki:PageList] options, mainly used for a wikilens theme to display ratings info 
13 and recommendations.
14
15 It can also be used with the [PhpWiki:PluginList] method to list a set of pages generated by 
16 another plugin, and/or to exclude a set of pages generated by another plugin.
17
18 See the [PhpWiki:PageList] options.
19
20 == Usage
21
22 <verbatim>
23   <?plugin ListPages pages=HomePage,FindPage,WikiWikiWeb ?>
24
25   <?plugin ListPages info=hits sortby=hits pages=<!plugin-list BackLink page=[] !> exclude=ListPagesPlugin,WikiPlugin ?>
26 </verbatim>
27
28 ----
29 [PhpWikiDocumentation] [CategoryWikiPlugin]