FindPage
View Source:
Help/ListPagesPlugin
The ListPagesPlugin is the simpliest plugin to explicitly list a set of pages with all available [pagelist|PhpWiki:PageList] options, mainly used for a wikilens theme to display ratings info and recommendations. It can also be used with the PhpWiki:PluginList method to list a set of pages generated by another plugin, and/or to exclude a set of pages generated by another plugin. See the PhpWiki:PageList options. Usage: <verbatim> <?plugin ListPages pages=HomePage,FindPage,WikiWikiWeb ?> <?plugin ListPages info=hits sortby=hits pages=<!plugin-list BackLink page=[] !> exclude=ListPagesPlugin,WikiPlugin ?> </verbatim> ------------- PhpWikiDocumentation Help:WikiPlugin