Difference between revisions of "Template:Infobox Machine"

From Computer History Wiki
Jump to: navigation, search
m (typo)
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This template is for any computer system in general
+
This template is for any computer system in general. Arguments (all optional) are:
 +
 
 +
<!-- not clear which of the various year fields 'introduced' means, but since there are users of this template which use it, it can't be removed -->
  
 
<pre>
 
<pre>
name                =  name of of the computer
+
| name                =  name of of the computer
image              =  image
+
| image              =  image
manufacturer        =     
+
| caption            =
architecture        =  if part of a larger architecture (Like, say, as the PDP-11/40 is to the PDP-11), write that here
+
| manufacturer        =     
year introduced    =  
+
| architecture        =  if part of a larger architecture (Like, say, as the PDP-11/40 is to the PDP-11), write that here
year discontinued  =  
+
| year announced      =
form factor        =  mini, micro, etc.
+
| year design started =
word size          =  word size of the machine (Apple II = 8, PDP-8 = 12, etc.)
+
| year first shipped  =
physical address    =  size of the physical address space
+
| year introduced    =  
virtual address    =  size of the virtual address space
+
| year discontinued  =  
clock speed        =  Either CPU cycle time in ns/µs/etc, or in MHz. (Preferably MHz!)
+
| form factor        =  mini, micro, etc.
ram                =  for microcomputers mostly
+
| word size          =  word size of the machine (Apple II = 8, PDP-8 = 12, etc.)
graphics            =  again for microcomputers
+
| physical address    =  size of the physical address space
cpu                =  again mostly for microcomputers
+
| virtual address    =  size of the virtual address space
bus arch            =  I/O buses.
+
| logic type          =  TTL, ECL, CMOS, etc
operating systems  =
+
| design type        =  microcoded, etc.
predecessor        =
+
| uword width        =  if microcoded
successor          =
+
| ucode length        =  max number of µinsts
 +
| clock speed        =  speed of CPU's basic internal clock
 +
| cycle time          =  CPU cycle time in ns/µs/etc
 +
| cache size          =  in words or bytes (specify units)
 +
| cache speed        =
 +
| ram                =  for microcomputers mostly
 +
| memory speed        =
 +
| graphics            =  again for microcomputers
 +
| cpu                =   
 +
| bus arch            =  I/O buses
 +
| memory mgmt        =  paging, none, etc.
 +
| operating system    =
 +
| predecessor        =
 +
| successor          =
 +
| price              =
 +
</pre>
 +
 
 +
<!-- prototype (blank) entry
 +
{{#if: {{{xx|}}} |
 +
! xx:
 +
{{!}} {{{xx}}} }}
 +
|-
 +
-->
  
</pre>
 
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
Line 36: Line 59:
 
! Manufacturer:
 
! Manufacturer:
 
{{!}} {{{manufacturer}}}  }}
 
{{!}} {{{manufacturer}}}  }}
|-  
+
|-
  
 
{{#if: {{{architecture|}}} |
 
{{#if: {{{architecture|}}} |
 
! Architecture:
 
! Architecture:
 
{{!}} {{{architecture}}}  }}
 
{{!}} {{{architecture}}}  }}
|-  
+
|-
 +
 
 +
{{#if: {{{year announced|}}} |
 +
! Year Announced:
 +
{{!}} {{{year announced}}} }}
 +
|-
 +
 
 +
{{#if: {{{year design started|}}} |
 +
! Year Design Started:
 +
{{!}} {{{year design started}}} }}
 +
|-
 +
 
 +
{{#if: {{{year first shipped|}}} |
 +
! Year First Shipped:
 +
{{!}} {{{year first shipped}}} }}
 +
|-
  
 
{{#if: {{{year introduced|}}} |
 
{{#if: {{{year introduced|}}} |
Line 61: Line 99:
 
! Word Size:
 
! Word Size:
 
{{!}} {{{word size}}} }}
 
{{!}} {{{word size}}} }}
 +
|-
 +
 +
{{#if: {{{logic type|}}} |
 +
! Logic Type:
 +
{{!}} {{{logic type}}} }}
 +
|-
 +
 +
{{#if: {{{design type|}}} |
 +
! Design Type:
 +
{{!}} {{{design type}}} }}
 +
|-
 +
 +
{{#if: {{{uword width|}}} |
 +
! Microword Width:
 +
{{!}} {{{uword width}}} }}
 +
|-
 +
 +
{{#if: {{{ucode length|}}} |
 +
! Microcode Length:
 +
{{!}} {{{ucode length}}} }}
 
|-
 
|-
  
Line 68: Line 126:
 
|-
 
|-
  
 +
{{#if: {{{cycle time|}}} |
 +
! Cycle Time:
 +
{{!}} {{{cycle time}}} }}
 +
|-
 +
 +
{{#if: {{{cache size|}}} |
 +
! Cache Size:
 +
{{!}} {{{cache size}}} }}
 +
|-
 +
 +
{{#if: {{{cache speed|}}} |
 +
! Cache Speed:
 +
{{!}} {{{cache speed}}} }}
 +
|-
 
{{#if: {{{ram|}}} |
 
{{#if: {{{ram|}}} |
! RAM:
+
! Memory Size:
 
{{!}} {{{ram}}} }}
 
{{!}} {{{ram}}} }}
 +
|-
 +
 +
{{#if: {{{memory speed|}}} |
 +
! Memory Speed:
 +
{{!}} {{{memory speed}}} }}
 
|-
 
|-
  
Line 91: Line 168:
 
! Virtual Address Size:
 
! Virtual Address Size:
 
{{!}} {{{virtual address}}} }}
 
{{!}} {{{virtual address}}} }}
 +
|-
 +
 +
{{#if: {{{memory mgmt|}}} |
 +
! Memory Management:
 +
{{!}} {{{memory mgmt}}} }}
 
|-
 
|-
  
Line 98: Line 180:
 
|-
 
|-
  
{{#if: {{{operating systems|}}} |
+
{{#if: {{{operating system|}}} |
! Operating Systems:
+
! Operating System:
{{!}} {{{operating systems}}} }}
+
{{!}} {{{operating system}}} }}
 
|-
 
|-
  
Line 111: Line 193:
 
! Successor(s):
 
! Successor(s):
 
{{!}} {{{successor}}} }}
 
{{!}} {{{successor}}} }}
 +
|-
 +
 +
{{#if: {{{price|}}} |
 +
! Price:
 +
{{!}} {{{price}}} }}
 
|-
 
|-
  
 
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
 
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
 
|}
 
|}
 
[[Category:Computers]]
 
 
</includeonly>
 
</includeonly>

Revision as of 20:00, 25 August 2019

This template is for any computer system in general. Arguments (all optional) are:


| name                =  name of of the computer
| image               =  image
| caption             =
| manufacturer        =    
| architecture        =  if part of a larger architecture (Like, say, as the PDP-11/40 is to the PDP-11), write that here
| year announced      = 
| year design started = 
| year first shipped  = 
| 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
| logic type          =  TTL, ECL, CMOS, etc
| design type         =  microcoded, etc.
| uword width         =  if microcoded
| ucode length        =  max number of µinsts
| clock speed         =  speed of CPU's basic internal clock 
| cycle time          =  CPU cycle time in ns/µs/etc
| cache size          =  in words or bytes (specify units)
| cache speed         =
| ram                 =  for microcomputers mostly
| memory speed        =
| graphics            =  again for microcomputers
| cpu                 =  
| bus arch            =  I/O buses
| memory mgmt         =  paging, none, etc.
| operating system    =
| predecessor         =
| successor           =
| price               =