Diff: Help/GoToPlugin

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

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,32 @@
-_short description_  
+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.  
  
-! Usage  
-<verbatim>  
- <?plugin GoTo ?>  
-</verbatim>  
+Note: pagenames are absolute, not relative to the actual subpage.  
  
-! Arguments  
+== Usage ==  
+{{{  
+<<GoTo>>  
+}}}  
  
-page _(default: current pagename)_:  
- The page to execute upon.  
+== Arguments ==  
  
-! Example  
+None.  
  
-<verbatim>  
-<?plugin GoTo ?>  
-</verbatim>  
+== Example ==  
  
-<?plugin GoTo ?
+{{{  
+< <GoTo>>  
+}}}  
  
-! Author  
-PhpWiki:ReiniUrban  
+<<GoTo>>  
  
-! See Also  
+== Authors ==  
+* Michael van Dam  
+* [[Help:Reini Urban|Reini Urban]]  
  
+== See Also ==  
+  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The GoTo 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.

Note: pagenames are absolute, not relative to the actual subpage.

Usage

<<GoTo>>

Arguments

None.

Example

<<GoTo>>

Authors

See Also