Revision: 6813
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6813&view=rev
Author: vargenau
Date: 2009-05-25 13:18:10 +0000 (Mon, 25 May 2009)
Log Message:
-----------
Add arguments
Modified Paths:
--------------
trunk/pgsrc/Help%2FWatchPagePlugin
Modified: trunk/pgsrc/Help%FWatchPagePlugin
===================================================================
--- trunk/pgsrc/Help%2FWatchPagePlugin 2009-05-20 15:21:13 UTC (rev 6812)
+++ trunk/pgsrc/Help%2FWatchPagePlugin 2009-05-25 13:18:10 UTC (rev 6813)
@@ -1,4 +1,4 @@
-Date: Thu, 26 Mar 2009 11:34:32 +0000
+Date: Mon, 25 May 2009 15:19:57 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
@@ -8,25 +8,37 @@
charset=UTF-8
Content-Transfer-Encoding: binary
-_short description_
+The **~WatchPage** [[Help:WikiPlugin|plugin]] allows to manage notifications e-mails per page.
== Usage
{{{
-<<WatchPage>>
+<<WatchPage arguments>>
}}}
== Arguments
-page _(default: current pagename)_:
- The page to execute upon.
+{| class="bordered"
+|-
+! Argument
+! Description
+! Default value
+|-
+| **page**
+| The page to execute upon
+| current pagename
+|-
+| **mode**
+|
+| add
+|}
== Example
{{{
-<<WatchPage>>
+<<WatchPage page=HomePage>>
}}}
-<<WatchPage>>
+<<WatchPage page=HomePage>>
== Author
* [[PhpWiki:ReiniUrban|Reini Urban]]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|