Template:Releasetable: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
(Added a toggle to collapse the release table; I anticipate some of these might get a bit long.)
(Implemented some shorthands for the "border" parameter.)
Tag: Reverted
Line 3: Line 3:
</th>
</th>
</tr>
</tr>
<tr style="background-color:{{{border}}}; color:{{{color}}};">
<tr style="background-color:{{#switch:{{lc:{{{border}}}}}
<!-- GAME COLOURS -->
|lbp1=#2E92D5
|lbp1alt=#F467B0
|psp=#EA9D25
|lbp2=#16B716
|vita=#CD73D4
|lbpk=#F85959
|lbp3=#FF6700
|#default={{{border}}} }}; color:{{{color}}};">
<th colspan="1" align="center">Release</th>
<th colspan="1" align="center">Release</th>
<th colspan="1" align="center">Date {{tooltip|(Y/M/D)|Year / Month / Day}}</th>
<th colspan="1" align="center">Date {{tooltip|(Y/M/D)|Year / Month / Day}}</th>

Revision as of 07:24, 3 March 2024

Creates the table that displays different releases on a bob. Note that this template only creates the table header; to actually add information, you will need to use the release template.

Usage

{{Releasetable|release=
	{{release
	|system=  
	|region=  
	|edition= 
	|date=    
	|code=    
	}}
}}

See also