]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWikiPollPlugin
Update WikiFormPlugin documentation
[SourceForge/phpwiki.git] / pgsrc / Help%2FWikiPollPlugin
1 Date: Fri, 10 Sep 2010 13:46:13 +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%2FWikiPollPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~WikiPoll** [[Help:WikiPlugin|plugin]] provides configurable polls.
12
13 == Usage ==
14 {{{
15 <<WikiPoll arguments
16     questions
17 >>
18 }}}
19
20 == Arguments ==
21
22 {| class="bordered"
23 |-
24 ! Argument
25 ! Description
26 ! Default value
27 |-
28 | **require_all**
29 | 1 if all questions must be answered
30 | 1
31 |-
32 | **require_least**
33 | How many at least
34 | 0
35 |}
36
37 == Example ==
38
39 See example in [[PhpWikiPoll]].
40
41 == Author ==
42 * [[PhpWiki:ReiniUrban|Reini Urban]]
43
44 <noinclude>
45 ----
46 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
47 </noinclude>