Difference between revisions of "Template:Infobox Machine"
From Computer History Wiki
(Eeeek. I'll just leave it like I found it. Please don't hit me!) |
|||
| Line 1: | Line 1: | ||
| + | <noinclude> | ||
| + | This template is for any computer system in general | ||
| + | |||
| + | <pre> | ||
| + | name = name of of the computer | ||
| + | image = image | ||
| + | manufacturer = | ||
| + | year introduced = | ||
| + | year discontinued = | ||
| + | form factor = mini, micro, etc. | ||
| + | word size = word size of the machine (Apple II = 8, PDP-8 = 12, etc.) | ||
| + | physical address = size of the physical address space | ||
| + | virtual address = size of the virtual address space | ||
| + | operating systems = | ||
| + | predecessor = | ||
| + | successor = | ||
| + | |||
| + | </pre> | ||
| + | </noinclude> | ||
| + | |||
| + | |||
| + | <includeonly> | ||
{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 90%" align="right" | {| class="infobox bordered" style="width: 25em; text-align: left; font-size: 90%" align="right" | ||
|- | |- | ||
| colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}''' | | colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}''' | ||
|- | |- | ||
| − | | colspan="2" style="text-align:center;" | + | {{#if: {{{image|}}} | |
| − | |- | + | {{!}} colspan="2" style="text-align:center;" {{!}} [[Image:{{{image}}}|250px| ]]<br>{{{caption}}} }} |
| + | |- | ||
| + | |||
| + | {{#if: {{{manufacturer|}}} | | ||
! Manufacturer: | ! Manufacturer: | ||
| − | + | {{!}} {{{manufacturer}}} }} | |
|- | |- | ||
| − | ! Word | + | |
| − | | {{{ | + | {{#if: {{{year introduced|}}} | |
| − | |- | + | ! Year Introduced: |
| − | ! Virtual | + | {{!}} {{{year introduced}}} }} |
| − | | {{{ | + | |- |
| + | |||
| + | {{#if: {{{year discontinued|}}} | | ||
| + | ! Year Discontinued: | ||
| + | {{!}} {{{year discontinued}}} }} | ||
| + | |- | ||
| + | |||
| + | {{#if: {{{form factor|}}} | | ||
| + | ! Form Factor: | ||
| + | {{!}} {{{form factor}}} }} | ||
| + | |- | ||
| + | |||
| + | {{#if: {{{word size|}}} | | ||
| + | ! Word Size: | ||
| + | {{!}} {{{word size}}} }} | ||
| + | |- | ||
| + | |||
| + | {{#if: {{{physical address|}}} | | ||
| + | ! Physical Addressing Size: | ||
| + | {{!}} {{{physical address}}} }} | ||
| + | |- | ||
| + | |||
| + | {{#if: {{{virtual address|}}} | | ||
| + | ! Virtual Addressing Size: | ||
| + | {{!}} {{{virtual address}}} }} | ||
| + | |- | ||
| + | |||
| + | {{#if: {{{operating systems|}}} | | ||
| + | ! Operating Systems: | ||
| + | {{!}} {{{operating systems}}} }} | ||
|- | |- | ||
| − | ! | + | |
| − | + | {{#if: {{{predecessor|}}} | | |
| + | ! Predecessor(s): | ||
| + | {{!}} {{{predecessor}}} }} | ||
|- | |- | ||
| − | ! | + | |
| − | + | {{#if: {{{successor|}}} | | |
| + | ! Successor(s): | ||
| + | {{!}} {{{successor}}} }} | ||
|- | |- | ||
| + | |||
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}} | | colspan="2" style="font-size: smaller;" | {{{footnotes|}}} | ||
|} | |} | ||
| + | </includeonly> | ||
| + | [[Category:Tape drives]] | ||
Revision as of 02:49, 16 May 2007
This template is for any computer system in general
name = name of of the computer image = image manufacturer = year introduced = year discontinued = form factor = mini, micro, etc. word size = word size of the machine (Apple II = 8, PDP-8 = 12, etc.) physical address = size of the physical address space virtual address = size of the virtual address space operating systems = predecessor = successor =