]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FCategoryPagePlugin
Help pages: required arguments
[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.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FCategoryPagePlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
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 * [[Help:TemplatePlugin|TemplatePlugin]]
68 * [[Help:CreatePagePlugin|CreatePagePlugin]]
69
70 <noinclude>
71 ----
72 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
73 </noinclude>