Template:Election box/doc
Script error: No such module "Message box". Script error: No such module "High-use". Template:Lua
These election box templates are for displaying a list of candidates and results for any election. They produce tables like this (figures are just examples; they are not meant to work mathematically):
| Party | Candidate | Votes | % | <templatestyles src="Template:Tooltip/styles.css" />±%Script error: No such module "Check for unknown parameters". | |
|---|---|---|---|---|---|
| Script error: No such module "Political party". | John Smith | 101,549 | 63.8 | Script error: No such module "String". | |
| Script error: No such module "Political party". | Jane Johnson | 52,201 | 31.6 | Script error: No such module "String". | |
| Majority | 153,700 | 72.4 | Script error: No such module "String". | ||
| Turnout | 9,999 | 50.0 | Script error: No such module "String". | ||
| Registered electors | 319,998 | Script error: No such module "String". | |||
Script error: No such module "Check for unknown parameters".TemplateData specific to Election box was not found. You can add it here.
Usage
Basic
There are three basic templates:
The begin and end templates start and end a table with appropriate columns and formatting. The candidate template is used once for each candidate and contributes a row to the table.
When using this template please use the election box end template rather than simply inserting |} at the end of the election box.
For example:
{{Election box begin |title=[[2005 United Kingdom general election|2005 general election]]: Strangford}}
{{Election box candidate
|party = Labour
|candidate = Tony Blair
|votes = 9,999
|percentage = 50.0
|change = +10.0
}}
{{Election box candidate
|party = Conservative
|candidate = Michael Howard
|votes = 9,999
|percentage = 50.0
|change = +10.0
}}
{{Election box end}}
Will create this:
| Party | Candidate | Votes | % | <templatestyles src="Template:Tooltip/styles.css" />±%Script error: No such module "Check for unknown parameters". | |
|---|---|---|---|---|---|
| Labour | Tony Blair | 9,999 | 50.0 | Script error: No such module "String". | |
| Conservative | Michael Howard | 9,999 | 50.0 | Script error: No such module "String". | |
Script error: No such module "Check for unknown parameters".
Party links
See Template:Election box candidate with party link for usage and set-up.
Majority and turnout
Three further templates:
can be added to record the majority, turnout and number of registered electors for an election. (In this context, "majority" refers to the winning margin between the first and second placed candidates.)
For example:
...
{{Election box majority
|votes = 9,999
|percentage = 50.0
|change = +10.0
}}
{{Election box turnout
|votes = 9,999
|percentage = 50.0
|change = +10.0
}}
{{Election box registered electors
|reg. electors = 19,998
|ref =
|change = +2.3
}}
{{Election box end}}
Will create this:
| Party | Candidate | Votes | % | <templatestyles src="Template:Tooltip/styles.css" />±%Script error: No such module "Check for unknown parameters". | |
|---|---|---|---|---|---|
| Script error: No such module "Political party". | Tony Blair | 9,999 | 50.0 | Script error: No such module "String". | |
| Script error: No such module "Political party". | Michael Howard | 9,999 | 50.0 | Script error: No such module "String". | |
| Majority | 9,999 | 50.0 | Script error: No such module "String". | ||
| Turnout | 9,999 | 50.0 | Script error: No such module "String". | ||
| Registered electors | 19,998 | Script error: No such module "String". | |||
Script error: No such module "Check for unknown parameters".
Election outcome
Finally there are two templates:
that can be used to summarize the outcome of an election, in terms of whether the incumbent holds the seat or whether it is lost to another party.
For example:
...
{{Election box hold with party link
|winner = Labour Party (UK)
|swing = +10.0
}}
or...
{{Election box gain with party link
|winner = Conservative Party (UK)
|loser = Labour Party (UK)
|swing = +10.0
}}
{{Election box end}}
Will create this:
| Party | Candidate | Votes | % | <templatestyles src="Template:Tooltip/styles.css" />±%Script error: No such module "Check for unknown parameters". | |
|---|---|---|---|---|---|
| Script error: No such module "Political party". | Tony Blair | 9,999 | 50.0 | Script error: No such module "String". | |
| Script error: No such module "Political party". | Michael Howard | 9,999 | 50.0 | Script error: No such module "String". | |
| Majority | 9,999 | 50.0 | Script error: No such module "String". | ||
| Turnout | 9,999 | 50.0 | Script error: No such module "String". | ||
| Registered electors | 19,998 | Script error: No such module "String". | |||
| Script error: No such module "Political party". hold | Swing | +10.0 | |||
Script error: No such module "Check for unknown parameters".
or this...
| Party | Candidate | Votes | % | <templatestyles src="Template:Tooltip/styles.css" />±%Script error: No such module "Check for unknown parameters". | |
|---|---|---|---|---|---|
| Script error: No such module "Political party". | Tony Blair | 9,999 | 50.0 | Script error: No such module "String". | |
| Script error: No such module "Political party". | Michael Howard | 9,999 | 50.0 | Script error: No such module "String". | |
| Majority | 9,999 | 50.0 | Script error: No such module "String". | ||
| Turnout | 9,999 | 50.0 | Script error: No such module "String". | ||
| Registered electors | 19,998 | Script error: No such module "String". | |||
| Script error: No such module "Political party". gain from Script error: No such module "Political party". Template:Yesno | Swing | +10.0 | |||
Script error: No such module "Check for unknown parameters".
Notes:
- The swing parameter represents Peter Snow's Swingometer measure, i.e. the percentage change (or swing) in the vote since the last election.
- When preparing the tables in advance of an election, it may be convenient to include these two templates but commented out (using
<!-- and -->) until the outcome is known. - Potentially there is a need for versions of these templates that do not have the party link mechanism. However, it can be argued that any party that has a successful candidate deserves an article about them and the full /meta/color treatment. The one obvious exception to this is, of course, independent candidates, who won't actually have a party. If / when there's a need, just create a non party link version of these templates.
- When
|change=represents a decrease, use a minus sign (−), not a hyphen (-).
List of templates
Template:List of Election Box Templates
Blanks by country
Extensions
- Template:Election FPTP begin As 1, but includes an additional column for expenditures. Example
- Template:Election box begin for list As 1, but better suited to list-based multi-member constituencies. Example
- Template:Election box candidate for alliance As 3, with an additional "side" party. Example
See also
- Template:Compact election box A more compact box for first-past-the-post elections