These Election box templates are for displaying a list of candidates and results for any election. They produce tables like this:
These Election box templates are for displaying a list of candidates and results for any election. They produce tables like this:
| General Election 2005: Strangford | |||||
|---|---|---|---|---|---|
| Party | Candidate | Votes | % | ±% | |
| Labour | Tony Blair | 9,999 | 50.0 | +10.0 | |
| Conservative | Michael Howard | 9,999 | 50.0 | +10.0 | |
| Majority | 9,999 | 50.0 | +10.0 | ||
| Turnout | 9,999 | 50.0 | +10.0 | ||
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. If you do place the |} it will be detected as an error by syntax-checking bots and will then be placed in the syntax cleanup project queue and will need to be fixed by someone. Having fixed a few hundred already, it is becoming somewhat repetitive.
For example:
{{Election box begin |title=[[United Kingdom general election, 2005|General Election 2005]]: 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:
| General Election 2005: Strangford | |||||
|---|---|---|---|---|---|
| Party | Candidate | Votes | % | ±% | |
| Labour | Tony Blair | 9,999 | 50.0 | +10.0 | |
| Conservative | Michael Howard | 9,999 | 50.0 | +10.0 | |
See Template:Election box candidate with party link for usage and set-up.
Two further templates:
can be added to record the majority and turnout figures 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 end}}
Will create this:
| General Election 2005: Strangford | |||||
|---|---|---|---|---|---|
| Party | Candidate | Votes | % | ±% | |
| Labour | Tony Blair | 9,999 | 50.0 | +10.0 | |
| Conservative | Michael Howard | 9,999 | 50.0 | +10.0 | |
| Majority | 9,999 | 50.0 | +10.0 | ||
| Turnout | 9,999 | 50.0 | +10.0 | ||
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:
| General Election 2005: Strangford | |||||
|---|---|---|---|---|---|
| Party | Candidate | Votes | % | ±% | |
| Labour | Tony Blair | 9,999 | 50.0 | +10.0 | |
| Conservative | Michael Howard | 9,999 | 50.0 | +10.0 | |
| Majority | 9,999 | 50.0 | +10.0 | ||
| Turnout | 9,999 | 50.0 | +10.0 | ||
| Labour hold | Swing | +10.0 | |||
or this...
| General Election 2005: Strangford | |||||
|---|---|---|---|---|---|
| Party | Candidate | Votes | % | ±% | |
| Labour | Tony Blair | 9,999 | 50.0 | +10.0 | |
| Conservative | Michael Howard | 9,999 | 50.0 | +10.0 | |
| Majority | 9,999 | 50.0 | +10.0 | ||
| Turnout | 9,999 | 50.0 | +10.0 | ||
| Conservative gain from Labour | Swing | +10.0 | |||
Notes:
<!-- and --> ) until the outcome is known.Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.