From: <var...@us...> - 2010-12-09 17:14:17
|
Revision: 7768 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7768&view=rev Author: vargenau Date: 2010-12-09 17:14:11 +0000 (Thu, 09 Dec 2010) Log Message: ----------- Document RecentEdits plugin Modified Paths: -------------- trunk/pgsrc/Help%2FRecentEditsPlugin Modified: trunk/pgsrc/Help%2FRecentEditsPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentEditsPlugin 2010-12-09 17:05:52 UTC (rev 7767) +++ trunk/pgsrc/Help%2FRecentEditsPlugin 2010-12-09 17:14:11 UTC (rev 7768) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 18:12:17 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,17 +8,81 @@ charset=UTF-8 Content-Transfer-Encoding: binary -_short description_ +The **~RecentEdits** [[Help:WikiPlugin|plugin]] lists all recent edits in this wiki. == Usage == {{{ -<<RecentEdits>> +<<RecentEdits arguments>> }}} == Arguments == -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **pagename** +| The page to execute upon +| current pagename +|- +| **days** +| Number of days. Specifying 0 will display modifications since wiki creation. +| 2 +|- +| **show_major** +| Show major modifications +| true +|- +| **show_deleted** +| Show deleted pages +| sometimes +|- +| **only_new** +| Show only new pages +| false +|- +| **author** +| Show only modifications from a specific author +| false +|- +| **owner** +| Show only pages from a specific owner +| false +|- +| **limit** +| Do not show more pages that the limit. +| false +|- +| **format** +| Default is HTML. Other: rss, rss2, rss091, atom, sidebar, box, contribs +| false +|- +| **daylist** +| Comma-separated list of days +| false +|- +| **difflinks** +| Show diff links +| true +|- +| **historylinks** +| Show history links +| false (true for Monobook and FusionForge) +|- +| **caption** +| Custom caption +| +|- +| **category** +| Limit pages to a given category +| +|- +| **pagematch** +| Limit to pages matching pattern +| +|} == Example == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |