Difference between revisions of "Template:Alternating rows table section"

From MegaManMaker Wiki
Jump to navigation Jump to search
 
Line 137: Line 137:
}}
}}
|}</noinclude><noinclude>
|}</noinclude><noinclude>
[[Category:Templates]]</noinclude>
[[Category:Templates]] [[Category:Wiki Template]]</noinclude>

Latest revision as of 19:52, 15 June 2024

Usage

Alternating rows table section allows for the dynamic creation of tables that use alternating styles for odd and even numbered rows, typically in conjunction with a template which generates a table where some rows may not be present every time.

There are two named arguments to this template:

os
Defines the CSS style for odd-numbered rows.
es
Defines the CSS style for even-numbered rows.

Example


 {| class="wikitable"
 ! Place !! Result
 {{Alternating rows table section|es=background:#f0f0f0;
 | {{!}} First {{!!}} 100
 | {{!}} Second {{!!}} 95
 | <!-- empty! -->
 | {{!}} Third {{!!}} 87
 | <!-- empty! -->
 | {{!}} Fourth {{!!}} 65
 | {{!}} Fifth {{!!}} 58
 }}
 |}
 
Place Result
First 100
Second 95
Third 87
Fourth 65
Fifth 58