]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Template%2FNewPlugin
Add SteveWainstead and Help/PredefinedIcons
[SourceForge/phpwiki.git] / pgsrc / Template%2FNewPlugin
1 Date: Thu,  9 Dec 2010 14:51:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Template%2FNewPlugin;
6   flags="";
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 //short description of the plugin//
12
13 == Usage ==
14 {{{
15 <<New arguments>>
16 }}}
17
18 == Arguments ==
19
20 {| class="bordered"
21 |-
22 ! Argument
23 ! Description
24 ! Default value
25 |-
26 | **page**
27 | The page to execute upon
28 | current pagename
29 |}
30
31 == Example ==
32
33 {{{
34 <<New page=HomePage>>
35 }}}
36
37 == Author ==
38 * //plugin author name//
39
40 == See Also ==
41
42 <noinclude>
43 ----
44 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
45 </noinclude>