From WikiChip
Difference between revisions of "Template:core"

Line 1: Line 1:
 
<includeonly>{| style="border: solid 1px #e5e5ff; width: 325px; float: right; margin: 0 10px 10px 10px; text-align: left; font-size: 12px;"
 
<includeonly>{| style="border: solid 1px #e5e5ff; width: 325px; float: right; margin: 0 10px 10px 10px; text-align: left; font-size: 12px;"
| style="text-align: center; background: #ffe6f0; font-size: 16px;" colspan="2" | '''{{{title}}}'''
+
| style="text-align: center; background: #fff9e6; font-size: 16px;" colspan="2" | '''{{{title}}}'''
 
|-
 
|-
 
| '''Developer''' || style="text-align:left;" | <!--
 
| '''Developer''' || style="text-align:left;" | <!--
Line 74: Line 74:
 
-->}}
 
-->}}
 
{{#if:{{{succession|}}}|{{!-}}|<div></div>}}
 
{{#if:{{{succession|}}}|{{!-}}|<div></div>}}
{{#if:{{{succession|}}}|{{!}} style="text-align: center; background: #ccffcc; font-size: 12px;" colspan="2" {{!}} '''Succession'''|}}
+
{{#if:{{{succession|}}}|{{!}} style="text-align: center; background: #fff9e6; font-size: 12px;" colspan="2" {{!}} '''Succession'''|}}
 
{{#if:{{{predecessor|}}}{{{successor|}}}|{{!-}}|<div></div>}}
 
{{#if:{{{predecessor|}}}{{{successor|}}}|{{!-}}|<div></div>}}
 
{{#if:{{{predecessor|}}}{{{successor|}}}|{{!}} {{#if:{{{predecessor|}}}|'''←'''}} {{!}}{{!}} {{#if:{{{successor|}}}|style="text-align: right;" {{!}} '''→'''}}|}}
 
{{#if:{{{predecessor|}}}{{{successor|}}}|{{!}} {{#if:{{{predecessor|}}}|'''←'''}} {{!}}{{!}} {{#if:{{{successor|}}}|style="text-align: right;" {{!}} '''→'''}}|}}

Revision as of 15:45, 13 September 2016

Code

Please enter EXACT values as explained below. This template adds semantics info, proper values is important. Do not use links.

{{core
| name              = <!-- core name, e.g. "Apollo Lake"                              -->
| image             = 
| caption           = 
| image size        = 
| image 2           = 
| caption 2         = 
| image 2 size      = 
| developer         = <!-- main developer of the IC core                              -->
| developer 2       = <!-- 2nd developer of the IC core                               -->
| developer 3       = <!-- 3rd developer of the IC core                               -->
| manufacturer      = <!-- main manufacturer of the IC core                           -->
| manufacturer 2    = <!-- 2nd manufacturer of the IC core                            -->
| manufacturer 3    = <!-- 3rd manufacturer of the IC core                            -->
| manufacturer 4    = <!-- 4th manufacturer of the IC core                            -->
| first announced   = <!-- date of first announced     - use production if just       -->
| first launched    = <!-- date of first release         prod year is known           -->
| fate              = <!-- e.g. "Cancelled"                                           -->
| isa               = <!-- instruction set architecture                               -->
| microarch         = <!-- microarchitecture                                          -->
| microarch 2       = <!-- ""                                                         -->
| microarch 3       = <!-- ""                                                         -->
| word              = <!-- word size, e.g. "4 bit"                                    -->
| proc              = <!-- process, e.g. "8 μm"                                       -->
| proc 2            = <!-- ""                                                         -->
| tech              = <!-- process, e.g. "CMOS"                                       -->
| tech 2            = <!-- ""                                                         -->
| 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"                                      -->
| socket            = <!-- socket, e.g. "LGA1366"                                     -->
| socket 2          = <!-- ""                                                         -->
| socket 2          = <!-- ""                                                         -->
| socket 3          = <!-- ""                                                         -->
| socket 4          = <!-- ""                                                         -->
| socket N...       = <!-- ""                                                         -->

| succession       = <!-- yes for succession info -->
| predecessor      = 
| predecessor link = 
| successor        = 
| successor link   = 
}}