Jump to content

Template:Infobox computer: Difference between revisions

From RetroTechCollection
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox" style="width:320px; float:right; margin-left:10px; background:#f9f9f9; border:1px solid #aaa; font-size:90%; line-height:1.4em;"
<table class="infobox" style="width:320px; float:right; margin-left:10px; background:#f9f9f9; border:1px solid #aaa; font-size:90%; line-height:1.4em;">


|+ style="font-size:125%; font-weight:bold; text-align:center;" | {{{name|Computer Model}}}
<!-- Title -->
<caption style="font-size:125%; font-weight:bold;">{{{name|Computer Model}}}</caption>


<!-- Logo (optional) -->
<!-- Logo (optional) -->
{{#if:{{{logo|}}}
{{#if:{{{logo|}}}|
|-
<tr><td colspan="2" style="text-align:center;">{{{logo}}}</td></tr>}}
| colspan="2" style="text-align:center;" | {{{logo}}}
}}


<!-- Main image -->
<!-- Main image -->
|-
<tr><td colspan="2" style="text-align:center;">
| colspan="2" style="text-align:center;" | {{#if:{{{image|}}}
  {{#if:{{{image|}}}|{{{image}}}|[[File:No_image.svg|260px]]}}
                                        | {{{image}}}
</td></tr>
                                        | [[File:No_image.svg|260px]]
{{#if:{{{caption|}}}|<tr><td colspan="2" style="text-align:center; font-size:85%;">''{{{caption}}}''</td></tr>}}
                                        }}
{{#if:{{{caption|}}}
|-
| colspan="2" style="text-align:center; font-size:85%;" | ''{{{caption}}}''
}}


|-
<!-- Header -->
! colspan="2" style="background:#ddd;" | Specifications
<tr><th colspan="2" style="background:#ddd;">Specifications</th></tr>


<!-- Spec rows (each hidden if blank) -->
<!-- Spec rows (each row appears only if the parameter is not blank) -->
{{#if:{{{developer|}}} |-
{{#if:{{{developer|}}}|<tr><th style="width:40%;">Developer</th><td>{{{developer}}}</td></tr>}}
! Developer
<tr><th>Manufacturer</th><td>{{{manufacturer|Unknown}}}</td></tr>
| {{{developer}}}}}
<tr><th>Type</th><td>{{{type|Personal computer}}}</td></tr>
{{#if:{{{release_date|{{{release date|}}}}}}|<tr><th>Released</th><td>{{{release_date|{{{release date}}}}}}</td></tr>}}
{{#if:{{{discontinued|}}}|<tr><th>Discontinued</th><td>{{{discontinued}}}</td></tr>}}
{{#if:{{{price|}}}|<tr><th>Intro&nbsp;price</th><td>{{{price}}}</td></tr>}}
<tr><th>CPU</th><td>{{{cpu|—}}}</td></tr>
<tr><th>Memory</th><td>{{{memory|—}}}</td></tr>
<tr><th>Storage</th><td>{{{storage|—}}}</td></tr>
<tr><th>Display</th><td>{{{display|—}}}</td></tr>
<tr><th>Sound</th><td>{{{sound|—}}}</td></tr>
{{#if:{{{dimensions|}}}|<tr><th>Dimensions</th><td>{{{dimensions}}}</td></tr>}}
{{#if:{{{weight|}}}|<tr><th>Weight</th><td>{{{weight}}}</td></tr>}}
<tr><th>OS&nbsp;/ Firmware</th><td>{{{os|—}}}</td></tr>
{{#if:{{{predecessor|}}}|<tr><th>Predecessor</th><td>{{{predecessor}}}</td></tr>}}
{{#if:{{{successor|}}}|<tr><th>Successor</th><td>{{{successor}}}</td></tr>}}
{{#if:{{{codename|}}}|<tr><th>Codename</th><td>{{{codename}}}</td></tr>}}
{{#if:{{{model|}}}|<tr><th>Model&nbsp;no.</th><td>{{{model}}}</td></tr>}}


|-
</table>
! Manufacturer
| {{{manufacturer|Unknown}}}
 
|-
! Type
| {{{type|Personal computer}}}
 
{{#if:{{{release_date|{{{release date|}}}}}} |-
! Released
| {{{release_date|{{{release date}}}}}}}}
 
{{#if:{{{discontinued|}}} |-
! Discontinued
| {{{discontinued}}}}}
 
{{#if:{{{price|}}} |-
! Intro price
| {{{price}}}}}
 
|-
! CPU
| {{{cpu|—}}}
 
|-
! Memory
| {{{memory|—}}}
 
|-
! Storage
| {{{storage|—}}}
 
|-
! Display
| {{{display|—}}}
 
|-
! Sound
| {{{sound|—}}}
 
{{#if:{{{dimensions|}}} |-
! Dimensions
| {{{dimensions}}}}}
 
{{#if:{{{weight|}}} |-
! Weight
| {{{weight}}}}}
 
|-
! OS / Firmware
| {{{os|—}}}
 
{{#if:{{{predecessor|}}} |-
! Predecessor
| {{{predecessor}}}}}
 
{{#if:{{{successor|}}} |-
! Successor
| {{{successor}}}}}
 
{{#if:{{{codename|}}} |-
! Codename
| {{{codename}}}}}
 
{{#if:{{{model|}}} |-
! Model no.
| {{{model}}}}}
 
|}
</includeonly>
</includeonly>


<noinclude>
<noinclude>
== Usage ==
== Usage ==
Copy‑and‑paste the skeleton below and fill only the fields you have; blank ones are hidden automatically.
Paste the block below into an article and fill the fields you have
Empty parameters are hidden automatically.


<pre>
<pre>

Revision as of 20:53, 19 April 2025


Usage

Paste the block below into an article and fill the fields you have. Empty parameters are hidden automatically.

{{Infobox computer
| name          = Apple I
| logo          = [[File:Apple Computer Inc Logo.svg|90px]]
| 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
| os            = WOZ Monitor ROM
| successor     = [[Apple II]]
| model         = Byte Shop & NTI revisions
}}