aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-01-10 12:43:27 -0400
committerJoey Hess <joey@kitenet.net>2013-01-10 12:43:27 -0400
commit37cf511f06cd7a187d4b85c1cc4bf0abaaa7bd7d (patch)
tree5e9ebf1f2e2fa5ff48eb1b104bea9375a1c1a107 /doc/ikiwiki
parent5e547c3aa1efbd78b5c1610f27ebcd2d61f16409 (diff)
downloadikiwiki-37cf511f06cd7a187d4b85c1cc4bf0abaaa7bd7d.tar
ikiwiki-37cf511f06cd7a187d4b85c1cc4bf0abaaa7bd7d.tar.gz
poll: Add expandable option to allow users to easily add new choices to a poll.
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/poll.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/poll.mdwn b/doc/ikiwiki/directive/poll.mdwn
index 6aa3d2cea..0b47a2167 100644
--- a/doc/ikiwiki/directive/poll.mdwn
+++ b/doc/ikiwiki/directive/poll.mdwn
@@ -19,6 +19,8 @@ Parameters:
* `open` - Whether voting is still open. Set to "no" to close the poll to
voting.
+* `expandable` - Set to "yes" to make this poll have an interface to add
+ another choice to the poll.
* `total` - Show total number of votes at bottom of poll. Default is "yes".
* `percent` - Whether to display percents. Default is "yes".