X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/19c58ac7c139eb3509f190e9ce746bd9f6237c90..ec566c02fdf4e1f76e6559afbb8c01ec772412f8:/doc/plugins/poll.mdwn diff --git a/doc/plugins/poll.mdwn b/doc/plugins/poll.mdwn index ed55ef319..510f67798 100644 --- a/doc/plugins/poll.mdwn +++ b/doc/plugins/poll.mdwn @@ -1,24 +1,5 @@ -[[template id=plugin name=poll author="[[Joey]]"]] -[[tag type/useful]] +[[!template id=plugin name=poll author="[[Joey]]"]] +[[!tag type/web]] -This plugin allows you to create online polls in the wiki. Here's an -example use: - - \[[poll 0 "red" 0 "green" 0 "blue"]] - -The numbers indicate how many users voted for that choice. When a user -votes for a choice in the poll, the page is modified and the number -incremented. - -While some basic precautions are taken to prevent users from accidentially -voting twice, this sort of poll is should not be counted on the be very -accurate; all the usual concerns about web based polling apply. Unless the -page that the poll is in is locked, users can even edit the page and change -the numbers! - -Parameters: - -* `open` - Whether voting is still open. Set to "no" to close the poll to - voting. -* `total` - Show total number of votes at bottom of poll. Default is "yes". -* `percent` - Whether to display percents. Default is "yes". +This plugin provides the [[ikiwiki/directive/poll]] [[ikiwiki/directive]], +which allows inserting an online poll into a page.