Template:Infobox computer: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style="width: | <!-- ========================================================= | ||
|+ | Generic Infobox for RetroTechCollection computer articles | ||
Fields left empty are automatically suppressed. | |||
========================================================= --> | |||
{| class="infobox" style="width:320px; float:right; margin-left:10px; background:#f9f9f9; border:1px solid #aaa; font-size:90%; line-height:1.45em;" | |||
|+ style="font-size:125%; font-weight:bold;" | {{{name|Computer Model}}} | |||
<!-- Logo (optional) --> | |||
{{#if:{{{logo|}}} | {{#if:{{{logo|}}} | ||
| | |- | ||
| colspan="2" style="text-align:center;" | {{{logo}}} | |||
}} | }} | ||
<!-- Main image --> | |||
|- | |- | ||
| colspan="2" style="text-align:center;" | {{{image|[[File:No_image.svg| | | colspan="2" style="text-align:center;" | | ||
{{#if:{{{image|}}} | |||
| {{{image}}} | |||
| [[File:No_image.svg|260px]] | |||
}} | |||
{{#if:{{{caption|}}} | |||
|- | |||
| colspan="2" style="font-size:85%; text-align:center;" | ''{{{caption}}}'' | |||
}} | |||
<!-- Separator --> | |||
|- | |||
| colspan="2" style="background:#ddd; text-align:center; font-weight:bold;" | Specifications | |||
<!-- Two‑column spec rows – each suppressed if blank --> | |||
{{#if:{{{developer|}}} | |||
|- | |||
! style="width:40%;" | Developer | |||
| {{{developer}}} | |||
}} | |||
|- | |- | ||
! Manufacturer | ! Manufacturer | ||
| Line 13: | Line 41: | ||
|- | |- | ||
! Type | ! Type | ||
| {{{type|Personal | | {{{type|Personal computer}}} | ||
|- | {{#if:{{{release_date|}}} | ||
! | |- | ||
| {{{ | ! Released | ||
|- | | {{{release_date}}} | ||
! Discontinued | }} | ||
| {{{discontinued| | {{#if:{{{discontinued|}}} | ||
|- | |- | ||
! | ! Discontinued | ||
| {{{price | | {{{discontinued}}} | ||
}} | |||
{{#if:{{{price|}}} | |||
|- | |||
! Intro price | |||
| {{{price}}} | |||
}} | |||
|- | |- | ||
! CPU | ! CPU | ||
| {{{cpu| | | {{{cpu|—}}} | ||
|- | |- | ||
! Memory | ! Memory | ||
| {{{memory| | | {{{memory|—}}} | ||
|- | |- | ||
! Storage | ! Storage | ||
| {{{storage| | | {{{storage|—}}} | ||
|- | |- | ||
! Display | ! Display | ||
| {{{display| | | {{{display|—}}} | ||
|- | |- | ||
! Sound | ! Sound | ||
| {{{sound| | | {{{sound|—}}} | ||
{{#if:{{{dimensions|}}} | |||
|- | |||
! Dimensions | |||
| {{{dimensions}}} | |||
}} | |||
{{#if:{{{weight|}}} | |||
|- | |||
! Weight | |||
| {{{weight}}} | |||
}} | |||
|- | |- | ||
! | ! OS / Firmware | ||
| {{{ | | {{{os|—}}} | ||
{{#if:{{{predecessor|}}} | |||
|- | |||
! Predecessor | |||
|- | | {{{predecessor}}} | ||
! | }} | ||
| {{{ | {{#if:{{{successor|}}} | ||
|- | |||
! Successor | |||
| {{{successor}}} | |||
|- | }} | ||
! Successor | {{#if:{{{codename|}}} | ||
| {{{successor| | |- | ||
|- | ! Codename | ||
! Codename | | {{{codename}}} | ||
| {{{codename| | }} | ||
|- | {{#if:{{{model|}}} | ||
! | |- | ||
| {{{model | ! Model no. | ||
|} | | {{{model}}} | ||
</includeonly><noinclude> | }} | ||
|}<!-- end infobox --> | |||
</includeonly> | |||
<noinclude> | |||
== Usage == | == Usage == | ||
Paste the following skeleton into any computer article and fill in the fields you have—empty parameters are hidden automatically: | |||
<pre> | <pre> | ||
{{Infobox computer | {{Infobox computer | ||
| name | | name = Apple I | ||
| logo | | logo = [[File:Apple Computer Inc Logo.svg|100px]] | ||
| image | | image = [[File:Apple_I_motherboard.jpg|260px]] | ||
| manufacturer = Apple | | caption = Original “NTI” board | ||
| type | | developer = Apple Computer Company | ||
| | | manufacturer = Apple Computer Company | ||
| discontinued = | | type = Single‑board personal computer | ||
| price | | release_date = April 11, 1976 | ||
| cpu | | discontinued = September 1977 | ||
| memory | | price = US$666.66 | ||
| storage | | cpu = MOS 6502 @ 1 MHz | ||
| display | | memory = 4 KB RAM (expandable to 48 KB) | ||
| sound | | storage = Cassette interface @ 1200 baud | ||
| dimensions | | display = Composite video, 40 × 24 text | ||
| weight | | sound = None | ||
| os | | dimensions = 15 in × 9 in PCB | ||
| predecessor | | weight = ≈ 1.6 lb | ||
| successor | | os = WOZ Monitor ROM | ||
| codename | | predecessor = — | ||
| model | | successor = [[Apple II]] | ||
| codename = Apple‑1 | |||
| model = Byte Shop & NTI revisions | |||
}} | }} | ||
</pre> | </pre> | ||
Feel free to add or remove parameters as your articles require. | |||
</noinclude> | </noinclude> | ||
Revision as of 20:48, 19 April 2025
Usage
Paste the following skeleton into any computer article and fill in the fields you have—empty parameters are hidden automatically:
{{Infobox computer
| name = Apple I
| logo = [[File:Apple Computer Inc Logo.svg|100px]]
| image = [[File:Apple_I_motherboard.jpg|260px]]
| caption = Original “NTI” board
| developer = Apple Computer Company
| manufacturer = Apple Computer Company
| type = Single‑board personal computer
| release_date = April 11, 1976
| discontinued = September 1977
| price = US$666.66
| cpu = MOS 6502 @ 1 MHz
| memory = 4 KB RAM (expandable to 48 KB)
| storage = Cassette interface @ 1200 baud
| display = Composite video, 40 × 24 text
| sound = None
| dimensions = 15 in × 9 in PCB
| weight = ≈ 1.6 lb
| os = WOZ Monitor ROM
| predecessor = —
| successor = [[Apple II]]
| codename = Apple‑1
| model = Byte Shop & NTI revisions
}}
Feel free to add or remove parameters as your articles require.