Template:Infobox XDK: Difference between revisions
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:{{{ | <table>{{#if:{{{releasedate|}}}|<tr> | ||
<th> | <th>Release Date</th> | ||
<td>{{{ | <td>{{{releasedate}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{earliestknownrecovery|}}}|<tr> | ||
<th> | <th>Earliest Known Recovery</th> | ||
<td>{{{ | <td>{{{earliestknownrecovery}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{earliestleakedrecovery|}}}|<tr> | ||
<th> | <th>Earliest Leaked Recovery</th> | ||
<td>{{{ | <td>{{{earliestleakedrecovery}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{latestknownrecovery|}}}|<tr> | ||
<th> | <th>Latest Known Recovery</th> | ||
<td>{{{ | <td>{{{latestknownrecovery}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{latestleakedrecovery|}}}|<tr> | ||
<th> | <th>Latest Leaked Recovery</th> | ||
<td>{{{ | <td>{{{latestleakedrecovery}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 16:11, 4 November 2018
Infobox XDK