]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FGoToPlugin
Add description
[SourceForge/phpwiki.git] / pgsrc / Help%2FGoToPlugin
1 Date: Mon, 9 Aug 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id: Help%2FGoToPlugin,v 1.4 2008-08-17 07:34:55 vargenau Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FGoToPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~GoTo* plugin displays a form with text entry box and 'Go' button.
12 The user enters a page name... if it exists, browse that page; if not, edit (create) that page.
13
14 Note: pagenames are absolute, not relative to the actual subpage.
15
16 !!! Usage
17 <verbatim>
18   <?plugin GoTo ?>
19 </verbatim>
20
21 !!! Arguments
22
23 None.
24
25 !!! Example
26
27 <verbatim>
28 <?plugin GoTo ?>
29 </verbatim>
30
31 <?plugin GoTo ?>
32
33 !!! Authors
34 * Michael van Dam
35 * [Reini Urban|PhpWiki:ReiniUrban]
36
37 !!! See Also
38
39 ----
40 [PhpWikiDocumentation] [CategoryWikiPlugin]