Template:Old poll: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Changed the older polls link.) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>''[https://poll.fm/{{{id}}} Crowdsignal page]. {{{begin}}} – {{{end}}}. {{{votes}}} total votes.{{#if:{{{max|}}}| Voters can pick up to {{{max}}} options. Note that the percentages are of the number of votes, not the number of voters.| Voters can only pick one option.}}'' | ||
''[https:// | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 25: | Line 24: | ||
|- | |- | ||
{{poll option|1={{{19|}}}|2={{#expr:({{{20}}} / {{{votes}}} * 100) round 1}}|3={{{20}}}|4={{#ifeq:{{{wvotes}}}|{{{20}}}|y}}}} | {{poll option|1={{{19|}}}|2={{#expr:({{{20}}} / {{{votes}}} * 100) round 1}}|3={{{20}}}|4={{#ifeq:{{{wvotes}}}|{{{20}}}|y}}}} | ||
|} | |}</includeonly><noinclude> | ||
</includeonly><noinclude> | |||
==Info== | ==Info== | ||
Use this template to provide info about an old poll. To be used on [[Pikipedia:Poll]]. | Use this template to provide info about an old poll. To be used on [[Pikipedia:Poll/older polls]]. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 41: | Line 39: | ||
|- | |- | ||
! id | ! id | ||
| '''Yes''' || || Poll ID on | | '''Yes''' || || Poll ID on crowdsignal.com. | ||
|- | |- | ||
! begin | ! begin | ||
Line 53: | Line 51: | ||
|- | |- | ||
! max | ! max | ||
| No || || If users can vote more than one option, specify | | No || || If users can vote for more than one option, specify the maximum number here. | ||
|- | |- | ||
! wvotes | ! wvotes | ||
Line 72: | Line 70: | ||
</pre> | </pre> | ||
[[Category:Utility templates]] | [[Category:Utility templates]]</noinclude> |
Latest revision as of 03:37, April 14, 2024
Info
Use this template to provide info about an old poll. To be used on Pikipedia:Poll/older polls.
Parameter | Mandatory | Default | Detailed description |
---|---|---|---|
1, 3, 5, ..., 19 | No | Title of option 1, option 2, etc., up to 10 options. | |
2, 4, 6, ..., 20 | No | Number of votes for option 1, option 2, etc., up to 10 options. | |
id | Yes | Poll ID on crowdsignal.com. | |
begin | Yes | Begin date for this poll. Use {{date}}. | |
end | Yes | End date for this poll. Use {{date}}. | |
votes | Yes | Total number of votes it got. | |
max | No | If users can vote for more than one option, specify the maximum number here. | |
wvotes | Yes | Number of votes of the winner option(s). |
Skeleton
{{old poll |id = |begin = {{date|||}} |end = {{date|||}} |votes = |max = |wvotes = |... }}