Template:VoteSummary: Difference between revisions

Template page
No edit summary
mNo edit summary
Line 9: Line 9:
{{#ifeq:{{{keep|0}}}|0|| {{!}} {{keep}} Votes}}
{{#ifeq:{{{keep|0}}}|0|| {{!}} {{keep}} Votes}}
{{#ifeq:{{{delete|0}}}|0|| {{!}} {{delete}} Votes}} |- valign="top"
{{#ifeq:{{{delete|0}}}|0|| {{!}} {{delete}} Votes}} |- valign="top"
{{#ifeq:{{{support|0}}}|0|| {{!}} {{#ifeq:{{#expr:{{#expr:({{{support}}} / {{{totalvotes}}} * 100}} >= 80}}|1|class="infoboxheader"}} align="center" {{!}} {{{support}}} ({{roundup|{{#expr:({{{support}}} / {{{totalvotes}}}) * 100}}}}%) }}
{{#ifeq:{{{support|0}}}|0|| {{!}} {{#ifeq:{{#expr:{{#expr:({{{support}}} / {{{totalvotes}}}) * 100}} >= 80}}|1|class="infoboxheader"}} align="center" {{!}} {{{support}}} ({{roundup|{{#expr:({{{support}}} / {{{totalvotes}}}) * 100}}}}%) }}
{{#ifeq:{{{oppose|0}}}|0|| {{!}} {{#ifeq:{{#expr:{{#expr:({{{oppose}}} / {{{totalvotes}}} * 100}} >= 80}}|1|class="infoboxheader"}} align="center" {{!}} {{{oppose}}} ({{roundup|{{#expr:({{{oppose}}} / {{{totalvotes}}}) * 100}}}}%) }}
{{#ifeq:{{{oppose|0}}}|0|| {{!}} {{#ifeq:{{#expr:{{#expr:({{{oppose}}} / {{{totalvotes}}}) * 100}} >= 80}}|1|class="infoboxheader"}} align="center" {{!}} {{{oppose}}} ({{roundup|{{#expr:({{{oppose}}} / {{{totalvotes}}}) * 100}}}}%) }}
{{#ifeq:{{{neutral|0}}}|0|| {{!}} align="center" {{!}} {{{neutral}}} ({{roundup|{{#expr:({{{neutral}}} / {{{totalvotes}}}) * 100}}}}%) }}
{{#ifeq:{{{neutral|0}}}|0|| {{!}} align="center" {{!}} {{{neutral}}} ({{roundup|{{#expr:({{{neutral}}} / {{{totalvotes}}}) * 100}}}}%) }}
{{#ifeq:{{{abstain|0}}}|0|| {{!}} align="center" {{!}} {{{abstain}}} ({{roundup|{{#expr:({{{abstain}}} / {{{totalvotes}}}) * 100}}}}%) }}
{{#ifeq:{{{abstain|0}}}|0|| {{!}} align="center" {{!}} {{{abstain}}} ({{roundup|{{#expr:({{{abstain}}} / {{{totalvotes}}}) * 100}}}}%) }}
{{#ifeq:{{{keep|0}}}|0|| {{!}} {{#ifeq:{{#expr:{{#expr:({{{keep}}} / {{{totalvotes}}} * 100}} >= 80}}|1|class="infoboxheader"}} align="center" {{!}} {{{keep}}} ({{roundup|{{#expr:({{{keep}}} / {{{totalvotes}}}) * 100}}}}%) }}
{{#ifeq:{{{keep|0}}}|0|| {{!}} {{#ifeq:{{#expr:{{#expr:({{{keep}}} / {{{totalvotes}}} * 100}}) >= 80}}|1|class="infoboxheader"}} align="center" {{!}} {{{keep}}} ({{roundup|{{#expr:({{{keep}}} / {{{totalvotes}}}) * 100}}}}%) }}
{{#ifeq:{{{delete|0}}}|0|| {{!}} {{#ifeq:{{#expr:{{#expr:({{{delete}}} / {{{totalvotes}}} * 100}} >= 80}}|1|class="infoboxheader"}} align="center" {{!}} {{{delete}}} ({{roundup|{{#expr:({{{delete}}} / {{{totalvotes}}}) * 100}}}}%) }} |- style="text-align: center;"
{{#ifeq:{{{delete|0}}}|0|| {{!}} {{#ifeq:{{#expr:{{#expr:({{{delete}}} / {{{totalvotes}}} * 100}}) >= 80}}|1|class="infoboxheader"}} align="center" {{!}} {{{delete}}} ({{roundup|{{#expr:({{{delete}}} / {{{totalvotes}}}) * 100}}}}%) }} |- style="text-align: center;"
! class="infoboxheader" colspan="{{{typetotal}}}" | Total Votes: {{{totalvotes}}}
! class="infoboxheader" colspan="{{{typetotal}}}" | Total Votes: {{{totalvotes}}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>

Revision as of 21:25, 15 May 2008

This template is used by the Vote Bot is displaying the votes that tallied. It will only show base on what is greater than 0.

Example Code & Output

{{VoteSummary
| page= Battlestar Wiki talk:Think Tank/Video Ext
| delete= 0
| keep= 0
| support= 1
| oppose=1
| neutral= 2
| abstain= 2
| totalvotes= 6
| typetotal= 4
}}
Battlestar Wiki talk:Think Tank/Video Ext
Support Votes Oppose Votes Neutral Votes Abstain Votes
1 (17%) 1 (17%) 2 (34%) 2 (34%)
Total Votes: 6