Template:Infobox Hardware: Difference between revisions
From Your Next Level of Support
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|100px]]</div>}} | <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|100px]]</div>}} | ||
<table class="infobox-table">{{#if:{{{ | <table class="infobox-table">{{#if:{{{intro|}}}|<tr> | ||
<th> | <th>Introduced:</th> | ||
<td>{{{ | <td>{{{intro}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{discon|}}}|<tr> | ||
<th> | <th>Discontinued:</th> | ||
<td>{{{ | <td>{{{discon}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{isa|}}}|<tr> | ||
<th> | <th>Architecture:</th> | ||
<td>{{{ | <td>{{{isa}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{isagen|}}}|<tr> | ||
<th> | <th>Generation:</th> | ||
<td>{{{ | <td>{{{isagen}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{bus|}}}|<tr> | ||
<th> | <th>Bus:</th> | ||
<td>{{{ | <td>{{{bus}}}</td> | ||
</tr>}}{{#if:{{{minos|}}}|<tr> | |||
<th>Minimum OS:</th> | |||
<td>{{{minos}}}</td> | |||
</tr>}}{{#if:{{{maxos|}}}|<tr> | |||
<th>Maximum OS:</th> | |||
<td>{{{maxos}}}</td> | |||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
Latest revision as of 05:08, 20 October 2024
Infobox Hardware