Template:Infobox chip: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<div class="infobox"> <div class="infobox-title">{{{name|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} <table class="infobox-table">{{#if:{{{manufacturer|}}}|<tr> <th>Manufacturer</th> <td>{{{manufacturer}}}</td> </tr>}}{{#if:{{{type|}}}|<tr> <th>Type</th> <td>{{{type}}}</td> </tr>}}{{#if:{{{channels|}}}|<tr> <th>Channels</th> <td>{{{channels}}}</td> </tr>}}{{#if:{{{produced|}}}...") |
No edit summary |
||
| Line 5: | Line 5: | ||
<th>Manufacturer</th> | <th>Manufacturer</th> | ||
<td>{{{manufacturer}}}</td> | <td>{{{manufacturer}}}</td> | ||
</tr>}}{{#if:{{{ymseriescode|}}}|<tr> | |||
<th>Code</th> | |||
<td>{{{ymseriescode}}} ([[{{#sub:{{{ymseriescode}}}|0|3}} series]])</td> | |||
</tr>}}{{#if:{{{type|}}}|<tr> | </tr>}}{{#if:{{{type|}}}|<tr> | ||
<th>Type</th> | <th>Type</th> | ||
| Line 14: | Line 17: | ||
<th>Produced</th> | <th>Produced</th> | ||
<td>{{{produced}}}</td> | <td>{{{produced}}}</td> | ||
</tr>}}{{#if:{{{variants|}}}|<tr> | |||
<th>Variants</th> | |||
<td>{{{Variants}}}</td> | |||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
Revision as of 01:23, 19 February 2023
Infobox chip