]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2F_PreferencesInfoPlugin
for the previous pcre short-cut
[SourceForge/phpwiki.git] / pgsrc / Help%2F_PreferencesInfoPlugin
1 Date: Sat, 14 Jul 2007 13:30:17 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14)
3 X-Rcs-Id: $Id: Help%2F_PreferencesInfoPlugin,v 1.3 2007-07-14 19:17:23 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2F_PreferencesInfoPlugin;
6   pgsrc_version="2 $Revision: 1.3 $";
7   flags="";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 Plugin to display the current preferences without auth check.
13
14 ! Usage
15 <verbatim>
16   <?plugin _PreferencesInfo ?>
17 </verbatim>
18
19 ! Arguments
20
21 page _(default: current pagename)_:
22   The page to execute upon.
23
24 userid _(default: current userid)_:
25   The user name.
26
27 ! Example
28
29 <verbatim>
30   <?plugin _PreferencesInfo ?>
31 </verbatim>
32
33 <?plugin _PreferencesInfo ?>
34
35 ! Author
36 PhpWiki:ReiniUrban
37
38 ! See Also
39
40 UserPreferences
41 ----
42 PhpWikiDocumentation Help:WikiPlugin