Template:Referendum: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
! Choice !! Votes !! % | ! Choice !! Votes !! % | ||
|- style = "{{#if:{{{choice1|}}}{{{votes1|}}}{{{percentage1|}}}| |display:none;}} border-left: 4px solid {{{color1|#54CC47}}}" | |- style = "{{#if:{{{choice1|}}}{{{votes1|}}}{{{percentage1|}}}| |display:none;}} border-left: 4px solid {{{color1|#54CC47}}}" | ||
| style="text-align:left;" | {{{choice1|}}} || style="text-align:right;" | {{{votes1|}}} || style="text-align:right;" | {{#expr: ({{{votes1|}}} / {{{totalvotes|}}}) * 100 round 2}}% | | style="text-align:left;" | {{{choice1|}}} || style="text-align:right;" | {{{votes1|}}} || style="text-align:right;" | {{#iferror: {{#expr: ({{{votes1|}}} / {{{totalvotes|}}}) * 100 round 2}} }}% | ||
|- style = "{{#if:{{{choice2|}}}{{{votes2|}}}{{{percentage2|}}}| |display:none;}} border-left: 4px solid {{{color2|#4780CC}}}" | |- style = "{{#if:{{{choice2|}}}{{{votes2|}}}{{{percentage2|}}}| |display:none;}} border-left: 4px solid {{{color2|#4780CC}}}" | ||
| style="text-align:left;" | {{{choice2|}}} || style="text-align:right;" | {{{votes2|}}} || style="text-align:right;" | {{#expr: ({{{votes2|}}} / {{{totalvotes|}}}) * 100 round 2}}% | | style="text-align:left;" | {{{choice2|}}} || style="text-align:right;" | {{{votes2|}}} || style="text-align:right;" | {{#iferror: {{#expr: ({{{votes2|}}} / {{{totalvotes|}}}) * 100 round 2}} }}% | ||
|- style = "{{#if:{{{choice3|}}}{{{votes3|}}}{{{percentage3|}}}| |display:none;}} border-left: 4px solid {{{color3|#FFFF00}}}" | |- style = "{{#if:{{{choice3|}}}{{{votes3|}}}{{{percentage3|}}}| |display:none;}} border-left: 4px solid {{{color3|#FFFF00}}}" | ||
| style="text-align:left;" | {{{choice3|}}} || style="text-align:right;" | {{{votes3|}}} || style="text-align:right;" | {{#expr: ({{{votes3|}}} / {{{totalvotes|}}}) * 100 round 2}}% | | style="text-align:left;" | {{{choice3|}}} || style="text-align:right;" | {{{votes3|}}} || style="text-align:right;" | {{#iferror: {{#expr: ({{{votes3|}}} / {{{totalvotes|}}}) * 100 round 2}} }}% | ||
|- style = "{{#if:{{{choice4|}}}{{{votes4|}}}{{{percentage4|}}}| |display:none;}} border-left: 4px solid {{{color4|#FFA100}}}" | |- style = "{{#if:{{{choice4|}}}{{{votes4|}}}{{{percentage4|}}}| |display:none;}} border-left: 4px solid {{{color4|#FFA100}}}" | ||
| style="text-align:left;" | {{{choice4|}}} || style="text-align:right;" | {{{votes4|}}} || style="text-align:right;" | {{#expr: ({{{votes4|}}} / {{{totalvotes|}}}) * 100 round 2}}% | | style="text-align:left;" | {{{choice4|}}} || style="text-align:right;" | {{{votes4|}}} || style="text-align:right;" | {{#iferror: {{#expr: ({{{votes4|}}} / {{{totalvotes|}}}) * 100 round 2}} }}% | ||
|- style = "{{#if:{{{choice5|}}}{{{votes5|}}}{{{percentage5|}}}| |display:none;}} border-left: 4px solid {{{color5|#FF2D2D}}}" | |- style = "{{#if:{{{choice5|}}}{{{votes5|}}}{{{percentage5|}}}| |display:none;}} border-left: 4px solid {{{color5|#FF2D2D}}}" | ||
| style="text-align:left;" | {{{choice5|}}} || style="text-align:right;" | {{{votes5|}}} || style="text-align:right;" | {{#expr: ({{{votes5|}}} / {{{totalvotes|}}}) * 100 round 2}}% | | style="text-align:left;" | {{{choice5|}}} || style="text-align:right;" | {{{votes5|}}} || style="text-align:right;" | {{#iferror: {{#expr: ({{{votes5|}}} / {{{totalvotes|}}}) * 100 round 2}} }}% | ||
|- style = "{{#if:{{{totalvotes|}}}| |display:none;}}" | |- style = "{{#if:{{{totalvotes|}}}| |display:none;}}" | ||
| style="background:#EEEEEE;text-align:left;" | '''Total votes''' || style="background:#EEEEEE;text-align:right;" | {{{totalvotes|}}} || style="background:#EEEEEE;text-align:right;" | 100% | | style="background:#EEEEEE;text-align:left;" | '''Total votes''' || style="background:#EEEEEE;text-align:right;" | {{{totalvotes|}}} || style="background:#EEEEEE;text-align:right;" | 100% | ||
|- style = "{{#if:{{{voters|}}}{{{turnout|}}}| |display:none;}}" | |- style = "{{#if:{{{voters|}}}{{{turnout|}}}| |display:none;}}" | ||
| style="background:#EEEEEE;text-align:left;" | Registered voters/turnout || style="background:#EEEEEE;text-align:right;" | {{{voters|}}} || style="background:#EEEEEE;text-align:right;" |{{{turnout|{{#expr: ({{{totalvotes|}}} / {{{voters|}}}) * 100 round 2}}%}}} | | style="background:#EEEEEE;text-align:left;" | Registered voters/turnout || style="background:#EEEEEE;text-align:right;" | {{{voters|}}} || style="background:#EEEEEE;text-align:right;" |{{{turnout|{{#iferror: {{#expr: ({{{totalvotes|}}} / {{{voters|}}}) * 100 round 2}} }}%}}} | ||
|} | |} | ||
|} | |} |
Revision as of 12:09, 6 September 2023
|
Example usage:
{{Referendum |color=orange |title1=3023 Turkish referendum |flag=[[File:Adsadsdsdasasdsdads.png|50px|link=Aurora:Turkey]] |dateofelection=14 May 3023 |question=why? |totalvotes=100 |voters=200 |color1=green |choice1=Yes1 |votes1=33 |color2=blue |choice2=Yes2 |votes2=37 |color3=red |choice3=No |votes3=30 |map_image=[[File:Turkeymap.jpg|360px]] |map_caption=Map Caption }}