]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Template%2FNewPlugin
Initialize $html
[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.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Template%2FNewPlugin;
5   flags="";
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 //short description of the plugin//
10
11 == Usage ==
12 {{{
13 <<New arguments>>
14 }}}
15
16 == Arguments ==
17
18 {| class="bordered"
19 |-
20 ! Argument
21 ! Description
22 ! Default value
23 |-
24 | **page**
25 | The page to execute upon
26 | current pagename
27 |}
28
29 == Example ==
30
31 {{{
32 <<New page=HomePage>>
33 }}}
34
35 == Author ==
36 * //plugin author name//
37
38 == See Also ==
39
40 <noinclude>
41 ----
42 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
43 </noinclude>