From: <var...@us...> - 2010-05-07 09:51:10
|
Revision: 7383 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7383&view=rev Author: vargenau Date: 2010-05-07 09:51:04 +0000 (Fri, 07 May 2010) Log Message: ----------- Table for arguments Modified Paths: -------------- trunk/pgsrc/Help%2FWikiPollPlugin Modified: trunk/pgsrc/Help%2FWikiPollPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiPollPlugin 2010-05-07 09:41:45 UTC (rev 7382) +++ trunk/pgsrc/Help%2FWikiPollPlugin 2010-05-07 09:51:04 UTC (rev 7383) @@ -1,4 +1,4 @@ -Date: Thu, 15 Apr 2010 16:32:58 +0000 +Date: Fri, 7 May 2010 11:47:28 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,27 +10,37 @@ The **~WikiPoll** [[Help:WikiPlugin|plugin]] provides configurable polls. -== Usage +== 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 == -See example in [PhpWikiPoll]. +See example in [[PhpWikiPoll]]. -== Author +== Author == * [[PhpWiki:ReiniUrban|Reini Urban]] -== See Also - <noinclude> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |