Diff: Help/WikiFormPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 4 and previous revision of Help/WikiFormPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 4 Last edited on 27 January 2012 2:48 by harold Revert
Older page: version 3 Last edited on 22 May 2014 3:01 by harold Revert
@@ -1,57 +1,27 @@
-The **~WikiForm** [[Help:WikiPlugin|plugin]] provides generic input buttons.  
+_short description_  
  
-== Usage ==  
-{{{  
-<< WikiForm arguments> >  
-}}}  
+! Usage  
+<verbatim>  
+ <?plugin WikiForm ? >  
+</verbatim>  
  
-== Arguments ==  
+! Arguments 
  
-{| class="bordered"  
-|-  
-! Argument  
-! Description  
-! Default value  
-|-  
-| **action**  
-| upload, loadfile, dumphtml or dumpserial  
-| upload  
-|-  
-| ** default**  
-| Default value in the input box  
-| //empty//  
-|-  
-| **buttontext**  
-| Text displayed on the button  
-| if action=upload, Upload \\  
-if action=loadfile, Load File \\  
-if action=dumphtml, Dump Pages as XHTML \\  
-if action=dumpserial, Dump Pages  
-|-  
-| **overwrite**  
-| When loading pages, force overwrite or not  
-| false  
-|-  
-| **size**  
-| Size of the input box  
-| 50  
-|}  
+page _( default: current pagename)_:  
+ The page to execute upon.  
  
-== Example ==  
+! Example 
  
-{{{  
-<< WikiForm action="loadfile" buttontext="Load File"> >  
-}}}  
+<verbatim>  
+<?plugin WikiForm ? >  
+</verbatim>  
  
-<< WikiForm action="loadfile" buttontext="Load File">
+<?plugin WikiForm ?
  
-== Author ==  
-* [[Help :Reini Urban|Reini Urban]]  
+! Author  
+PhpWiki :ReiniUrban  
  
-== See Also ==  
-* [[Help:WikiFormRichPlugin]]  
+! See Also 
  
-<noinclude>  
 ---- 
-[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
-</noinclude>  
+PhpWikiDocumentation Help:WikiPlugin  

version 4

short description

Usage

  <?plugin WikiForm ?>

Arguments

page (default: current pagename)
The page to execute upon.

Example

<?plugin WikiForm ?>
WikiForm: diff: unknown action

Author

PhpWiki:ReiniUrban

See Also


PhpWikiDocumentation Help:WikiPlugin