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. |
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. |
From: <var...@us...> - 2009-10-30 19:21:18
|
Revision: 7246 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7246&view=rev Author: vargenau Date: 2009-10-30 19:21:09 +0000 (Fri, 30 Oct 2009) Log Message: ----------- Escape minus to avoid list Modified Paths: -------------- trunk/pgsrc/Help%2FMostPopularPlugin Modified: trunk/pgsrc/Help%2FMostPopularPlugin =================================================================== --- trunk/pgsrc/Help%2FMostPopularPlugin 2009-10-29 10:44:06 UTC (rev 7245) +++ trunk/pgsrc/Help%2FMostPopularPlugin 2009-10-30 19:21:09 UTC (rev 7246) @@ -1,4 +1,4 @@ -Date: Mon, 1 Jun 2009 15:05:05 +0000 +Date: Fri, 30 Oct 2009 20:19:28 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -32,7 +32,7 @@ |- | **sortby** | Page sorting order -| -hits +| ~-hits |- | **noheader** | Do not display header This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2022-02-03 20:02:44
|
Revision: 10979 http://sourceforge.net/p/phpwiki/code/10979 Author: vargenau Date: 2022-02-03 20:02:42 +0000 (Thu, 03 Feb 2022) Log Message: ----------- Update pgsrc/Help%2FMostPopularPlugin Modified Paths: -------------- trunk/pgsrc/Help%2FMostPopularPlugin Modified: trunk/pgsrc/Help%2FMostPopularPlugin =================================================================== --- trunk/pgsrc/Help%2FMostPopularPlugin 2022-02-03 20:01:55 UTC (rev 10978) +++ trunk/pgsrc/Help%2FMostPopularPlugin 2022-02-03 20:02:42 UTC (rev 10979) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2021 18:48:34 +0000 +Date: Thu, 3 Feb 2022 20:43:52 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.1) Content-Type: application/x-phpwiki; pagename=Help%2FMostPopularPlugin; @@ -29,7 +29,7 @@ | 20 |- | **sortby** -| Page sorting order +| Select column to sort. | ~-hits |- | **noheader** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |