Diff: Help/WikiForumPlugin

Differences between current version and predecessor to the previous major change of Help/WikiForumPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,27 +1,54 @@
-_short description_  
+The **~WikiForum** [[Help:WikiPlugin|plugin]] handles a threaded list of comments/news associated with a  
+particular page (one page per topic) and provides an input form for adding a new message.  
  
-! Usage  
-<verbatim>  
- <?plugin WikiForum ? >  
-</verbatim>  
+== Usage ==  
+{{{  
+<< WikiForum arguments> >  
+}}}  
  
-! Arguments 
+== Arguments ==  
  
-page _(default: current pagename)_:  
- The page to execute upon
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| ** pagename**  
+|  
+| pagename  
+|-  
+| **order**  
+|  
+| normal (oldest first )  
+|-  
+| **mode**  
+|  
+|  
+|-  
+| **info**  
+|  
+|  
+|-  
+| **noheader**  
+| Boolean . If true, header should be omitted.  
+| false  
+|}  
  
-! Example 
+== Example ==  
  
-<verbatim>  
-<?plugin WikiForum ? >  
-</verbatim>  
+{{{  
+<< WikiForum> >  
+}}}  
  
-<?plugin WikiForum ?
+<< WikiForum>
  
-! Author  
-PhpWiki :ReiniUrban  
+== Author ==  
+* [[Help :Reini Urban|Reini Urban]]  
  
-! See Also 
+== See Also ==  
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The WikiForum plugin handles a threaded list of comments/news associated with a particular page (one page per topic) and provides an input form for adding a new message.

Usage

<<WikiForum arguments>>

Arguments

Argument

Description

Default value

pagename

pagename

order

normal (oldest first)

mode

info

noheader

Boolean. If true, header should be omitted.

false

Example

<<WikiForum>>

You must be logged in to add blog entries.

Author

See Also