Template:Infobox computer: Difference between revisions
Appearance
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;">{{{ | |||
<!-- 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 == | ||
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
}}