Jump to content

Template:Infobox computer: Difference between revisions

From RetroTechCollection
No edit summary
No edit summary
Line 6: Line 6:


<!-- 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 -->
<tr><td colspan="2" style="text-align:center;">{{{image|[[File:No_image.svg|260px|frameless]]}}}</td></tr>
<tr><td colspan="2" style="text-align:center;">{{{image|[[File:No_image.svg|260px|frameless]]}}}</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>}}


<!-- Header -->
<!-- Header -->
Line 41: Line 39:
<noinclude>
<noinclude>
== Usage ==
== Usage ==
Paste the skeleton below into an article and fill only the fields you need. Empty parameters are hidden automatically.
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):


<pre>
<pre>
Line 47: Line 47:
| nameĀ  Ā  Ā  Ā  Ā  = AppleĀ I
| nameĀ  Ā  Ā  Ā  Ā  = AppleĀ I
| logoĀ  Ā  Ā  Ā  Ā  = [[File:Apple Computer Inc Logo.svg|90px]]
| logoĀ  Ā  Ā  Ā  Ā  = [[File:Apple Computer Inc Logo.svg|90px]]
| imageĀ  Ā  Ā  Ā  = [[File:Apple_I_motherboard.jpg|260px]]
| imageĀ  Ā  Ā  Ā  = [[File:Apple_I_motherboard.jpg|260px|frameless]]
| captionĀ  Ā  Ā  = Original ā€œNTIā€ board
| captionĀ  Ā  Ā  = Original ā€œNTIā€ board
| developerĀ  Ā  = Apple ComputerĀ Company
| developerĀ  Ā  = Apple ComputerĀ Company

Revision as of 21:17, 19 April 2025


Usage

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
}}