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