Template:InfoboxDevice/Doc: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
}, | }, | ||
"Release Year": { | "Release Year": { | ||
"description": "Release year of the device" | "description": "Release year of the device", | ||
"type": "string" | |||
}, | }, | ||
"Leak Risk": { | "Leak Risk": { | ||
"description": "Likely hood that the device may have developed a leaking part that could cause corrosive damage that should be fixed", | "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" | "example": "Low, Medium, High", | ||
"type": "string" | |||
}, | }, | ||
"Mounting Technology": { | "Mounting Technology": { | ||
"description": "Different styles of mounts parts on the device use", | "description": "Different styles of mounts parts on the device use", | ||
"example": "Through Hole, SMD, BGA, Sockets" | "example": "Through Hole, SMD, BGA, Sockets", | ||
"type": "string" | |||
}, | }, | ||
"Capacitor Types": { | "Capacitor Types": { | ||
"description": "Different types of capacitors used on the device", | "description": "Different types of capacitors used on the device", | ||
"example": "Aluminum Electrolytic, Tantalum, Ceramic, Polymer" | "example": "Aluminum Electrolytic, Tantalum, Ceramic, Polymer", | ||
"type": "string" | |||
}, | }, | ||
"Batteries": { | "Batteries": { | ||
"description": "Types of batteries in the device", | "description": "Types of batteries in the device", | ||
"example": "Soldered, removable, rechargeable, encapsulated" | "example": "Soldered, removable, rechargeable, encapsulated", | ||
"type": "string" | |||
}, | }, | ||
"Destructive Entry": { | "Destructive Entry": { | ||
"description": "Do you have to damage the device to open it?" | "description": "Do you have to damage the device to open it?", | ||
"type": "string" | |||
}, | |||
"CPU": { | |||
"description": "The main microprocesor of the computer/game console/phone/audio player/etc.", | |||
"type": "string" | |||
}, | |||
"Memory": { | |||
"description": "The amount of memory on the device (in KB, MB, GB, etc.) Helpful to include the package of the chips/modules (dual in-line package, SIMM, DIMM, etc.)", | |||
"type": "string" | |||
}, | |||
"Graphics": { | |||
"description": "If a computer system or information appliance (game console, phone, etc.), the chip responsible for rendering video and graphics", | |||
"type": "string" | |||
}, | |||
"Sound": { | |||
"description": "If a computer system or information appliance (game console, phone, etc.), the chip responsible for audio playback or synthesis", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Line 55: | Line 77: | ||
"Capacitor Types", | "Capacitor Types", | ||
"Batteries", | "Batteries", | ||
"Destructive Entry" | "Destructive Entry", | ||
"CPU", | |||
"Memory", | |||
"Graphics", | |||
"Sound" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 01:22, 20 February 2022
Use this template in Source Editing to include the infobox:
{{InfoboxDevice | Title = | Picture = | Release Year = | Leak Risk = | Mounting Technology = | Capacitor Types = | Batteries = | Destructive Entry = }}
TemplateData
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 | File | optional |
Release Year | Release Year | Release year of the device | String | optional |
Leak Risk | Leak Risk | Likely hood that the device may have developed a leaking part that could cause corrosive damage that should be fixed
| String | optional |
Mounting Technology | Mounting Technology | Different styles of mounts parts on the device use
| String | optional |
Capacitor Types | Capacitor Types | Different types of capacitors used on the device
| String | optional |
Batteries | Batteries | Types of batteries in the device
| String | optional |
Destructive Entry | Destructive Entry | Do you have to damage the device to open it? | String | optional |
CPU | CPU | The main microprocesor of the computer/game console/phone/audio player/etc. | String | optional |
Memory | Memory | The amount of memory on the device (in KB, MB, GB, etc.) Helpful to include the package of the chips/modules (dual in-line package, SIMM, DIMM, etc.) | String | optional |
Graphics | Graphics | If a computer system or information appliance (game console, phone, etc.), the chip responsible for rendering video and graphics | String | optional |
Sound | Sound | If a computer system or information appliance (game console, phone, etc.), the chip responsible for audio playback or synthesis | String | optional |