]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FCategoryPagePlugin
No underscore for private function
[SourceForge/phpwiki.git] / pgsrc / Help%2FCategoryPagePlugin
1 Date: Fri, 10 Sep 2010 13:46:13 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FCategoryPagePlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~CategoryPage** [[Help:WikiPlugin|plugin]] puts boilerplate text on a category page to make it easily usable by novices.
11
12 It finds the file templates/categorypage.tmpl, then loads it with a few variables substituted.
13
14 This has only been used in wikilens.org.
15
16 == Usage ==
17 {{{
18 <?plugin-form CategoryPage arguments ?>
19 }}}
20
21 == Arguments ==
22
23 {| class="bordered"
24 |-
25 ! Argument
26 ! Description
27 ! Default value
28 |-
29 | **exclude**
30 |
31 | false
32 |-
33 | **pagename**
34 |
35 | current page
36 |-
37 | **plural**
38 |
39 | false
40 |-
41 | **singular**
42 |
43 | false
44 |-
45 | **self_on_create**
46 |
47 | true
48 |-
49 | **showbuds**
50 |
51 | false
52 |}
53
54 == Example ==
55
56 {{{
57 <?plugin-form CategoryPage pagename=CategoryExample?>
58 }}}
59
60 <?plugin-form CategoryPage pagename=CategoryExample?>
61
62 == Author ==
63 * [[WikiLens:DanFr]]
64
65 == See Also ==
66 * [[Help:TemplatePlugin|TemplatePlugin]]
67 * [[Help:CreatePagePlugin|CreatePagePlugin]]
68
69 <noinclude>
70 ----
71 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
72 </noinclude>