Diff: Help/GoToPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 2 and predecessor to the previous major change of Help/GoToPlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 2 | Last edited on 9 September 2007 0:16 | by harold | Revert | 
| Older page: | version 1 | Last edited on 17 January 2022 18:35 | by harold | Revert | 
@@ -1,32 +1,27 @@
  
  
  
  
  
  
  
  
  
-The **~GoTo** [[Help:WikiPlugin|plugin]] displays a form with text entry box and 'Go' button. 
 
-The user enters a page name... if it exists, browse that page; if not, edit (create) that page.
 
+_short description_
 
-Note: pagenames are absolute, not relative to the actual subpage.
 
+! Usage 
 
+<verbatim> 
 
+  <?plugin GoTo ?> 
 
+</verbatim>
 
-== Usage == 
 
-{{{ 
 
-<<GoTo>> 
 
-}}}
 
+! Arguments
 
-== Arguments ==
 
+page _(default: current pagename)_: 
 
+  The page to execute upon.
 
-None.
 
+! Example
 
-== Example ==
 
+<verbatim> 
 
+<?plugin GoTo ?> 
 
+</verbatim>
 
-{{{ 
 
-<
<GoTo>> 
 
-}}}
 
+<?plugin 
GoTo ?
> 
-<<GoTo>>
 
+! Author 
 
+PhpWiki:ReiniUrban
 
-== Authors == 
 
-* Michael van Dam 
 
-* [[Help:Reini Urban|Reini Urban]]
 
+! See Also
 
-== See Also ==
 
-
 
-<noinclude>
 
 ---- 
-[[
PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 
-</noinclude>
 
+PhpWikiDocumentation Help:WikiPlugin
 
version 2
short description
Usage
<?plugin GoTo ?>
Arguments
- page (default: current pagename)
 - The page to execute upon.
 
Example
<?plugin GoTo ?>
PhpWiki: