Template:Infobox Machine: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
Eeeek. I'll just leave it like I found it. Please don't hit me!
No edit summary
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;" | [[Image:{{{image}}}|250px| ]]<br>{{{caption}}}
{{#if: {{{image|}}} |
|-  
{{!}} colspan="2" style="text-align:center;" {{!}} [[Image:{{{image}}}|250px| ]]<br>{{{caption}}} }}
|-
 
{{#if: {{{manufacturer|}}} |
! Manufacturer:
! Manufacturer:
| {{{manufacturer|''Unknown''}}}
{{!}} {{{manufacturer}}}  }}
|-  
|-  
! Word Width:
 
| {{{wordsize|''Unknown''}}}
{{#if: {{{year introduced|}}} |
|-  
! Year Introduced:
! Virtual Address Space:
{{!}} {{{year introduced}}} }}
| {{{virtaddr|}}}
|-
 
{{#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}}} }}
|-
|-
! Physical Address Space:
 
| {{{physaddr|}}}
{{#if: {{{predecessor|}}} |
! Predecessor(s):
{{!}} {{{predecessor}}} }}
|-
|-
! Bus Architecture:
 
| {{{busarch|}}}
{{#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           =