]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FListPagesPlugin
major pgsrc restructuring: internal doc into Help/*
[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.1 2005-11-21 22:19:00 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FListPagesPlugin;
6   pgsrc_version="2 $Revision: 1.1 $";
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 <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
30 PhpWikiDocumentation Help:WikiPlugin