Template:Infobox XDK: Difference between revisions

From Xenon Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
{{#if:{{{caption|}}}|
{{#if:{{{caption|}}}|
<div class="infobox-caption">{{{caption}}}</div>}}
<div class="infobox-caption">{{{caption}}}</div>}}
<table>{{#if:{{{releasedate|}}}|<tr>
<table>{{#if:{{{introduced|}}}|<tr>
     <th>Release date</th>
     <th>Introduced</th>
     <td>{{{releasedate}}}</td>
     <td>{{{introduced}}}</td>
</tr>}}{{#if:{{{discontinued|}}}|<tr>
</tr>}}{{#if:{{{discontinued|}}}|<tr>
     <th>Discontinued</th>
     <th>Discontinued</th>

Revision as of 16:58, 4 November 2018

Infobox XDK