From: <var...@us...> - 2010-12-09 14:18:34
|
Revision: 7758 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7758&view=rev Author: vargenau Date: 2010-12-09 14:18:28 +0000 (Thu, 09 Dec 2010) Log Message: ----------- Document WantedPagesOld plugin Modified Paths: -------------- trunk/pgsrc/Help%2FWantedPagesOldPlugin Modified: trunk/pgsrc/Help%2FWantedPagesOldPlugin =================================================================== --- trunk/pgsrc/Help%2FWantedPagesOldPlugin 2010-12-09 13:53:00 UTC (rev 7757) +++ trunk/pgsrc/Help%2FWantedPagesOldPlugin 2010-12-09 14:18:28 UTC (rev 7758) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 15:16:49 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,17 +8,48 @@ charset=UTF-8 Content-Transfer-Encoding: binary -_short description_ +The **~WantedPagesOld** [[Help:WikiPlugin|plugin]] returns a list of referenced pages which do not exist yet. +All empty pages which are linked from any page - with an ending question mark, or for just a single page, when the page argument is present. + == Usage == + {{{ -<<WantedPagesOld>> +<<WantedPagesOld arguments>> }}} == Arguments == -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **page** +| just for a single page +| pagename +|- +| **noheader** +| do not display header +| false +|- +| **exclude** +| pages to exclude +| PgsrcTranslation +|- +| **limit** +| maximum number of wanted pages to display +| 50 +|- +| **paging** +| +| auto +|- +| **sortby** +| +| +|} == Example == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |