From: <var...@us...> - 2009-04-03 11:12:42
|
Revision: 6769 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6769&view=rev Author: vargenau Date: 2009-04-03 11:12:40 +0000 (Fri, 03 Apr 2009) Log Message: ----------- More about arguments Modified Paths: -------------- trunk/pgsrc/Help%2FMostPopularPlugin Modified: trunk/pgsrc/Help%FMostPopularPlugin =================================================================== --- trunk/pgsrc/Help%2FMostPopularPlugin 2009-04-03 11:03:30 UTC (rev 6768) +++ trunk/pgsrc/Help%2FMostPopularPlugin 2009-04-03 11:12:40 UTC (rev 6769) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Fri, 3 Apr 2009 13:12:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,25 +9,47 @@ Content-Transfer-Encoding: binary The **~MostPopular** [[Help:WikiPlugin|plugin]] will display the pages of wiki that -have the most number of hits. +have the most (or least) number of hits. == Usage {{{ -<<MostPopular>> +<<MostPopular arguments>> }}} == Arguments -limit: - The number of pages to display. Default 20. If the limit is negative, the least popular pages will be displayed. +All ~PageList arguments, plus the following ones. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| limit +| The number of pages to display. If the limit is negative, the least popular pages will be displayed. If the limit is 0, all visited pages will be displayed. +| 20 +|- +| sortby +| Page sorting order +| -hits +|- +| noheader +| Do not display header +| false +|- +| info +| List of columns to display +| hits +|} + == Example {{{ -<<MostPopular>> +<<MostPopular limit=10>> }}} -<<MostPopular>> +<<MostPopular limit=10>> == Author * [[PhpWiki:ReiniUrban|Reini Urban]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |