Content deleted Content added
fix table |
Guy Harris (talk | contribs) →Examples: And something that's *not* a PC chip. |
||
(12 intermediate revisions by 10 users not shown) | |||
Line 1:
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}
This template is for CPUs, SoCs and SiPs. For generic hardware components, see [[Template:Infobox computer hardware]].
{{Missing Information|<br>''one good example'' of this infobox would be nice here. But as long as three [[Template talk:Infobox CPU#Architecture|architecture]]-parameters and the four [[Template talk:Infobox CPU#Names (Products, models, variants)|name]]-parameters are not clearly defined it is difficult|date=October 2019}}
{{Parameter names example|name|hide_subheadings|image|image_size|alt|caption
|launching|produced-start|produced-end|soldby|designfirm|manuf1|manuf2|manuf3|manuf4|manuf5|manuf6|manuf7|manuf8|manuf9|manuf10
|application|cpuid|code
|slowest|slow-unit|fastest|fast-unit
Line 17:
|data-width|address-width|virtual-width
|l1cache|l2cache|l3cache|l4cache||llcache
|size-from|size-to|microarch|arch|instructions|extensions|numinstructions
|transistors|numcores|amountmemory|gpu|co-processor
|pack1|pack2|pack3|pack4|pack5
|sock1|sock2|sock3|sock4|sock5|sock6|sock7|sock8|sock9
Line 26:
|brand1|brand2|brand3|brand4|brand5|brand6|brand7|brand8|brand9
|variant|predecessor|successor|support status}}
<syntaxhighlight lang="
{{Infobox CPU
| name =
| hide_subheadings =
| image =
| image_size =
Line 34 ⟶ 35:
| caption =
<!----------------- General Info ----------------->
| launching =
| produced-start =
| produced-end =
| soldby =
| designfirm =
| manuf1 = <!-- manuf1..
| cpuid =
| code =
Line 79 ⟶ 81:
| instructions =
| extensions =
| numinstructions =
<!----------- Physical specifications ------------>
| transistors =
| numcores =
| amountmemory =
| gpu =
| co-processor =
Line 97 ⟶ 101:
<!------------------ Support status ------------------->
| support status =
}}
</syntaxhighlight>
Line 104 ⟶ 107:
== Usage ==
<syntaxhighlight lang="
{{Infobox CPU
| name = <!-- Device Name -->
| hide_subheadings = <!-- Any value here will hide the subheadings -->
| image = <!-- An image to show in the infobox -->
| image_size = <!-- Size of the image (defaults to 200px) -->
Line 112 ⟶ 116:
| caption = <!-- A caption for the image -->
<!----------------- General Info ------------------------------------------------------------------------------------->
| launching = <!-- Use if a CPU microarchitecture/series has not yet launched but its official release date is known -->
| produced-start = <!-- When production began / Launch date →see talkpage section #Dates -->
| produced-end = <!-- When production ended / Discontinued date →see talkpage section #Dates -->
| soldby = <!-- Often, but not always, the same as the designfirm and/or manuf1 -->
| designfirm = <!-- Often, but not always, the same as manuf1 and/or soldby -->
| manuf1 = <!-- (1..
| cpuid = <!-- CPUID or PVR value -->
| code = <!-- numerical identifier for the CPU (product code) -->
Line 155 ⟶ 160:
| microarch = <!-- Microarchitecture of the CPU -->
| arch = <!-- Instruction set architecture (ISA) that the CPU implements →see talkpage section #Architecture -->
| instructions = <!-- Instruction sets
| extensions = <!-- Extensions to the instructions -->
| numinstructions = <!-- Number of instructions -->
<!----------- Physical specifications -------------------------------------------------------------------------------->
| transistors = <!-- Number of transistors, transistor count -->
| numcores = <!-- Number of cores (2 for dual-core) -->
| amountmemory = <!-- Amount of system RAM for SoC or SiP -->
| gpu = <!-- Integrated GPU -->
| co-processor = <!-- A [[co-processor]](s) used together -->
Line 173 ⟶ 180:
| predecessor = <!-- What CPU came before -->
| successor = <!-- What CPU came after -->
<!------------------ Support status --------------------------------------------------------------------------------->
| support status = <!-- Current support status -->
}}
</syntaxhighlight>
Line 192 ⟶ 197:
| <code>socket</code> || →better: <code>sock1</code>...<code>sock9</code>
|}
* <code>manuf</code>, <code>core</code>, <code>sock</code>, <code>pack</code>, <code>arch</code>, and <code>microarch</code> are AutoLinks, so you can use plain text or a link for them.
* The numbered attributes mean that there is allowance for multiples.
Line 201 ⟶ 206:
* [[Pentium III]]
* [[Intel 80386]]
* [[Athlon#Athlon_Classic_(1999)|AMD Athlon]]
* [[Zen_(first_generation)|AMD Zen (1st Gen)]]
* [[IBM Telum]]
== See also ==
* {{tl|Infobox CPU architecture}}
* {{tl|Infobox CPU series}}
* {{tl|Infobox computer hardware}}
|