]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2F_PreferencesInfoPlugin
Harmonize documentation
[SourceForge/phpwiki.git] / pgsrc / Help%2F_PreferencesInfoPlugin
1 Date: Wed, 28 May 2008 19:07:38 +0200
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2F_PreferencesInfoPlugin;
5   flags="";
6   markup=2;
7   charset=iso-8859-1
8 Content-Transfer-Encoding: binary
9
10 Plugin to display the current preferences without auth check.
11
12 !!! Usage
13 <verbatim>
14   <?plugin _PreferencesInfo ?>
15 </verbatim>
16
17 !!! Arguments
18
19 page _(default: current pagename)_:
20   The page to execute upon.
21
22 userid _(default: current userid)_:
23   The user name.
24
25 !!! Example
26
27 <verbatim>
28   <?plugin _PreferencesInfo ?>
29 </verbatim>
30
31 <?plugin _PreferencesInfo ?>
32
33 !!! Author
34 [Reini Urban|PhpWiki:ReiniUrban]
35
36 !!! See Also
37
38 UserPreferences
39 ----
40 [PhpWikiDocumentation] [WikiPlugin|Help:WikiPlugin]