Template:Alternating rows table section: Difference between revisions

From MegaManMaker Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 136: Line 136:
| {{!}} Fifth {{!!}} 58
| {{!}} Fifth {{!!}} 58
}}
}}
|}</noinclude><noinclude>
|}</noinclude><noinclude>[[Category:Templates]] [[Category:Wiki Template]]</noinclude>
[[Category:Templates]] [[Category:Wiki Template]]</noinclude>

Latest revision as of 16:26, 9 August 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