This template marks the beginning of a table and defines borders, margins, background colours, and text alignment within the table. (Default alignment is "right", others must be specified.) Table rows and cells are written as usual, and the table is closed with "|}
"
For example, to have a table as shown below, include the code shown to the right:
{{Election table|title=Summary of [[Mars|Martian]] election results, 2020}}
|-
! colspan="2" style="text-align:left;" | Parties
! Votes
! %
! ±
! Seats
! ±
|-
| style="background-color:#ff0000;" |
| style="text-align:left;" | The red party
| 6042
| 45.40
| −4.41
| 23
| −2
|-
| style="background-color:#00ff00;" |
| style="text-align:left;" | The green party
| 5678
| 42.67
| +1.23
| 21
| 0
|-
| style="background-color:#0000ff;" |
| style="text-align:left;" | Free Mars
| 345
| 2.59
| +2.59
| 1
| +1
|-
| style="background-color:#eeeeee;" |
| style="text-align:left;" | None of the above (unfilled seats)
| 1242
| 9.33
| +0.59
| 5
| +1
|-
! colspan="2" style="text-align:left;" | Total
! 13307
! style="text-align:center;" colspan="2"| 100%
! style="text-align:center;" colspan="2"| 50
|}
|
Parties | Votes | % | ± | Seats | ± | |
---|---|---|---|---|---|---|
The red party | 6042 | 45.40 | −4.41 | 23 | −2 | |
The green party | 5678 | 42.67 | +1.23 | 21 | 0 | |
Free Mars | 345 | 2.59 | +2.59 | 1 | +1 | |
None of the above (unfilled seats) | 1242 | 9.33 | +0.59 | 5 | +1 | |
Total | 13307 | 100% | 50 |
Instead of {{Election table|template_name=template pagename}} Title
you can use {{Election table|template_name=template pagename|title=Title}}
. The title will be bolded automatically.
To add class="sortable"
, use ...|sortable=yes}}
. If you use this, you will need to edit your table to have |- class="sortbottom"
as the row separator for the total row. If you want a specific column not to be sortable, specify class="unsortable"
in the attributes of its header cell. Sorted tables do not currently work with tables using colspan
. See Help:Sorting for more information about sorting.
To align the table on the right side of the page, use ...|align=right}}
.
For direct use in an article instead of a template, do not include the template_name
parameter.
To collapse the table, use ...|collapsed=yes