Template:InfoboxDevice/Doc: Difference between revisions

From Caps Wiki
Jump to navigation Jump to search
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

[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 microprocesor of the computer/game console/phone/audio player/etc.

Stringoptional
MemoryMemory

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.)

Stringoptional
GraphicsGraphics

If a computer system or information appliance (game console, phone, etc.), the chip responsible for rendering video and graphics

Stringoptional
SoundSound

If a computer system or information appliance (game console, phone, etc.), the chip responsible for audio playback or synthesis

Stringoptional