Template:Infobox Hardware: Difference between revisions

From Your Next Level of Support
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision 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:{{{param1|}}}|<tr>
<table class="infobox-table">{{#if:{{{intro|}}}|<tr>
     <th>Introduced:</th>
     <th>Introduced:</th>
     <td>{{{intro}}}</td>
     <td>{{{intro}}}</td>
Line 11: Line 11:
     <th>Architecture:</th>
     <th>Architecture:</th>
     <td>{{{isa}}}</td>
     <td>{{{isa}}}</td>
</tr>}}{{#if:{{{isagen|}}}|<tr>
    <th>Generation:</th>
    <td>{{{isagen}}}</td>
</tr>}}{{#if:{{{bus|}}}|<tr>
</tr>}}{{#if:{{{bus|}}}|<tr>
     <th>Bus:</th>
     <th>Bus:</th>

Latest revision as of 05:08, 20 October 2024

Infobox Hardware