Difference between revisions of "Template:Infobox CPU"
From Computer History Wiki
m (Fixed typos in description) |
m (Standardize argument order) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
name = formal name of of the CPU | name = formal name of of the CPU | ||
image = image | image = image | ||
+ | imgwidth = size of image (default 250px) | ||
+ | caption = | ||
manufacturer = | manufacturer = | ||
architecture = 8-bit, 16-bit, 32/64-bit etc. general instruction set | architecture = 8-bit, 16-bit, 32/64-bit etc. general instruction set | ||
− | family = | + | family = if part of a family (e.g. as the 68040 is family mc68k) |
year introduced = | year introduced = | ||
year discontinued = | year discontinued = | ||
Line 15: | Line 17: | ||
cache = | cache = | ||
registers = number of registers | registers = number of registers | ||
− | clock speed = | + | clock speed = either CPU cycle time in ns/µs/etc, or (preferably) MHz. |
pipeline depth = number of pipeline stage, if applicable | pipeline depth = number of pipeline stage, if applicable | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
+ | |||
<includeonly> | <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" | ||
Line 25: | Line 28: | ||
|- | |- | ||
{{#if: {{{image|}}} | | {{#if: {{{image|}}} | | ||
− | {{!}} colspan="2" style="text-align:center;" {{!}} [[Image:{{{image}}}|250px| ]]<br>{{{caption}}} }} | + | {{!}} colspan="2" style="text-align:center;" {{!}} [[Image:{{{image}}}|{{{imgwidth|250px}}}| ]]<br>{{{caption}}} }} |
|- | |- | ||
Latest revision as of 12:07, 10 March 2024
This template is for describing a CPU
name = formal name of of the CPU image = image imgwidth = size of image (default 250px) caption = manufacturer = architecture = 8-bit, 16-bit, 32/64-bit etc. general instruction set family = if part of a family (e.g. as the 68040 is family mc68k) year introduced = year discontinued = address bus = number of bits (8-bit, 16-bit, 32-bit, 64-bit..) data bus = number of bits instructions = number of instructions cache = registers = number of registers clock speed = either CPU cycle time in ns/µs/etc, or (preferably) MHz. pipeline depth = number of pipeline stage, if applicable