Template:Alternating rows table

From The Languages of David J. Peterson
Revision as of 23:50, 18 September 2023 by Djpwikiadmin (talk | contribs) (Created page with "<templatestyles src="alternating rows table/styles.css" /> {| class="{{{class|wikitable}}} alternating" style="{{{style|}}}"<noinclude> {{end}} {{documentation}} </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

{{alternating rows table|class=wikitable}}
! Number !! Cell name
|-
| 1 || Cell 1
|-
| 2 || Cell 2
|-
| 3 || Cell 3
|-
| 4 || Cell 4
|-
{{end}}

Parameters

The default class is |class=wikitable, for a sortable table, use |class=wikitable sortable.