Diff: Template/NewPlugin

Differences between current version and predecessor to the previous major change of Template/NewPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 5 Last edited on 17 January 2022 3:00 by harold
Older page: version 4 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,27 +1,35 @@
-_ short description_  
+// short description of the plugin//  
  
-! Usage  
-<verbatim>  
- <?plugin New ? >  
-</verbatim>  
+== Usage ==  
+{{{  
+<< New 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  
+|}  
  
-! Example 
+== Example ==  
  
-<verbatim>  
-<?plugin New ? >  
-</verbatim>  
+{{{  
+<< New page=HomePage> >  
+}}}  
  
-<? plugin New ?>  
+== Author ==  
+* // plugin author name//  
  
-! Author  
-PhpWiki:ReiniUrban  
-  
-! See Also 
+== See Also ==  
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

short description of the plugin

Usage

<<New arguments>>

Arguments

Argument

Description

Default value

page

The page to execute upon

current pagename

Example

<<New page=HomePage>>

Author

  • plugin author name

See Also