]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWikiForumPlugin
Update PHP Doc
[SourceForge/phpwiki.git] / pgsrc / Help%2FWikiForumPlugin
1 Date: Fri,  7 Dec 2012 14:58:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FWikiForumPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~WikiForum** [[Help:WikiPlugin|plugin]] handles a threaded list of comments/news associated with a
10 particular page (one page per topic) and provides an input form for adding a new message.
11
12 == Usage ==
13 {{{
14 <<WikiForum arguments>>
15 }}}
16
17 == Arguments ==
18
19 {| class="bordered"
20 |-
21 ! Argument
22 ! Description
23 ! Default value
24 |-
25 | **pagename**
26 |
27 | pagename
28 |-
29 | **order**
30 |
31 | normal (oldest first)
32 |-
33 | **mode**
34 |
35 |
36 |-
37 | **info**
38 |
39 |
40 |-
41 | **noheader**
42 | do not display header
43 | false
44 |}
45
46 == Example ==
47
48 {{{
49 <<WikiForum>>
50 }}}
51
52 <<WikiForum>>
53
54 == Author ==
55 * [[Help:Reini Urban|Reini Urban]]
56
57 == See Also ==
58
59 <noinclude>
60 ----
61 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
62 </noinclude>