Template:Infobox computer: Difference between revisions
Appearance
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 price</th><td>{{{price}}}</td></tr>}} | {{#if:{{{price|}}}|<tr><th>Intro price</th><td>{{{price}}}</td></tr>}} | ||
{{#if:{{{units_sold|}}}|<tr><th>Units 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
Usage
[edit source]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
}}