Template:InfoboxDevice: Difference between revisions
Jump to navigation
Jump to search
(Templete infobox for providing information about devices) |
No edit summary |
||
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:{{{image}}}|300px]]</div>}} | <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
<table>{{#if:{{{ | <table>{{#if:{{{year|}}}|<tr> | ||
<th>Release Year</th> | <th>Release Year</th> | ||
<td>{{{ | <td>{{{year}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{mounts|}}}|<tr> | ||
<th>Mounting Technology</th> | <th>Mounting Technology</th> | ||
<td>{{{ | <td>{{{mounts}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{caps|}}}|<tr> | ||
<th>Capacitor Types</th> | <th>Capacitor Types</th> | ||
<td>{{{ | <td>{{{caps}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{batteries|}}}|<tr> | ||
<th>Batteries</th> | <th>Batteries</th> | ||
<td>{{{ | <td>{{{batteries}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{entry|}}}|<tr> | ||
<th>Non-Destructive Entry</th> | <th>Non-Destructive Entry</th> | ||
<td>{{{param5}}}</td> | <td>{{{param5}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> |
Revision as of 20:13, 17 January 2022
InfoboxDevice