Template:Old poll: Difference between revisions

m
Changed the older polls link.
(Created page with "<includeonly> ''[https://polldaddy.com/poll/{{{id}}}/ Polldaddy link] {{{begin}}} – {{{end}}}. {{{votes}}} total votes.{{#if:{{{max|}}}| Voters can pick up to {{{ma...")
 
m (Changed the older polls link.)
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly>''[https://poll.fm/{{{id}}} Crowdsignal page]. {{{begin}}} &ndash; {{{end}}}. {{{votes}}} total votes.{{#if:{{{max|}}}|&#32;Voters can pick up to {{{max}}} options. Note that the percentages are of the number of votes, not the number of voters.|&#32;Voters can only pick one option.}}''
''[https://polldaddy.com/poll/{{{id}}}/ Polldaddy link] {{{begin}}} &ndash; {{{end}}}. {{{votes}}} total votes.{{#if:{{{max|}}}|&nbsp;Voters can pick up to {{{max}}} options.}}''


{| class="wikitable"
{| class="wikitable"
Line 6: Line 5:
! Percentage || Votes
! Percentage || Votes
|-
|-
{{poll option|{{{1}}}|{{#expr:{{{2}}} / {{{votes}}} * 100}}|{{{2}}}|{{#ifeq:{{{most}}}|{{{2}}}|y}}}}
{{poll option|1={{{1|}}}|2={{#expr:({{{2}}} / {{{votes}}} * 100) round 1}}|3={{{2}}}|4={{#ifeq:{{{wvotes}}}|{{{2}}}|y}}}}
|-
|-
{{poll option|{{{3}}}|{{#expr:{{{4}}} / {{{votes}}} * 100}}|{{{4}}}|{{#ifeq:{{{most}}}|{{{4}}}|y}}}}
{{poll option|1={{{3|}}}|2={{#expr:({{{4}}} / {{{votes}}} * 100) round 1}}|3={{{4}}}|4={{#ifeq:{{{wvotes}}}|{{{4}}}|y}}}}
|-
|-
{{poll option|{{{5}}}|{{#expr:{{{6}}} / {{{votes}}} * 100}}|{{{6}}}|{{#ifeq:{{{most}}}|{{{6}}}|y}}}}
{{poll option|1={{{5|}}}|2={{#expr:({{{6}}} / {{{votes}}} * 100) round 1}}|3={{{6}}}|4={{#ifeq:{{{wvotes}}}|{{{6}}}|y}}}}
|-
|-
{{poll option|{{{7}}}|{{#expr:{{{8}}} / {{{votes}}} * 100}}|{{{8}}}|{{#ifeq:{{{most}}}|{{{8}}}|y}}}}
{{poll option|1={{{7|}}}|2={{#expr:({{{8}}} / {{{votes}}} * 100) round 1}}|3={{{8}}}|4={{#ifeq:{{{wvotes}}}|{{{8}}}|y}}}}
|-
|-
{{poll option|{{{9}}}|{{#expr:{{{10}}} / {{{votes}}} * 100}}|{{{10}}}|{{#ifeq:{{{most}}}|{{{10}}}|y}}}}
{{poll option|1={{{9|}}}|2={{#expr:({{{10}}} / {{{votes}}} * 100) round 1}}|3={{{10}}}|4={{#ifeq:{{{wvotes}}}|{{{10}}}|y}}}}
|-
|-
{{poll option|{{{11}}}|{{#expr:{{{12}}} / {{{votes}}} * 100}}|{{{12}}}|{{#ifeq:{{{most}}}|{{{12}}}|y}}}}
{{poll option|1={{{11|}}}|2={{#expr:({{{12}}} / {{{votes}}} * 100) round 1}}|3={{{12}}}|4={{#ifeq:{{{wvotes}}}|{{{12}}}|y}}}}
|-
|-
{{poll option|{{{13}}}|{{#expr:{{{14}}} / {{{votes}}} * 100}}|{{{14}}}|{{#ifeq:{{{most}}}|{{{14}}}|y}}}}
{{poll option|1={{{13|}}}|2={{#expr:({{{14}}} / {{{votes}}} * 100) round 1}}|3={{{14}}}|4={{#ifeq:{{{wvotes}}}|{{{14}}}|y}}}}
|-
|-
{{poll option|{{{15}}}|{{#expr:{{{16}}} / {{{votes}}} * 100}}|{{{16}}}|{{#ifeq:{{{most}}}|{{{16}}}|y}}}}
{{poll option|1={{{15|}}}|2={{#expr:({{{16}}} / {{{votes}}} * 100) round 1}}|3={{{16}}}|4={{#ifeq:{{{wvotes}}}|{{{16}}}|y}}}}
|-
|-
{{poll option|{{{17}}}|{{#expr:{{{18}}} / {{{votes}}} * 100}}|{{{18}}}|{{#ifeq:{{{most}}}|{{{18}}}|y}}}}
{{poll option|1={{{17|}}}|2={{#expr:({{{18}}} / {{{votes}}} * 100) round 1}}|3={{{18}}}|4={{#ifeq:{{{wvotes}}}|{{{18}}}|y}}}}
|-
|-
{{poll option|{{{19}}}|{{#expr:{{{20}}} / {{{votes}}} * 100}}|{{{20}}}|{{#ifeq:{{{most}}}|{{{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 polldaddy.com.
| '''Yes''' ||  || Poll ID on crowdsignal.com.
|-
|-
! begin
! begin
Line 53: Line 51:
|-
|-
! max
! max
| No ||  || If users can vote more than one option, specify that number here.
| No ||  || If users can vote for more than one option, specify the maximum number here.
|-
|-
! most
! wvotes
| '''Yes''' ||  || Number of votes of the winner option(s).
| '''Yes''' ||  || Number of votes of the winner option(s).
|}
|}


[[Category:Utility templates]]
==Skeleton==
<pre>
{{old poll
|id    =
|begin  = {{date|||}}
|end    = {{date|||}}
|votes  =
|max    =
|wvotes =
|...
}}
</pre>
 
[[Category:Utility templates]]</noinclude>