Jump to content

Template:Infobox computer: Difference between revisions

From RetroTechCollection
No edit summary
No edit summary
Line 3: Line 3:


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


<!-- Logo (optional) -->
<!-- Logo (optional) -->
Line 11: Line 11:
<!-- Main image -->
<!-- Main image -->
<tr><td colspan="2" style="text-align:center;">
<tr><td colspan="2" style="text-align:center;">
ย ย  {{#if:{{{image|}}}|{{{image}}}|[[File:No_image.svg|260px]]}}
ย ย  {{#if:{{{image|}}}
ย  | {{#replace:{{{image}}}|]]| |frameless]]}}
ย  | [[File:No_image.svg|260px|frameless]]
ย  }}
</td></tr>
</td></tr>
{{#if:{{{caption|}}}|<tr><td colspan="2" style="text-align:center; font-size:85%;">''{{{caption}}}''</td></tr>}}
{{#if:{{{caption|}}}|<tr><td colspan="2" style="text-align:center; font-size:85%;">''{{{caption}}}''</td></tr>}}
Line 43: Line 46:
<noinclude>
<noinclude>
== Usage ==
== Usage ==
Paste the block below into an article and fill the fields you have.
Paste the skeleton below into an article and fill only the fields you need. Empty parameters are hidden automatically.
Empty parameters are hidden automatically.


<pre>
<pre>

Revision as of 20:55, 19 April 2025


Usage

Paste the skeleton below into an article and fill only the fields you need. 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
}}