Template:InfoboxDevice: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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:{{{Release Year|}}}|<tr> | ||
<th>Release Year</th> | <th>Release Year</th> | ||
<td>{{{ | <td>{{{Release Year}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Leak Risk|}}}|<tr> | ||
<th>Leak Risk</th> | <th>Leak Risk</th> | ||
<td>{{{ | <td>{{{Leak Risk}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Mounting Technology|}}}|<tr> | ||
<th>Mounting Technology</th> | <th>Mounting Technology</th> | ||
<td>{{{ | <td>{{{Mounting Technology}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Capacitor Types|}}}|<tr> | ||
<th>Capacitor Types</th> | <th>Capacitor Types</th> | ||
<td>{{{ | <td>{{{Capacitor Types}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Batteries|}}}|<tr> | ||
<th>Batteries</th> | <th>Batteries</th> | ||
<td>{{{ | <td>{{{Batteries}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Destructive Entry|}}}|<tr> | ||
<th> | <th>Destructive Entry</th> | ||
<td>{{{ | <td>{{{Destructive Entry}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
Line 52: | Line 52: | ||
"example": "Soldered, removable, rechargeable, encapsulated" | "example": "Soldered, removable, rechargeable, encapsulated" | ||
}, | }, | ||
" | "Destructive Entry": { | ||
"description": "Do you have to damage the device to open it?" | "description": "Do you have to damage the device to open it?" | ||
} | } | ||
Line 65: | Line 65: | ||
"Capacitor Types", | "Capacitor Types", | ||
"Batteries", | "Batteries", | ||
" | "Destructive Entry" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 00:06, 18 January 2022
InfoboxDevice
Infobox for giving quick useful info for the device
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | Title | Title for the box | String | optional |
Picture | Picture | Picture of device | Unknown | optional |
Release Year | Release Year | Release year of the device | Unknown | optional |
Leak Risk | Leak Risk | Likely hood that the device may have developed a leaking part that should be fixed
| Unknown | optional |
Mounting Technology | Mounting Technology | Different styles of mounts parts on the device use
| Unknown | optional |
Capacitor Types | Capacitor Types | Different types of capacitors used on the device
| Unknown | optional |
Batteries | Batteries | Types of batteries in the device
| Unknown | optional |
Destructive Entry | Destructive Entry | Do you have to damage the device to open it? | Unknown | optional |