Template:InfoboxDevice: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"param5": {}, | |||
"Title": { | |||
"description": "Title for the box", | |||
"type": "string" | |||
}, | |||
"Picture": { | |||
"description": "Picture of device" | |||
}, | |||
"Release Year": { | |||
"description": "Release year of the device" | |||
}, | |||
"Leak Risk": { | |||
"description": "Likely hood that the device may have developed a leaking part that should be fixed", | |||
"example": "Low, Medium, High" | |||
}, | |||
"Mounting Technology": { | |||
"description": "Different styles of mounts parts on the device use", | |||
"example": "Through Hole, SMD, BGA, Sockets" | |||
}, | |||
"Capacitor Types": { | |||
"description": "Different types of capacitors used on the device", | |||
"example": "Aluminum Electrolytic, Tantalum, Ceramic, Polymer" | |||
}, | |||
"Batteries": { | |||
"description": "Types of batteries in the device", | |||
"example": "Soldered, removable, rechargeable, encapsulated" | |||
}, | |||
"Destructive Entry": { | |||
"description": "Do you have to damage the device to open it?" | |||
} | |||
}, | |||
"description": "Infobox for giving quick useful info for the device", | |||
"paramOrder": [ | |||
"Title", | |||
"Picture", | |||
"Release Year", | |||
"Leak Risk", | |||
"Mounting Technology", | |||
"Capacitor Types", | |||
"Batteries", | |||
"Destructive Entry", | |||
"param5" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 00:02, 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 |
param5 | param5 | no description | Unknown | optional |