From: <var...@us...> - 2010-12-09 15:23:04
|
Revision: 7763 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7763&view=rev Author: vargenau Date: 2010-12-09 15:22:58 +0000 (Thu, 09 Dec 2010) Log Message: ----------- Document PageInfo plugin Modified Paths: -------------- trunk/pgsrc/Help%2FPageInfoPlugin Modified: trunk/pgsrc/Help%2FPageInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FPageInfoPlugin 2010-12-09 15:18:27 UTC (rev 7762) +++ trunk/pgsrc/Help%2FPageInfoPlugin 2010-12-09 15:22:58 UTC (rev 7763) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 16:21:53 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,17 +8,32 @@ charset=UTF-8 Content-Transfer-Encoding: binary -_short description_ +The **~PageInfo** [[Help:WikiPlugin|plugin]] returns extra information about a page. +This plugin just passes a page revision handle to the Template +'info.tmpl', which does all the real work. + == Usage == {{{ -<<PageInfo>> +<<PageInfo arguments>> }}} == Arguments == -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **page** +| +| pagename +|- +| **version** +| +| +|} == Example == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |