Diff: Help/ListPagesPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 3 and previous revision of Help/ListPagesPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 3 Last edited on 9 September 2007 0:16 by harold Revert
Older page: version 2 Last edited on 22 May 2014 3:01 by harold Revert
@@ -1,58 +1,19 @@
-The **~ListPages** [[Help:WikiPlugin|plugin]] is the simplest plugin to explicitly list a set of pages with all available  
-[[Help :PageList|PageList] ] options, mainly used for a wikilens theme to display ratings info 
+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 
+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 [[Help :PageList|PageList]] options. 
+See the PhpWiki :PageList options. 
  
-== Usage ==  
+Usage:  
+<verbatim>  
+ <?plugin ListPages pages =HomePage,FindPage,WikiWikiWeb ?>  
  
-{{{  
-< <ListPages arguments >>  
-}}}  
+ <?plugin ListPages info=hits sortby=hits pages=<!plugin-list BackLink page=[] ! > exclude=ListPagesPlugin,WikiPlugin ? >  
+</verbatim>  
  
-== Arguments ==  
+-------------  
  
-All [[ Help:PageList|PageList]] arguments, plus the following ones:  
-  
-{| class="bordered"  
-|-  
-! Argument  
-! Description  
-! Default value  
-|-  
-| **pages**  
-| Pages to list  
-| false  
-|-  
-| **dimension**  
-|  
-| 0  
-|}  
-  
-=== Additional info arguments ===  
-  
-|= top3recs | recommendations (wikilens theme only)  
-|= numbacklinks | number of backlinks (links to the given page)  
-|= numpagelinks | number of forward links (links at the given page)  
-  
-== Examples ==  
-  
-{{{  
-<<ListPages pages=HomePage,FindPage>>  
-}}}  
-  
-{{{  
-<<ListPages info=hits  
- sortby=hits  
- pages=<!plugin-list BackLink page=[] !>  
- exclude=ListPagesPlugin, WikiPlugin  
->>  
-}}}  
-  
-<noinclude>  
-----  
-[[PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
-</noinclude>  
+PhpWikiDocumentation Help:WikiPlugin 

version 3

The ListPagesPlugin is the simpliest plugin to explicitly list a set of pages with all available 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:

  <?plugin ListPages pages=HomePage,FindPage,WikiWikiWeb ?>

  <?plugin ListPages info=hits sortby=hits pages=<!plugin-list BackLink page=[] !> exclude=ListPagesPlugin,WikiPlugin ?>

PhpWikiDocumentation Help:WikiPlugin