From: <var...@us...> - 2010-04-29 12:59:44
|
Revision: 7362 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7362&view=rev Author: vargenau Date: 2010-04-29 12:59:37 +0000 (Thu, 29 Apr 2010) Log Message: ----------- Add arguments Modified Paths: -------------- trunk/pgsrc/Help%2FOrphanedPagesPlugin Modified: trunk/pgsrc/Help%2FOrphanedPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FOrphanedPagesPlugin 2010-04-29 12:25:57 UTC (rev 7361) +++ trunk/pgsrc/Help%2FOrphanedPagesPlugin 2010-04-29 12:59:37 UTC (rev 7362) @@ -1,4 +1,4 @@ -Date: Thu, 15 Apr 2010 16:32:58 +0000 +Date: Thu, 29 Apr 2010 14:58:38 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,21 +12,53 @@ == Usage {{{ -<<OrphanedPages>> +<<OrphanedPages arguments>> }}} == Arguments -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **noheader** +| +| false +|- +| **include_empty** +| +| false +|- +| **exclude** +| +| +|- +| **info** +| +| +|- +| **sortby** +| +| false +|- +| **limit** +| +| 0 +|- +| **paging** +| +| auto +|} == Example {{{ -<<OrphanedPages limit=10>> +<<OrphanedPages limit=10 paging=none>> }}} -<<OrphanedPages limit=10>> +<<OrphanedPages limit=10 paging=none>> == Author * [[PhpWiki:ReiniUrban|Reini Urban]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |