From: <var...@us...> - 2008-09-01 15:31:12
|
Revision: 6227 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6227&view=rev Author: vargenau Date: 2008-09-01 15:31:22 +0000 (Mon, 01 Sep 2008) Log Message: ----------- Add MostPopular plugin description Modified Paths: -------------- trunk/pgsrc/Help%2FMostPopularPlugin Modified: trunk/pgsrc/Help%FMostPopularPlugin =================================================================== --- trunk/pgsrc/Help%2FMostPopularPlugin 2008-08-29 15:42:34 UTC (rev 6226) +++ trunk/pgsrc/Help%2FMostPopularPlugin 2008-09-01 15:31:22 UTC (rev 6227) @@ -8,17 +8,18 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -_short description_ +The *~MostPopular* plugin will display the pages of wiki that +have the most number of hits. !!! Usage <verbatim> - <?plugin MostPopular ?> +<?plugin MostPopular ?> </verbatim> !!! Arguments -page _(default: current pagename)_: - The page to execute upon. +limit: + The number of pages to display. Default 20. If the limit is negative, the least popular pages will be displayed. !!! Example @@ -34,4 +35,4 @@ !!! See Also ---- -[PhpWikiDocumentation] [CategoryWikiPlugin] \ No newline at end of file +[PhpWikiDocumentation] [CategoryWikiPlugin] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |