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:{{{param1|}}}|<tr>
<table>{{#if:{{{releasedate|}}}|<tr>
     <th>Parameter 1</th>
     <th>Release Date</th>
     <td>{{{param1}}}</td>
     <td>{{{releasedate}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
</tr>}}{{#if:{{{earliestknownrecovery|}}}|<tr>
     <th>Parameter 2</th>
     <th>Earliest Known Recovery</th>
     <td>{{{param2}}}</td>
     <td>{{{earliestknownrecovery}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
</tr>}}{{#if:{{{earliestleakedrecovery|}}}|<tr>
     <th>Parameter 3</th>
     <th>Earliest Leaked Recovery</th>
     <td>{{{param3}}}</td>
     <td>{{{earliestleakedrecovery}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
</tr>}}{{#if:{{{latestknownrecovery|}}}|<tr>
     <th>Parameter 4</th>
     <th>Latest Known Recovery</th>
     <td>{{{param4}}}</td>
     <td>{{{latestknownrecovery}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
</tr>}}{{#if:{{{latestleakedrecovery|}}}|<tr>
     <th>Parameter 5</th>
     <th>Latest Leaked Recovery</th>
     <td>{{{param5}}}</td>
     <td>{{{latestleakedrecovery}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>
</div>
</div>

Revision as of 16:11, 4 November 2018

Infobox XDK