Template:InfoboxDevice/Doc: Difference between revisions

From Caps Wiki
Jump to navigation Jump to search
No edit summary
m (Clarify some descriptions, add examples, and new entry types for hardware specs)
Line 52: Line 52:
},
},
"CPU": {
"CPU": {
"description": "The main microprocesor of the computer/game console/phone/audio player/etc.",
"description": "The main processor of the device",
"type": "string"
"type": "string",
"example": "8088 @ 4.77 MHz, 6502, Core i7-7700k"
},
},
"Memory": {
"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.)",
"description": "Standard amount and/or maximum memory for a device",
"type": "string"
"type": "string",
"label": "Memory Capacity",
"example": "64-256kB, 4MB, 2GB"
},
},
"Graphics": {
"Graphics": {
"description": "If a computer system or information appliance (game console, phone, etc.), the chip responsible for rendering video and graphics",
"description": "Graphics processor specs or capability for the device",
"type": "string",
"example": "CGA, nVidia GeForce 9800 GT"
},
"Sound": {
"description": "Sound synthesis chip, output, or capabilities",
"type": "string",
"example": "SID, Piezo speaker, FM, OPL3"
},
"Memory Type": {
"description": "The module interface, IC model, or other information about the memory type",
"example": "4164 DIP, DDR2, SoC Integrated",
"type": "string"
"type": "string"
},
},
"Sound": {
"Display Interface": {
"description": "If a computer system or information appliance (game console, phone, etc.), the chip responsible for audio playback or synthesis",
"description": "Connector and/or signalling standard for connecting a display",
"example": "Composite, VGA, HDMI",
"type": "string"
"type": "string"
}
}
Line 80: Line 95:
"CPU",
"CPU",
"Memory",
"Memory",
"Memory Type",
"Graphics",
"Graphics",
"Display Interface",
"Sound"
"Sound"
]
]
}
}
</templatedata>
</templatedata>

Revision as of 14:09, 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

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
TitleTitle

Title for the box

Stringoptional
PicturePicture

Picture of device

Fileoptional
Release YearRelease Year

Release year of the device

Stringoptional
Leak RiskLeak Risk

Likely hood that the device may have developed a leaking part that could cause corrosive damage that should be fixed

Example
Low, Medium, High
Stringoptional
Mounting TechnologyMounting Technology

Different styles of mounts parts on the device use

Example
Through Hole, SMD, BGA, Sockets
Stringoptional
Capacitor TypesCapacitor Types

Different types of capacitors used on the device

Example
Aluminum Electrolytic, Tantalum, Ceramic, Polymer
Stringoptional
BatteriesBatteries

Types of batteries in the device

Example
Soldered, removable, rechargeable, encapsulated
Stringoptional
Destructive EntryDestructive Entry

Do you have to damage the device to open it?

Stringoptional
CPUCPU

The main processor of the device

Example
8088 @ 4.77 MHz, 6502, Core i7-7700k
Stringoptional
Memory CapacityMemory

Standard amount and/or maximum memory for a device

Example
64-256kB, 4MB, 2GB
Stringoptional
Memory TypeMemory Type

The module interface, IC model, or other information about the memory type

Example
4164 DIP, DDR2, SoC Integrated
Stringoptional
GraphicsGraphics

Graphics processor specs or capability for the device

Example
CGA, nVidia GeForce 9800 GT
Stringoptional
Display InterfaceDisplay Interface

Connector and/or signalling standard for connecting a display

Example
Composite, VGA, HDMI
Stringoptional
SoundSound

Sound synthesis chip, output, or capabilities

Example
SID, Piezo speaker, FM, OPL3
Stringoptional