Template:Releasetable: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
m (Recategorised.)
No edit summary
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><td colspan="2">
<includeonly><td colspan="2">
<table class="breakoutreleases sortable" align="center" width="100%" cellspacing="0" cellpadding="5px">
<table class="breakoutreleases sortable mw-collapsible" data-expandtext="▼" data-collapsetext="▲" align="center" width="100%" cellspacing="0" cellpadding="5px">
</th>
</tr>
<tr style="background-color:{{{border}}}; color:{{{color}}};">
<tr style="background-color:{{{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>
<th colspan="1" align="center" class="unsortable">Code</th>
<th colspan="1" align="center" class="unsortable">Code</th>
</tr>
</tr><div class="mw-collapsible-content">
{{{release|}}}
{{{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's header; 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>

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