Jump to content

Template:Infobox computer: Difference between revisions

From RetroTechCollection
No edit summary
No edit summary
Line 7: Line 7:
<!-- Logo (optional) -->
<!-- Logo (optional) -->
{{#if:{{{logo|}}}|
{{#if:{{{logo|}}}|
<tr><td colspan="2" style="text-align:center;">{{{logo}}}</td></tr>}}
<tr><td colspan="2" style="text-align:center;">{{{image|[[File:No_image.svg|260px|frameless]]}}}</td></tr>}}


<!-- Main image -->
<!-- Main image -->

Revision as of 21:14, 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
}}