Template:Votes: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(right, needs a return value)
(should fix inputs with operators causing errors)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#vardefine:VotesNum|0}}{{#while:|{{#explode:{{{1|}}}|{{N}}
<onlyinclude><includeonly>{{#vardefine:VotesNum|0}}{{#while:|{{NotEmpty|{{#explode:{{N}}
*|{{++|VotesNum}}}}|}}{{#var:VotesNum}}</includeonly><noinclude>
{{{1|}}}|{{N}}
#|{{++|VotesNum}}}}}}|}}{{--|VotesNum}}</includeonly></onlyinclude>
==Purpose==
==Purpose==
This template is used to automatically count the rolling votes in featured content nominations.
This template is used to automatically count the rolling votes in featured content nominations.


==Usage==
==Usage==
Using this template properly requires the following formatting to be put in place when setting up a new nomination, after which, it'll function on its own so long as new votes are put in the proper locations. This formatting goes within a nomination, below the introductory post:
Using this template properly requires a certain formatting to be put in place when setting up a new nomination, after which, it'll function on its own so long as new votes are put in the proper locations. This formatting is added to a nomination below the introductory post with the code:


<pre>
<pre>{{subst:Votes/Template}}</pre>
===Support===
 
{{Votes/Support|
This code can also be found in the edittools box when editing a nomination page.
<!-- Place support votes within the brackets and below this line.-->


}}
===Oppose===
{{Votes/Oppose|
<!-- Place opposition votes within the brackets and below this line.-->


}}
===Total===
{{Votes/Total|~}}
</pre>
{{Cat|Formatting Templates}}
{{Cat|Formatting Templates}}
</noinclude>

Latest revision as of 19:57, April 24, 2014

Purpose

This template is used to automatically count the rolling votes in featured content nominations.

Usage

Using this template properly requires a certain formatting to be put in place when setting up a new nomination, after which, it'll function on its own so long as new votes are put in the proper locations. This formatting is added to a nomination below the introductory post with the code:

{{subst:Votes/Template}}

This code can also be found in the edittools box when editing a nomination page.