Template:InfoboxDevice: Difference between revisions

From Caps Wiki
Jump to navigation Jump to search
(Nowrap row headers to prevent two-line entries from looking like they belong to two different params)
No edit summary
Line 20: Line 20:
     <th>{{nowrap|Destructive Entry}}</th>
     <th>{{nowrap|Destructive Entry}}</th>
     <td>{{{Destructive Entry}}}</td>
     <td>{{{Destructive Entry}}}</td>
</tr>}}
</tr>}}{{#if:{{{CPU|}}}{{{Memory|}}}{{{Storage|}}}{{{Graphics|}}}{{{Sound|}}}|<tr>
    <th colspan=2 style="font-size:125%;text-align:center;">Hardware Specifications</th>
</tr>{{#if:{{{CPU|}}}|<tr>
    <th>CPU</th>
    <td>{{{CPU}}}</td>
</tr>}}{{#if:{{{Memory|}}}|<tr>
    <th>Memory</th>
    <td>{{{Memory}}}</td>
</tr>}}{{#if:{{{Storage|}}}|<tr>
    <th>Storage</th>
    <td>{{{Storage}}}</td>
</tr>}}{{#if:{{{Graphics|}}}|<tr>
    <th>Graphics</th>
    <td>{{{Graphics}}}</td>
</tr>}}{{#if:{{{Sound|}}}|<tr>
    <th>Sound</th>
    <td>{{{Sound}}}</td>
</tr>}}}}
{{#incat:CRT|<tr>
{{#incat:CRT|<tr>
     <th>CRT Guides</th>
     <th>CRT Guides</th>
Line 26: Line 43:
* [[CRT]]
* [[CRT]]
* [[CRT Repair Cautions]]</td>
* [[CRT Repair Cautions]]</td>
{{#incat:CRT|<tr>
    <th colspan=2 style="font-size:125%;text-align:center;">CRT Guides</th>
</tr><tr>
    <td colspan=2 style="text-align:center;">[[CRT|General Information]]&nbsp;· [[CRT Repair Cautions|Repair Cautions]]</td>
</tr>}}
</tr>}}
</table>
</table>
</div>
</div><noinclude>{{/doc}}</noinclude>
<noinclude>
<templatedata>
{
"params": {
"Title": {
"description": "Title for the box",
"type": "string"
},
"Picture": {
"description": "Picture of device",
"type": "wiki-file-name"
},
"Release Year": {
"description": "Release year of the device"
},
"Leak Risk": {
"description": "Likely hood that the device may have developed a leaking part that could cause corrosive damage 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"
]
}
</templatedata>
</noinclude>

Revision as of 01:08, 20 February 2022

InfoboxDevice
{{#incat:CRT|
CRT Guides

Template:InfoboxDevice/doc