Diff: Help/WikiPollPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 4 and previous revision of Help/WikiPollPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 4 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 3 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,27 +1,37 @@
-_short description_  
+The **~WikiPoll** [[Help:WikiPlugin|plugin]] provides configurable polls.  
  
-! Usage  
-<verbatim>  
- <?plugin WikiPoll ?>  
-</verbatim
+== Usage ==  
+{{{  
+<< WikiPoll arguments  
+ questions  
+>>  
+}}}  
  
-! Arguments 
+== Arguments ==  
  
-page _(default: current pagename) _:  
- The page to execute upon.  
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **require _all**  
+| 1 if all questions must be answered  
+| 1  
+|-  
+| **require _least**  
+| How many at least  
+| 0  
+|}  
  
-! Example 
+== Example ==  
  
-<verbatim>  
-<?plugin WikiPoll ?>  
-</verbatim>  
+See example in [[PhpWikiPoll]].  
  
-<?plugin WikiPoll ?>  
-  
-! Author  
-PhpWiki :ReiniUrban  
-  
-! See Also  
+== Author ==  
+* [[Help :Reini Urban|Reini Urban]]  
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

version 4

The WikiPoll plugin provides configurable polls.

Usage

<<WikiPoll arguments
    questions
>>

Arguments

Argument

Description

Default value

require_all

1 if all questions must be answered

1

require_least

How many at least

0

Example

See example in PhpWikiPoll.

Author