]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FListPagesPlugin
Prevent linking
[SourceForge/phpwiki.git] / pgsrc / Help%2FListPagesPlugin
1 Date: Thu, 7 Oct 2004 18:13:41 +0200
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.11pre) 
3 X-Rcs-Id: $Id: Help%2FListPagesPlugin,v 1.2 2008-05-27 18:20:46 vargenau Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FListPagesPlugin;
6   pgsrc_version="2 $Revision: 1.2 $";
7   flags="";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 The *~ListPagesPlugin* is the simpliest plugin to explicitly list a set of pages with all available
13 [pagelist|PhpWiki:PageList] options, mainly used for a wikilens theme to display ratings info
14 and recommendations.
15
16 It can also be used with the PhpWiki:PluginList method to list a set of pages generated by
17 another plugin, and/or to exclude a set of pages generated by another plugin.
18
19 See the PhpWiki:PageList options.
20
21 !!! Usage
22
23 <verbatim>
24   <?plugin ListPages pages=HomePage,FindPage,WikiWikiWeb ?>
25
26   <?plugin ListPages info=hits sortby=hits pages=<!plugin-list BackLink page=[] !> exclude=ListPagesPlugin,WikiPlugin ?>
27 </verbatim>
28
29 -------------
30
31 PhpWikiDocumentation Help:WikiPlugin