Diff: Help/WatchPagePlugin

Differences between current version and predecessor to the previous major change of Help/WatchPagePlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,27 +1,39 @@
-_short description_  
+The **~WatchPage** [[Help:WikiPlugin|plugin]] allows to manage notifications e-mails per page.  
  
-! Usage  
-<verbatim>  
- <?plugin WatchPage ? >  
-</verbatim>  
+== Usage ==  
+{{{  
+<< WatchPage arguments> >  
+}}}  
  
-! 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 
+== Example ==  
  
-<verbatim>  
-<?plugin WatchPage ? >  
-</verbatim>  
+{{{  
+<< WatchPage page=HomePage> >  
+}}}  
  
-<?plugin WatchPage ?>  
+== Author ==  
+* [[Help:Reini Urban|Reini Urban]]  
  
-! Author  
-PhpWiki:ReiniUrban  
-  
-! See Also 
+== See Also ==  
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The WatchPage plugin allows to manage notifications e-mails per page.

Usage

<<WatchPage arguments>>

Arguments

Argument

Description

Default value

page

The page to execute upon

current pagename

mode

add

Example

<<WatchPage page=HomePage>>

Author

See Also