From: <var...@us...> - 2009-03-08 13:00:57
|
Revision: 6662 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6662&view=rev Author: vargenau Date: 2009-03-08 13:00:48 +0000 (Sun, 08 Mar 2009) Log Message: ----------- <<RandomPage numpages=1 redirect=1>> Modified Paths: -------------- trunk/pgsrc/Help%2FRandomPagePlugin trunk/pgsrc/RandomPage Modified: trunk/pgsrc/Help%FRandomPagePlugin =================================================================== --- trunk/pgsrc/Help%2FRandomPagePlugin 2009-03-08 12:42:56 UTC (rev 6661) +++ trunk/pgsrc/Help%2FRandomPagePlugin 2009-03-08 13:00:48 UTC (rev 6662) @@ -1,4 +1,4 @@ -Date: Tue, 3 Mar 2009 15:32:44 +0000 +Date: Sun, 8 Mar 2009 13:53:17 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,21 +12,37 @@ == Usage {{{ -<<RandomPage>> +<<RandomPage arguments>> }}} == Arguments -numpages _(default: 20)_: - Number of pages to list. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **numpages** +| Number of pages to list. +| 20 +|- +| **redirect** +| Do not display random page link, redirect to random page. +| empty +|- +| **exclude** +| Pages to exclude from random +| RandomPage, HomePage, AllPages, RecentChanges, RecentEdits, FullRecentChanges +|} == Example {{{ -<<RandomPage>> +<<RandomPage numpages=10 >> }}} -<<RandomPage>> +<<RandomPage numpages=10 >> == Author * [[PhpWiki:ReiniUrban|Reini Urban]] Modified: trunk/pgsrc/RandomPage =================================================================== --- trunk/pgsrc/RandomPage 2009-03-08 12:42:56 UTC (rev 6661) +++ trunk/pgsrc/RandomPage 2009-03-08 13:00:48 UTC (rev 6662) @@ -1,4 +1,4 @@ -Date: Mon, 23 Feb 2009 14:11:05 +0000 +Date: Sun, 8 Mar 2009 13:53:17 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -<<RandomPage numpages||=20>> +<<RandomPage numpages=1 redirect=1>> ---- [[CategoryActionPage]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |