Template:Releasetable: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
m (Just a couple of things to prepare for the main bob template's backend overhaul; the release section of some articles might look a little funky until it's done but hopefully it'll be worth it.)
No edit summary
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><td colspan="2">
<includeonly><td colspan="2">
<table class="sortable" align="center" width="100%">
<table class="breakoutreleases sortable mw-collapsible" data-expandtext="▼" data-collapsetext="▲" align="center" width="100%" cellspacing="0" cellpadding="5px">
<tr><th colspan="3" >
</th>
----</th></tr>
</tr>
<tr><th colspan="1" align="center">Release</td>
<tr style="background-color:{{{border}}}; color:{{{color}}};">
<th colspan="1" align="center">Date {{tooltip|(Y/M/D)|Year / Month / Day}}</td>
<th colspan="1" align="center">Release</th>
<th colspan="1" align="center" class="unsortable">Code</td>
<th colspan="1" align="center">Date {{tooltip|(Y/M/D)|Year / Month / Day}}</th>
</tr>
<th colspan="1" align="center" class="unsortable">Code</th>
{{{release|}}}
</tr><div class="mw-collapsible-content">
{{{release|}}}</div>
</table></td></includeonly><noinclude>
</table></td></includeonly><noinclude>
Used to create a table for different releases on a [[Template:Bob|bob]]. Note that this template only creates the table; to actually add information, you will need to use the [[Template:Release|release]] template.
Creates the table that displays different releases on a [[Template:Bob|bob]]. Note that this template only creates the table header; to actually add information, you will need to use the [[Template:Release|release]] template.
==Usage==
==Usage==
<pre>
<pre>
{{Releasetable|release=
{{Releasetable|release=
  {{release
{{release
    |system=   
|system=   
    |region=   
|region=   
    |edition=  
|edition=  
    |date=     
|date=     
    |code=     
|code=     
    }}
}}
}}
}}
</pre>
</pre>
Line 27: Line 28:
* [[Template:Release]]
* [[Template:Release]]


[[Category:Templates]]</noinclude>
[[Category:Breakout box templates]]</noinclude>

Latest revision as of 12:09, 7 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