Template:Infobox Hardware: Difference between revisions

From Your Next Level of Support
Jump to navigationJump to search
Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} <table class="infobox-table">{{#if:{{{param1|}}}|<tr> <th>Parameter 1</th> <td>{{{param1}}}</td> </tr>}}{{#if:{{{param2|}}}|<tr> <th>Parameter 2</th> <td>{{{param2}}}</td> </tr>}}{{#if:{{{param3|}}}|<tr> <th>Parameter 3</th> <td>{{{param3}}}</td> </tr>}}{{#if:{{{param4|}}}|<tr..."
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<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}}}}}|300px]]</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>Parameter 1</th>
     <th>Introduced:</th>
     <td>{{{param1}}}</td>
     <td>{{{intro}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
</tr>}}{{#if:{{{discon|}}}|<tr>
     <th>Parameter 2</th>
     <th>Discontinued:</th>
     <td>{{{param2}}}</td>
     <td>{{{discon}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
</tr>}}{{#if:{{{isa|}}}|<tr>
     <th>Parameter 3</th>
     <th>Architecture:</th>
     <td>{{{param3}}}</td>
     <td>{{{isa}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
</tr>}}{{#if:{{{isagen|}}}|<tr>
     <th>Parameter 4</th>
     <th>Generation:</th>
     <td>{{{param4}}}</td>
     <td>{{{isagen}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
</tr>}}{{#if:{{{bus|}}}|<tr>
     <th>Parameter 5</th>
     <th>Bus:</th>
     <td>{{{param5}}}</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