From WikiChip
Difference between revisions of "Template:ic family/doc"
(→Code) |
|||
| Line 3: | Line 3: | ||
<pre> | <pre> | ||
{{ic family | {{ic family | ||
| − | | extended family = <!-- put Yes if it's an extended family, other leave blank | + | | extended family = <!-- put Yes if it's an extended family, other leave blank --> |
| − | | title = <!-- Common of the family, e.g. "Intel MCS-4" | + | | title = <!-- Common of the family, e.g. "Intel MCS-4" --> |
| − | | image = <!-- Image representation of the IC family, e.g. "MCS-4.jpg" | + | | image = <!-- Image representation of the IC family, e.g. "MCS-4.jpg" --> |
| − | | caption = <!-- description of the image | + | | caption = <!-- description of the image --> |
| − | | developer = <!-- main developer of the IC family | + | | no image = <!-- "yes" for no placeholder even; otherwise leave field blank --> |
| − | | developer 2 = <!-- 2nd developer of the IC family | + | | developer = <!-- main developer of the IC family --> |
| − | | developer 3 = <!-- 3rd developer of the IC family | + | | developer 2 = <!-- 2nd developer of the IC family --> |
| − | | manufacturer = <!-- main manufacturer of the IC family | + | | developer 3 = <!-- 3rd developer of the IC family --> |
| − | | type = <!-- type "microprocessors", "microcontrollers", etc.. | + | | manufacturer = <!-- main manufacturer of the IC family --> |
| − | | first announced = <!-- date of first announced - use production if just | + | | type = <!-- type "microprocessors", "microcontrollers", etc.. --> |
| − | | first launched = <!-- date of first release prod year is known | + | | first announced = <!-- date of first announced - use production if just --> |
| − | | production start = <!-- production start date, e.g. "January 1, 1969" or "1971" | + | | first launched = <!-- date of first release prod year is known --> |
| − | | production end = <!-- production end date, e.g. "January 1, 1985" or "1973" | + | | production start = <!-- production start date, e.g. "January 1, 1969" or "1971" --> |
| − | | release = <!-- release date, e.g. "January 1, 1985" or "1973" | + | | production end = <!-- production end date, e.g. "January 1, 1985" or "1973" --> |
| − | | arch = <!-- architecture, e.g. "4-bit bit-slice" | + | | release = <!-- release date, e.g. "January 1, 1985" or "1973" --> |
| − | | isa = <!-- instruction set architecture | + | | arch = <!-- architecture, e.g. "4-bit bit-slice" --> |
| − | | word = <!-- word size, e.g. "4 bit" | + | | isa = <!-- instruction set architecture --> |
| − | | proc = <!-- process, e.g. "8 μm" | + | | word = <!-- word size, e.g. "4 bit" --> |
| − | | tech = <!-- process, e.g. "CMOS" | + | | proc = <!-- process, e.g. "8 μm" --> |
| − | | tech 2 = <!-- "" | + | | tech = <!-- process, e.g. "CMOS" --> |
| − | | tech 3 = <!-- "" | + | | tech 2 = <!-- "" --> |
| − | | tech 4 = <!-- "" | + | | tech 3 = <!-- "" --> |
| − | | clock = <!-- clock speed, e.g. "740 kHz" IF RANGE, USE PARAM BELOW! | + | | tech 4 = <!-- "" --> |
| − | | clock min = <!-- clock min speed, e.g. "200 MHz" | + | | clock = <!-- clock speed, e.g. "740 kHz" IF RANGE, USE PARAM BELOW! --> |
| − | | clock max = <!-- clock max speed, e.g. "900 MHz" | + | | clock min = <!-- clock min speed, e.g. "200 MHz" --> |
| − | | package = <!-- package, e.g. "DIP16" | + | | clock max = <!-- clock max speed, e.g. "900 MHz" --> |
| − | | package 2 = <!-- package, e.g. "DIP16" | + | | package = <!-- package, e.g. "DIP16" --> |
| − | | package 3 = <!-- package, e.g. "DIP16" | + | | package 2 = <!-- package, e.g. "DIP16" --> |
| − | | package 4 = <!-- package, e.g. "DIP16" | + | | package 3 = <!-- package, e.g. "DIP16" --> |
| − | | package 5 = <!-- package, e.g. "DIP16" | + | | package 4 = <!-- package, e.g. "DIP16" --> |
| + | | package 5 = <!-- package, e.g. "DIP16" --> | ||
}} | }} | ||
</pre> | </pre> | ||
Revision as of 19:08, 11 February 2016
Code
Please enter EXACT values as explained below. This template adds semantics info, proper values is important. Do not use links.
{{ic family
| extended family = <!-- put Yes if it's an extended family, other leave blank -->
| title = <!-- Common of the family, e.g. "Intel MCS-4" -->
| image = <!-- Image representation of the IC family, e.g. "MCS-4.jpg" -->
| caption = <!-- description of the image -->
| no image = <!-- "yes" for no placeholder even; otherwise leave field blank -->
| developer = <!-- main developer of the IC family -->
| developer 2 = <!-- 2nd developer of the IC family -->
| developer 3 = <!-- 3rd developer of the IC family -->
| manufacturer = <!-- main manufacturer of the IC family -->
| type = <!-- type "microprocessors", "microcontrollers", etc.. -->
| first announced = <!-- date of first announced - use production if just -->
| first launched = <!-- date of first release prod year is known -->
| production start = <!-- production start date, e.g. "January 1, 1969" or "1971" -->
| production end = <!-- production end date, e.g. "January 1, 1985" or "1973" -->
| release = <!-- release date, e.g. "January 1, 1985" or "1973" -->
| arch = <!-- architecture, e.g. "4-bit bit-slice" -->
| isa = <!-- instruction set architecture -->
| word = <!-- word size, e.g. "4 bit" -->
| proc = <!-- process, e.g. "8 μm" -->
| tech = <!-- process, e.g. "CMOS" -->
| tech 2 = <!-- "" -->
| tech 3 = <!-- "" -->
| tech 4 = <!-- "" -->
| clock = <!-- clock speed, e.g. "740 kHz" IF RANGE, USE PARAM BELOW! -->
| clock min = <!-- clock min speed, e.g. "200 MHz" -->
| clock max = <!-- clock max speed, e.g. "900 MHz" -->
| package = <!-- package, e.g. "DIP16" -->
| package 2 = <!-- package, e.g. "DIP16" -->
| package 3 = <!-- package, e.g. "DIP16" -->
| package 4 = <!-- package, e.g. "DIP16" -->
| package 5 = <!-- package, e.g. "DIP16" -->
}}