Template:Infobox hardware: Difference between revisions
Jump to navigation
Jump to search
Created page with "<!-- Template:Infobox hardware --> <noinclude> {{documentation}} 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. == Usage == Place this at the top of a hardware article: <pre> {{Infobox hardware | name = | image = Example.jpg | caption = | developer = | manufacturer = | family..." |
No edit summary |
||
Line 82: | Line 82: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style="width:22em; font-size:90%; text-align:left; border:1px solid #aaa; background-color:#f9f9f9" | {| class="infobox" style="width:22em; font-size:90%; text-align:left; border:1px solid #aaa; background-color:#f9f9f9" | ||
Line 88: | Line 87: | ||
! colspan="2" style="text-align:center; font-size:110%; background:#e0e0e0;" | {{{name|{{PAGENAME}}}}} | ! colspan="2" style="text-align:center; font-size:110%; background:#e0e0e0;" | {{{name|{{PAGENAME}}}}} | ||
|- | |- | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
{{#if:{{{caption|}}}| | | colspan="2" style="text-align:center;" | [[File:{{{image}}}|250px]] | ||
}} | |||
{{#if:{{{developer|}}}|! Developer | {{#if:{{{caption|}}}| | ||
| {{{developer}}}}} | | colspan="2" style="text-align:center; font-style:italic;" | {{{caption}}} | ||
{{#if:{{{manufacturer|}}}|! Manufacturer | }} | ||
| {{{manufacturer}}}}} | {{#if:{{{developer|}}}| | ||
{{#if:{{{family|}}}|! Family | ! Developer | ||
| {{{family}}}}} | | {{{developer}}} | ||
{{#if:{{{release_date|}}}|! Release date | }} | ||
| {{{release_date}}}}} | {{#if:{{{manufacturer|}}}| | ||
{{#if:{{{discontinued|}}}|! Discontinued | ! Manufacturer | ||
| {{{discontinued}}}}} | | {{{manufacturer}}} | ||
{{#if:{{{intro_price|}}}|! Introductory price | }} | ||
| {{{intro_price}}}}} | {{#if:{{{family|}}}| | ||
{{#if:{{{unit_sold|}}}|! Units sold | ! Family | ||
| {{{unit_sold}}}}} | | {{{family}}} | ||
{{#if:{{{type|}}}|! Type | }} | ||
| {{{type}}}}} | {{#if:{{{release_date|}}}| | ||
{{#if:{{{generation|}}}|! Generation | ! Release date | ||
| {{{generation}}}}} | | {{{release_date}}} | ||
{{#if:{{{predecessor|}}}|! Predecessor | }} | ||
| {{{predecessor}}}}} | {{#if:{{{discontinued|}}}| | ||
{{#if:{{{successor|}}}|! Successor | ! Discontinued | ||
| {{{successor}}}}} | | {{{discontinued}}} | ||
{{#if:{{{cpu|}}}|! CPU | }} | ||
| {{{cpu}}}}} | {{#if:{{{intro_price|}}}| | ||
{{#if:{{{coprocessor|}}}|! Co-processor | ! Introductory price | ||
| {{{coprocessor}}}}} | | {{{intro_price}}} | ||
{{#if:{{{memory|}}}|! Memory | }} | ||
| {{{memory}}}}} | {{#if:{{{unit_sold|}}}| | ||
{{#if:{{{storage|}}}|! Storage | ! Units sold | ||
| {{{storage}}}}} | | {{{unit_sold}}} | ||
{{#if:{{{removable_storage|}}}|! Removable storage | }} | ||
| {{{removable_storage}}}}} | {{#if:{{{type|}}}| | ||
{{#if:{{{graphics|}}}|! Graphics | ! Type | ||
| {{{graphics}}}}} | | {{{type}}} | ||
{{#if:{{{sound|}}}|! Sound | }} | ||
| {{{sound}}}}} | {{#if:{{{generation|}}}| | ||
{{#if:{{{display|}}}|! Display | ! Generation | ||
| {{{display}}}}} | | {{{generation}}} | ||
{{#if:{{{os|}}}|! Operating system | }} | ||
| {{{os}}}}} | {{#if:{{{predecessor|}}}| | ||
{{#if:{{{connectivity|}}}|! Connectivity | ! Predecessor | ||
| {{{connectivity}}}}} | | {{{predecessor}}} | ||
{{#if:{{{connectors|}}}|! Connectors | }} | ||
| {{{connectors}}}}} | {{#if:{{{successor|}}}| | ||
{{#if:{{{power|}}}|! Power | ! Successor | ||
| {{{power}}}}} | | {{{successor}}} | ||
{{#if:{{{dimensions|}}}|! Dimensions | }} | ||
| {{{dimensions}}}}} | {{#if:{{{cpu|}}}| | ||
{{#if:{{{weight|}}}|! Weight | ! CPU | ||
| {{{weight}}}}} | | {{{cpu}}} | ||
{{#if:{{{related|}}}|! Related | }} | ||
| {{{related}}}}} | {{#if:{{{coprocessor|}}}| | ||
{{#if:{{{licensing|}}}|! Licensing | ! Co-processor | ||
| {{{licensing}}}}} | | {{{coprocessor}}} | ||
{{#if:{{{website|}}}|! Website | }} | ||
| {{{website}}}}} | {{#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> | </includeonly> |
Revision as of 21:47, 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.
Usage
Place this at the top of a hardware article:
{{Infobox hardware | name = | image = Example.jpg | caption = | developer = | manufacturer = | family = | release_date = | discontinued = | intro_price = | unit_sold = | type = | generation = | predecessor = | successor = | cpu = | coprocessor = | memory = | storage = | removable_storage = | graphics = | sound = | display = | os = | connectivity = | connectors = | power = | dimensions = | weight = | related = | licensing = | website = }}
All parameters are optional. Only filled fields will display.
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