Jump to content

Template:Infobox computer: Difference between revisions

From RetroTechCollection
No edit summary
No edit summary
ย 
Line 10: Line 10:
{{#if:{{{discontinued|}}}|<tr><th>Discontinued</th><td>{{{discontinued}}}</td></tr>}}
{{#if:{{{discontinued|}}}|<tr><th>Discontinued</th><td>{{{discontinued}}}</td></tr>}}
{{#if:{{{price|}}}|<tr><th>Intro&nbsp;price</th><td>{{{price}}}</td></tr>}}
{{#if:{{{price|}}}|<tr><th>Intro&nbsp;price</th><td>{{{price}}}</td></tr>}}
{{#if:{{{units_sold|}}}|<tr><th>Units&nbsp;sold</th><td>{{{units_sold}}}</td></tr>}}
<tr><th>CPU</th><td>{{{cpu|โ€”}}}</td></tr>
<tr><th>CPU</th><td>{{{cpu|โ€”}}}</td></tr>
<tr><th>Memory</th><td>{{{memory|โ€”}}}</td></tr>
<tr><th>Memory</th><td>{{{memory|โ€”}}}</td></tr>

Latest revision as of 22:22, 19 April 2025

Place the infobox **as the very first line** of the article with no blank lines above it; otherwise MediaWiki will create an empty paragraph that pushes content down.Example skeleton โ€“ supply only the fields you need (blank ones are hidden automatically):

{{Infobox computer
| name          = Apple I
| logo          = [[File:Apple Computer Inc Logo.svg|90px]]
| image         = [[File:Apple_I_motherboard.jpg|260px|frameless]]
| 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
}}