Template:Alternating rows table
Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab. This template may be used to generate a table with alternating row shading.
Usage[edit source]
{{alternating rows table|class=wikitable}}
! Number !! Cell name
|-
| 1 || Cell 1
|-
| 2 || Cell 2
|-
| 3 || Cell 3
|-
| 4 || Cell 4
|-
{{end}}
Number | Cell name |
---|---|
1 | Cell 1 |
2 | Cell 2 |
3 | Cell 3 |
4 | Cell 4 |
Parameters[edit source]
The default class is |class=wikitable
, for a sortable table, use |class=wikitable sortable
.
Known issues[edit source]
Background color on rows will look off if one of the cells spans multiple rows (ex. rowspan="2"
). If the table is sortable, then this gets fixed once sorted since sortable collapses row spans.
See also[edit source]
- wikipedia:MediaWiki:Common.css which includes the
alternance
class (the inspiration for this template).