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