From: <var...@us...> - 2008-10-16 09:25:29
|
Revision: 6308 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6308&view=rev Author: vargenau Date: 2008-10-16 09:21:07 +0000 (Thu, 16 Oct 2008) Log Message: ----------- Add description Modified Paths: -------------- trunk/pgsrc/Help%2FWikiPollPlugin Modified: trunk/pgsrc/Help%FWikiPollPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiPollPlugin 2008-10-16 09:18:46 UTC (rev 6307) +++ trunk/pgsrc/Help%2FWikiPollPlugin 2008-10-16 09:21:07 UTC (rev 6308) @@ -1,4 +1,4 @@ -Date: Mon, 16 Jun 2008 14:15:24 +0000 +Date: Mon, 16 Oct 2008 4:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,11 +8,13 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -_short description_ +The *~WikiPoll* plugin provides configurable polls. !!! Usage <verbatim> - <?plugin WikiPoll ?> +<?plugin WikiPoll arguments + questions +?> </verbatim> !!! Arguments @@ -22,16 +24,12 @@ !!! Example -<verbatim> -<?plugin WikiPoll ?> -</verbatim> +See example in [PhpWikiPoll]. -<?plugin WikiPoll ?> - !!! Author -[Reini Urban|PhpWiki:ReiniUrban] +* [Reini Urban|PhpWiki:ReiniUrban] !!! See Also ---- -[PhpWikiDocumentation] [CategoryWikiPlugin] \ No newline at end of file +[PhpWikiDocumentation] [CategoryWikiPlugin] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <var...@us...> - 2021-10-12 17:14:10
|
Revision: 10629 http://sourceforge.net/p/phpwiki/code/10629 Author: vargenau Date: 2021-10-12 17:14:07 +0000 (Tue, 12 Oct 2021) Log Message: ----------- pgsrc/Help%2FWikiPollPlugin: add "admin" argument Modified Paths: -------------- trunk/pgsrc/Help%2FWikiPollPlugin Modified: trunk/pgsrc/Help%2FWikiPollPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiPollPlugin 2021-10-11 16:39:06 UTC (rev 10628) +++ trunk/pgsrc/Help%2FWikiPollPlugin 2021-10-12 17:14:07 UTC (rev 10629) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Mon, 11 Oct 2021 20:36:16 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiPollPlugin; @@ -24,9 +24,8 @@ Administration: {{{ -<<WikiPoll page=PhpWikiPoll admin=1>> +<<WikiPoll page=PhpWikiPoll admin=true>> }}} -and protect this page properly (e.g. ~PhpWikiPoll/Admin) == Arguments == @@ -37,12 +36,16 @@ ! Default value |- | **require_all** -| 1 if all questions must be answered -| 1 +| Boolean: if true, all questions must be answered +| true |- | **require_least** -| How many at least +| Minimum number of questions that must be answered | 0 +|- +| **admin** +| Boolean: if true, an administrator can view and reset statistics (//not yet implemented//) +| false |} == Example == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |