Template:Infobox chip: Difference between revisions

From Sound Chips Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
<div class="infobox-title">{{{name|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{name|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<table class="infobox-table">{{#if:{{{manufacturer|}}}|<tr>
<table class="infobox-table">
{{#if:{{{clone|}}}|<tr>
    <th>Clone of</th>
    <td>{{{clone}}}</td>
</tr>}}{{#if:{{{variant|}}}|<tr>
    <th>Variant of</th>
    <td>{{{variant}}}</td>
</tr>}}{{#if:{{{manufacturer|}}}|<tr>
     <th>Manufacturer</th>
     <th>Manufacturer</th>
     <td>{{{manufacturer}}}</td>
     <td>{{{manufacturer}}}</td>
</tr>}}{{#if:{{{ymseriescode|}}}|<tr>
</tr>}}{{#if:{{{ymseriescode|}}}|<tr>
     <th>Code</th>
     <th>Code</th>
     <td>{{{ymseriescode}}} ([[{{#sub:{{{ymseriescode}}}|0|3}} series]])</td>
     <td>{{{ymseriescode}}} ([[:Category:Yamaha_{{#sub:{{{ymseriescode}}}|0|3}}_series|{{#sub:{{{ymseriescode}}}|0|3}} series]])</td>
</tr>}}{{#if:{{{type|}}}|<tr>
</tr>}}{{#if:{{{type|}}}|<tr>
     <th>Type</th>
     <th>Type</th>
Line 14: Line 21:
     <th>Channels</th>
     <th>Channels</th>
     <td>{{{channels}}}</td>
     <td>{{{channels}}}</td>
</tr>}}{{#if:{{{package|}}}|<tr>
    <th>Package</th>
    <td>{{{package}}}</td>
</tr>}}{{#if:{{{produced|}}}|<tr>
</tr>}}{{#if:{{{produced|}}}|<tr>
     <th>Produced</th>
     <th>Produced</th>
Line 20: Line 30:
     <th>Variants</th>
     <th>Variants</th>
     <td>{{{variants}}}</td>
     <td>{{{variants}}}</td>
</tr>}}{{#if:{{{clones|}}}|<tr>
    <th>Clones</th>
    <td>{{{clones}}}</td>
</tr>}}{{#if:{{{documents|}}}|<tr>
    <th>Documents</th>
    <td>{{{documents}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Latest revision as of 21:59, 18 June 2024

Infobox chip