Template:Old poll: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(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 (Skeleton.)
Line 58: Line 58:
| '''Yes''' ||  || Number of votes of the winner option(s).
| '''Yes''' ||  || Number of votes of the winner option(s).
|}
|}
==Skeleton==
<pre>
{{old poll
|id    =
|begin = {{date|||}}
|end  = {{date|||}}
|votes =
|max  =
|most  =
|...
}}
</pre>


[[Category:Utility templates]]
[[Category:Utility templates]]

Revision as of 08:05, June 1, 2016


Info

Use this template to provide info about an old poll. To be used on Pikipedia:Poll.

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 polldaddy.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 more than one option, specify that number here.
most Yes Number of votes of the winner option(s).

Skeleton

{{old poll
|id    = 
|begin = {{date|||}}
|end   = {{date|||}}
|votes = 
|max   = 
|most  = 
|...
}}