Template:Infobox XDK: Difference between revisions

From Xenon Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox">
<div class="infobox-body">
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|100px]]</div>}}
<table>{{#if:{{{param1|}}}|<tr>
{{#if:{{{caption|}}}|
     <th>Parameter 1</th>
<div class="infobox-caption">{{{caption}}}</div>}}
     <td>{{{param1}}}</td>
<table>{{#if:{{{introduced|}}}|<tr>
</tr>}}{{#if:{{{param2|}}}|<tr>
    <th>Introduced</th>
     <th>Parameter 2</th>
    <td>{{{introduced}}}</td>
     <td>{{{param2}}}</td>
</tr>}}{{#if:{{{discontinued|}}}|<tr>
</tr>}}{{#if:{{{param3|}}}|<tr>
    <th>Discontinued</th>
     <th>Parameter 3</th>
    <td>{{{discontinued}}}</td>
     <td>{{{param3}}}</td>
</tr>}}{{#if:{{{cpu|}}}|<tr>
</tr>}}{{#if:{{{param4|}}}|<tr>
    <th>CPU</th>
     <th>Parameter 4</th>
    <td>{{{cpu}}}</td>
     <td>{{{param4}}}</td>
</tr>}}{{#if:{{{motherboard|}}}|<tr>
</tr>}}{{#if:{{{param5|}}}|<tr>
    <th>Motherboard</th>
     <th>Parameter 5</th>
    <td>{{{motherboard}}}</td>
     <td>{{{param5}}}</td>
</tr>}}{{#if:{{{memory|}}}|<tr>
</tr>}}</table>
    <th>Memory</th>
    <td>{{{memory}}}</td>
</tr>}}{{#if:{{{storage|}}}|<tr>
    <th>Storage</th>
    <td>{{{storage}}}</td>
</tr>}}{{#if:{{{graphics|}}}|<tr>
     <th>Graphics</th>
     <td>{{{graphics}}}</td>
</tr>}}{{#if:{{{networking|}}}|<tr>
     <th>Networking</th>
     <td>{{{networking}}}</td>
</tr>}}{{#if:{{{earliestknownrecovery|}}}|<tr>
     <th>Earliest known recovery</th>
     <td>{{{earliestknownrecovery}}}</td>
</tr>}}{{#if:{{{earliestleakedrecovery|}}}|<tr>
     <th>Earliest leaked recovery</th>
     <td>{{{earliestleakedrecovery}}}</td>
</tr>}}{{#if:{{{latestknownrecovery|}}}|<tr>
     <th>Latest known recovery</th>
     <td>{{{latestknownrecovery}}}</td>
</tr>}}{{#if:{{{latestleakedrecovery|}}}|<tr>
    <th>Latest leaked recovery</th>
    <td>{{{latestleakedrecovery}}}</td>
</tr>}}{{#if:{{{bootrom|}}}|<tr>
    <th>BootROM</th>
    <td>{{{bootrom}}}</td>
</tr>}}
</table>
</div>
</div>
</div>

Latest revision as of 16:07, 9 November 2018

Infobox XDK