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