More actions
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <group layout="horizontal"> <data source="Flag"> <label></label> </data> <data source="Coat of Arms"> <label></label> </data> </group> <image source="image1"> <caption source="Map"/> </image> <data source="full_name"> <label>Full Name</label> </data> <data source="capital"> <label>Capital</label> </data> <group> <header>Information..." |
mNo edit summary |
||
| (35 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<infobox> | <infobox theme="electobox"> | ||
<title source="title1"> | <title source="title1"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<group layout="horizontal"> | <group layout="horizontal"> | ||
<data source=" | <data source="Candidate 1 Picture"><label></label></data> | ||
<data source="Candidate 2 Picture"><label></label></data> | |||
</data> | <data source="Candidate 3 Picture"><label></label></data> | ||
<data source=" | </group> | ||
<group layout="horizontal"> | |||
</data> | <header>Leader</header> | ||
<data source="Candidate 1 Name"><label></label></data> | |||
<data source="Candidate 2 Name"><label></label></data> | |||
<data source="Candidate 3 Name"><label></label></data> | |||
</group> | |||
<group layout="horizontal"> | |||
<header>Party</header> | |||
<data source="Candidate 1 Party"><label></label></data> | |||
<data source="Candidate 2 Party"><label></label></data> | |||
<data source="Candidate 3 Party"><label></label></data> | |||
</group> | |||
<group layout="horizontal"> | |||
<header>Previous Election Results</header> | |||
<data source="Candidate 1 PER"><label></label></data> | |||
<data source="Candidate 2 PER"><label></label></data> | |||
<data source="Candidate 3 PER"><label></label></data> | |||
</group> | |||
<group layout="horizontal"> | |||
<header>Seats Won</header> | |||
<data source="Candidate 1 Seats Won"><label></label></data> | |||
<data source="Candidate 2 Seats Won"><label></label></data> | |||
<data source="Candidate 3 Seats Won"><label></label></data> | |||
</group> | |||
<group layout="horizontal"> | |||
<header>Seat Change</header> | |||
<data source="Candidate 1 Seat Change"><label></label></data> | |||
<data source="Candidate 2 Seat Change"><label></label></data> | |||
<data source="Candidate 3 Seat Change"><label></label></data> | |||
</group> | |||
<group layout="horizontal"> | |||
<header>Popular Vote</header> | |||
<data source="Candidate 1 Popular Vote"><label></label></data> | |||
<data source="Candidate 2 Popular Vote"><label></label></data> | |||
<data source="Candidate 3 Popular Vote"><label></label></data> | |||
</group> | </group> | ||
<group layout="horizontal"> | |||
<header>Popular Vote Percentage</header> | |||
<data source="Candidate 1 Percentage"><label></label></data> | |||
<data source="Candidate 2 Percentage"><label></label></data> | |||
<data source="Candidate 3 Percentage"><label></label></data> | |||
</group> | |||
<group layout="horizontal"> | |||
<header>Swing</header> | |||
<data source="Candidate 1 Swing"><label></label></data> | |||
<data source="Candidate 2 Swing"><label></label></data> | |||
<data source="Candidate 3 Swing"><label></label></data> | |||
<data source=" | |||
<data source=" | |||
<data source=" | |||
<data source=" | |||
</group> | </group> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Candidate 1 Picture": { | |||
"description": "Type like this: [[File:NameofPicture.png|80px]]", | |||
"type": "string" | |||
}, | |||
"Candidate 1 Name": { | |||
"description": "Name of Candidate 1's leader.", | |||
"example": "Alain Sievert", | |||
"type": "string" | |||
}, | |||
"Candidate 1 Party": { | |||
"description": "The political party to which Candidate 1 belongs.", | |||
"example": "the Lemon Party", | |||
"type": "string" | |||
}, | |||
"Candidate 1 PER": { | |||
"description": "PER = previous election result, expressed as both number of seats and popular vote percentage.", | |||
"example": "6 seats, ~28%" | |||
}, | |||
"Candidate 1 Seats Won": { | |||
"description": "The number of seats in the legislature won by Candidate 1.", | |||
"example": "42", | |||
"type": "string" | |||
}, | |||
"Candidate 1 Popular Vote": { | |||
"type": "string", | |||
"description": "Popular vote for Candidate 1.", | |||
"example": "2,000,000" | |||
}, | |||
"Candidate 1 Percentage": { | |||
"description": "Popular vote percentage of Candidate 1.", | |||
"example": "42%", | |||
"type": "string" | |||
}, | |||
"Candidate 1 Swing": { | |||
"description": "How many seats were gained or lost by Candidate 1.", | |||
"example": "+3 seats", | |||
"type": "string" | |||
}, | |||
"Candidate 2 Picture": { | |||
"description": "Type like this: [[File:NameofPicture.png|80px]]", | |||
"type": "string" | |||
}, | |||
"Candidate 2 Name": { | |||
"description": "Name of Candidate 2's leader.", | |||
"example": "Edward Jellico", | |||
"type": "string" | |||
}, | |||
"Candidate 2 Party": { | |||
"description": "The political party to which Candidate 2 belongs.", | |||
"example": "the Lemon Party", | |||
"type": "string" | |||
}, | |||
"Candidate 2 PER": { | |||
"description": "PER = previous election result, expressed as both number of seats and popular vote percentage.", | |||
"example": "202 seats, 32.1%", | |||
"type": "string" | |||
}, | |||
"Candidate 2 Seats Won": { | |||
"description": "How many seats were gained or lost by Candidate 2.", | |||
"example": "-4 seats", | |||
"type": "string" | |||
}, | |||
"Candidate 2 Popular Vote": { | |||
"description": "Popular vote for Candidate 2", | |||
"type": "string" | |||
}, | |||
"Candidate 2 Percentage": { | |||
"description": "Popular vote percentage for Candidate 2", | |||
"type": "string" | |||
}, | |||
"Candidate 2 Swing": { | |||
"description": "The number of seats gained or lost by Candidate 2", | |||
"type": "string" | |||
}, | |||
"Candidate 3 Picture": { | |||
"description": "Type like this: [[File:NameofPicture.png|80px]]", | |||
"type": "string" | |||
}, | |||
"Candidate 3 Name": { | |||
"description": "Name of Candidate 3's leader.", | |||
"example": "Faye Ming-liang", | |||
"type": "string" | |||
}, | |||
"Candidate 3 Party": { | |||
"description": "The political party to which Candidate 3 belongs.", | |||
"type": "string" | |||
}, | |||
"Candidate 3 PER": { | |||
"description": "PER = previous election result", | |||
"type": "string" | |||
}, | |||
"Candidate 3 Seats Won": { | |||
"description": "PER = previous election result, expressed as both number of seats and popular vote percentage.", | |||
"example": "11 seats, 12.6%", | |||
"type": "string" | |||
}, | |||
"Candidate 3 Popular Vote": { | |||
"description": "Popular vote for Candidate 3", | |||
"example": "3,127,000", | |||
"type": "string" | |||
}, | |||
"Candidate 3 Percentage": { | |||
"description": "Popular vote percentage for Candidate 3.", | |||
"example": "42.6%", | |||
"type": "string" | |||
}, | |||
"Candidate 3 Swing": { | |||
"description": "The number of seats gained or lost by Candidate 3.", | |||
"type": "string" | |||
}, | |||
"title1": { | |||
"description": "Title of the election. Defaults to the page name." | |||
}, | |||
"caption1": { | |||
"description": "Caption of Candidate 1's picture", | |||
"type": "string" | |||
}, | |||
"caption2": { | |||
"description": "Caption of Candidate 2's picture" | |||
}, | |||
"caption3": { | |||
"description": "Caption of Candidate 3's picture." | |||
} | |||
}, | |||
"paramOrder": [ | |||
"title1", | |||
"Candidate 1 Picture", | |||
"Candidate 1 Name", | |||
"Candidate 1 Party", | |||
"Candidate 1 PER", | |||
"Candidate 1 Seats Won", | |||
"Candidate 1 Popular Vote", | |||
"Candidate 1 Percentage", | |||
"Candidate 1 Swing", | |||
"Candidate 2 Picture", | |||
"Candidate 2 Name", | |||
"Candidate 2 Party", | |||
"Candidate 2 PER", | |||
"Candidate 2 Seats Won", | |||
"Candidate 2 Popular Vote", | |||
"Candidate 2 Percentage", | |||
"Candidate 2 Swing", | |||
"Candidate 3 Picture", | |||
"Candidate 3 Name", | |||
"Candidate 3 Party", | |||
"Candidate 3 PER", | |||
"Candidate 3 Seats Won", | |||
"Candidate 3 Popular Vote", | |||
"Candidate 3 Percentage", | |||
"Candidate 3 Swing", | |||
"caption1", | |||
"caption2", | |||
"caption3" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 18:31, 4 December 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title1 | title1 | Title of the election. Defaults to the page name. | Unknown | optional |
| Candidate 1 Picture | Candidate 1 Picture | Type like this: [[File:NameofPicture.png|80px]] | String | optional |
| Candidate 1 Name | Candidate 1 Name | Name of Candidate 1's leader.
| String | optional |
| Candidate 1 Party | Candidate 1 Party | The political party to which Candidate 1 belongs.
| String | optional |
| Candidate 1 PER | Candidate 1 PER | PER = previous election result, expressed as both number of seats and popular vote percentage.
| Unknown | optional |
| Candidate 1 Seats Won | Candidate 1 Seats Won | The number of seats in the legislature won by Candidate 1.
| String | optional |
| Candidate 1 Popular Vote | Candidate 1 Popular Vote | Popular vote for Candidate 1.
| String | optional |
| Candidate 1 Percentage | Candidate 1 Percentage | Popular vote percentage of Candidate 1.
| String | optional |
| Candidate 1 Swing | Candidate 1 Swing | How many seats were gained or lost by Candidate 1.
| String | optional |
| Candidate 2 Picture | Candidate 2 Picture | Type like this: [[File:NameofPicture.png|80px]] | String | optional |
| Candidate 2 Name | Candidate 2 Name | Name of Candidate 2's leader.
| String | optional |
| Candidate 2 Party | Candidate 2 Party | The political party to which Candidate 2 belongs.
| String | optional |
| Candidate 2 PER | Candidate 2 PER | PER = previous election result, expressed as both number of seats and popular vote percentage.
| String | optional |
| Candidate 2 Seats Won | Candidate 2 Seats Won | How many seats were gained or lost by Candidate 2.
| String | optional |
| Candidate 2 Popular Vote | Candidate 2 Popular Vote | Popular vote for Candidate 2 | String | optional |
| Candidate 2 Percentage | Candidate 2 Percentage | Popular vote percentage for Candidate 2 | String | optional |
| Candidate 2 Swing | Candidate 2 Swing | The number of seats gained or lost by Candidate 2 | String | optional |
| Candidate 3 Picture | Candidate 3 Picture | Type like this: [[File:NameofPicture.png|80px]] | String | optional |
| Candidate 3 Name | Candidate 3 Name | Name of Candidate 3's leader.
| String | optional |
| Candidate 3 Party | Candidate 3 Party | The political party to which Candidate 3 belongs. | String | optional |
| Candidate 3 PER | Candidate 3 PER | PER = previous election result | String | optional |
| Candidate 3 Seats Won | Candidate 3 Seats Won | PER = previous election result, expressed as both number of seats and popular vote percentage.
| String | optional |
| Candidate 3 Popular Vote | Candidate 3 Popular Vote | Popular vote for Candidate 3
| String | optional |
| Candidate 3 Percentage | Candidate 3 Percentage | Popular vote percentage for Candidate 3.
| String | optional |
| Candidate 3 Swing | Candidate 3 Swing | The number of seats gained or lost by Candidate 3. | String | optional |
| caption1 | caption1 | Caption of Candidate 1's picture | String | optional |
| caption2 | caption2 | Caption of Candidate 2's picture | Unknown | optional |
| caption3 | caption3 | Caption of Candidate 3's picture. | Unknown | optional |