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