]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/poll.mdwn
(no commit message)
[ikiwiki.git] / doc / plugins / poll.mdwn
index ed55ef31944682bd53e149eb8e6f71eb2e3ddeb2..17b1c4efcaae9e5c103560512e55397f00d2f2ed 100644 (file)
@@ -1,17 +1,17 @@
-[[template id=plugin name=poll author="[[Joey]]"]]
-[[tag type/useful]]
+[[!template id=plugin name=poll author="[[Joey]]"]]
+[[!tag type/useful]]
 
 This plugin allows you to create online polls in the wiki. Here's an
 example use:
 
-       \[[poll 0 "red" 0 "green" 0 "blue"]]
+       \[[!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
+voting twice, this sort of poll should not be counted on to 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!