Template:Infobox hardware: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
It is intended for computers, peripherals, storage devices, controllers, and other physical hardware from the retro-computing era. | It is intended for computers, peripherals, storage devices, controllers, and other physical hardware from the retro-computing era. | ||
<!-- Template:Infobox hardware --> | |||
<includeonly> | |||
< | {| class="infobox" style="width:22em; font-size:90%; text-align:left; border:1px solid #aaa; background:#f9f9f9" | ||
{ | |- | ||
| | ! colspan="2" style="text-align:center; font-size:110%; background:#e0e0e0;" | {{{name|{{PAGENAME}}}}} | ||
{{#if:{{{image|}}}| | |||
| | |- | ||
| colspan="2" style="text-align:center;" | [[File:{{{image}}}|250px]] | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
}} | }} | ||
</ | {{#if:{{{caption|}}}| | ||
|- | |||
| colspan="2" style="text-align:center; font-style:italic;" | {{{caption}}} | |||
}} | |||
{{#if:{{{developer|}}}| |- | |||
! Developer | |||
| {{{developer}}} | |||
}} | |||
{{#if:{{{manufacturer|}}}| |- | |||
! Manufacturer | |||
| {{{manufacturer}}} | |||
}} | |||
{{#if:{{{family|}}}| |- | |||
! Family | |||
| {{{family}}} | |||
}} | |||
{{#if:{{{release_date|}}}| |- | |||
! Release date | |||
| {{{release_date}}} | |||
}} | |||
{{#if:{{{discontinued|}}}| |- | |||
! Discontinued | |||
| {{{discontinued}}} | |||
}} | |||
{{#if:{{{intro_price|}}}| |- | |||
! Introductory price | |||
| {{{intro_price}}} | |||
}} | |||
{{#if:{{{unit_sold|}}}| |- | |||
! Units sold | |||
| {{{unit_sold}}} | |||
}} | |||
{{#if:{{{type|}}}| |- | |||
! Type | |||
| {{{type}}} | |||
}} | |||
{{#if:{{{generation|}}}| |- | |||
! Generation | |||
| {{{generation}}} | |||
}} | |||
{{#if:{{{predecessor|}}}| |- | |||
! Predecessor | |||
| {{{predecessor}}} | |||
}} | |||
{{#if:{{{successor|}}}| |- | |||
! Successor | |||
| {{{successor}}} | |||
}} | |||
{{#if:{{{cpu|}}}| |- | |||
! CPU | |||
| {{{cpu}}} | |||
}} | |||
{{#if:{{{coprocessor|}}}| |- | |||
! Co‑processor | |||
| {{{coprocessor}}} | |||
}} | |||
{{#if:{{{memory|}}}| |- | |||
! Memory | |||
| {{{memory}}} | |||
}} | |||
{{#if:{{{storage|}}}| |- | |||
! Storage | |||
| {{{storage}}} | |||
}} | |||
{{#if:{{{removable_storage|}}}| |- | |||
! Removable storage | |||
| {{{removable_storage}}} | |||
}} | |||
{{#if:{{{graphics|}}}| |- | |||
! Graphics | |||
| {{{graphics}}} | |||
}} | |||
{{#if:{{{sound|}}}| |- | |||
! Sound | |||
| {{{sound}}} | |||
}} | |||
{{#if:{{{display|}}}| |- | |||
! Display | |||
| {{{display}}} | |||
}} | |||
{{#if:{{{os|}}}| |- | |||
! Operating system | |||
| {{{os}}} | |||
}} | |||
{{#if:{{{connectivity|}}}| |- | |||
! Connectivity | |||
| {{{connectivity}}} | |||
}} | |||
{{#if:{{{connectors|}}}| |- | |||
! Connectors | |||
| {{{connectors}}} | |||
}} | |||
{{#if:{{{power|}}}| |- | |||
! Power | |||
| {{{power}}} | |||
}} | |||
{{#if:{{{dimensions|}}}| |- | |||
! Dimensions | |||
| {{{dimensions}}} | |||
}} | |||
{{#if:{{{weight|}}}| |- | |||
! Weight | |||
| {{{weight}}} | |||
}} | |||
{{#if:{{{related|}}}| |- | |||
! Related | |||
| {{{related}}} | |||
}} | |||
{{#if:{{{licensing|}}}| |- | |||
! Licensing | |||
| {{{licensing}}} | |||
}} | |||
{{#if:{{{website|}}}| |- | |||
! Website | |||
| {{{website}}} | |||
}} | |||
|} | |||
</includeonly> | |||
<noinclude> | |||
This is the RetroWikipedia hardware infobox. Parameters are documented in talk or can be inferred from field names. | |||
</noinclude> | |||
== Parameters == | == Parameters == |
Revision as of 21:49, 11 August 2025
This template creates a standard hardware infobox for RetroWikipedia articles. It is intended for computers, peripherals, storage devices, controllers, and other physical hardware from the retro-computing era.
This is the RetroWikipedia hardware infobox. Parameters are documented in talk or can be inferred from field names.
Parameters
- name
- Device name (defaults to page name if blank)
- image
- Filename of image without "File:" prefix
- caption
- Caption text under image
- developer
- Designer, engineer, or original developer
- manufacturer
- Company producing the device
- family
- Product family name
- release_date
- Year/month/year of release
- discontinued
- Date when production ceased
- intro_price
- Original retail price
- unit_sold
- Approximate number of units sold
- type
- Device category (e.g., "Home computer", "Game console")
- generation
- Platform generation
- predecessor
- Previous related model
- successor
- Next related model
- cpu
- Main processor
- coprocessor
- Secondary processor(s)
- memory
- RAM size and type
- storage
- Internal storage
- removable_storage
- Supported removable media
- graphics
- GPU/graphics chipset
- sound
- Audio hardware
- display
- Built-in display specs
- os
- Operating system(s) supported
- connectivity
- Networking options
- connectors
- Physical ports and connectors
- power
- Power requirements
- dimensions
- Physical dimensions
- weight
- Weight
- related
- Related hardware
- licensing
- License type (e.g., "Open hardware")
- website
- Official or archival website
See also