Diff: Help/GoToPlugin

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

Differences between version 3 and previous revision of Help/GoToPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 3 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 2 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>  

version 3

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