Template:Releasetable: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
(Created page with "<includeonly><table class="sortable" align="center" width="100%"> <tr><th colspan="3" > ----</th></tr> <tr><th colspan="1" align="center">Release</td> <th colspan="1" align="c...")
 
No edit summary
Tag: Manual revert
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><table class="sortable" align="center" width="100%">
<includeonly><td colspan="2">
<tr><th colspan="3" >
<table class="breakoutreleases sortable mw-collapsible" data-expandtext="▼" data-collapsetext="▲" align="center" width="100%" cellspacing="0" cellpadding="5px">
----</th></tr>
</th>
<tr><th colspan="1" align="center">Release</td>
</tr>
<th colspan="1" align="center">Date {{tooltip|Year / Month / Day|(Y/M/D)}}</td>
<tr style="background-color:{{{border}}}; color:{{{color}}};">
<th colspan="1" align="center" class="unsortable">Code</td>
<th colspan="1" align="center">Release</th>
</tr>
<th colspan="1" align="center">Date {{tooltip|(Y/M/D)|Year / Month / Day}}</th>
{{{release|}}}
<th colspan="1" align="center" class="unsortable">Code</th>
</table></includeonly><noinclude>
</tr><div class="mw-collapsible-content">
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.
{{{release|}}}</div>
</table></td></includeonly><noinclude>
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 26: 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