style="background-color: #F8F9FA; width: 0.3em;" |
Template:Party color cell 用於產生一個帶有特定政黨顏色的彩色表格單元。
使用
參數
參數
|
描述
|
1
|
政黨名稱
|
2
|
選填; The cell width. Defaults to 0.3em.
|
rowspan
|
選填; The number of rows to span.
|
colspan
|
選填; The number of columns to span.
|
舉例
{| class="wikitable"
|-
| {{party color cell|Aontú}}
| Candidate
|
|-
|
|...
|}
or to override the default width of 10px,
{| class="wikitable"
|-
| {{party color cell|Aontú|10px}}
| Candidate
|
|-
|
|...
|}
or to override the default rowspan of 1,
{| class="wikitable"
|-
| {{party color cell|Aontú|rowspan=3}}
| Candidate
|
|-
|...
|-
|...
|-
|
|...
|}