Content deleted Content added
Funandtrvl (talk | contribs) add more detailed example |
add tracking cat |
||
(12 intermediate revisions by 6 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 is for generic pieces of computer hardware that don't have more specific infoboxes, such as hard drives, motherboards, CD-ROMs etc. It should not be used for hardware such as CPUs that have their own specific infoboxes. External hardware should not use this box either.
==Usage==
{{Parameter names example | name | logo | logo_caption | logo-size | image | image-size | caption | invent-date | invent-name | conn1 | via1_1 | via1_2 | via1_3 | via1_4 | via1_5 | via1_6 | via1_7 | via1_8 | via1_9 | conn2 | via2_1 | via2_2 | via2_3 | via2_4 | via2_5 | via2_6 | via2_7 | via2_8 | via2_9 | conn3 | via3_1 | via3_2 | via3_3 | via3_4 | via3_5 | via3_6 | via3_7 | via3_8 | via3_9 | conn4 | via4_1 | via4_2 | via4_3 | via4_4 | via4_5 | via4_6 | via4_7 | via4_8 | via4_9 | class1 | class-name | class2 | class3 | class4 | class5 | class6 | manuf1 | manuf2 | manuf3 | manuf4 | manuf5 | manuf6 | manuf7 | designfirm | manufacturer | introduced | discontinued | cost | type | processor | frequency | memory | coprocessor | connection | ports | power | weight | dimensions | rom | slots | color | dpi | speed | language }}
<
{{Infobox computer hardware
| name =
| logo =
| logo-size =
| logo_caption =
| image =
| image-size =
| caption =
| invent-date =
Line 32 ⟶ 33:
| frequency =
| memory =
| slots =
| rom =
| coprocessor =
| connection =
| ports =
| power =
| color =
| dpi =
| speed =
| language =
| weight =
| dimensions =
}}
</syntaxhighlight>
== Parameters ==
Line 91 ⟶ 92:
{{Infobox computer hardware
| name = Hard disk drive
| image = Laptop-hard-drive-exposed.jpg
| caption = A 2.5-inch SATA hard drive
| invent-date =
| invent-name = [[IBM]] team led by [[Reynold B. Johnson|Rey Johnson]]
| conn1 = Motherboard
Line 108 ⟶ 109:
| class4 = SCSI
}}
<
{{Infobox computer hardware
| name = Hard disk drive
| image = Laptop-hard-drive-exposed.jpg
| caption = A 2.5-inch SATA hard drive
| invent-date =
| invent-name = [[IBM]] team led by [[Reynold B. Johnson|Rey Johnson]]
| conn1 = Motherboard
Line 128 ⟶ 129:
| class4 = SCSI
}}
</syntaxhighlight>
{{clear}}
{{Infobox computer hardware
Line 159 ⟶ 160:
| manuf1 = [[Intel]]
| manuf2 = [[Realtek]]
| manuf3 = [[Broadcom Corporation|Broadcom]]
| manuf4 = [[Marvell Technology Group]]
| manuf5 = [[QLogic]]
| manuf6 = [[Mellanox]]
}}
<
{{Infobox computer hardware
| name = Network interface controller
Line 194 ⟶ 195:
| manuf1 = [[Intel]]
| manuf2 = [[Realtek]]
| manuf3 = [[Broadcom Corporation|Broadcom]]
| manuf4 = [[Marvell Technology Group]]
| manuf5 = [[QLogic]]
| manuf6 = [[Mellanox]]
}}
</syntaxhighlight>
{{clear}}
== Tracking categories ==
*{{clc|Pages using infobox computer hardware with unknown parameters}}
== Template data ==
<templatedata>
{
"params": {
"name": {
"label": "Name",
"description": "Device name",
"type": "string",
"required": true
},
"logo": {
"label": "Logo",
"description": "Logo for the top of the infobox",
"type": "wiki-file-name",
"suggested": true
},
"logo-size": {
"label": "Logo size",
"description": "How large the logo should appear",
"type": "number",
"suggested": true
},
"logo_caption": {
"label": "Logo caption",
"description": "Caption of the logo that appears below it.",
"type": "string",
"suggested": true
},
"image": {
"label": "Image",
"description": "Image to show in the infobox",
"type": "wiki-file-name"
},
"image-size": {
"label": "Image size",
"description": "How large the infobox image should appear"
},
"caption": {
"label": "Caption",
"description": "Caption for the image",
"type": "string"
},
"invent-date": {
"label": "Invention date",
"description": "Date of invention",
"type": "wiki-template-name",
"default": "{{Start date and age|YYYY|MM|DD|df=yes/no}}"
},
"invent-name": {
"label": "Inventor name",
"description": "Name of inventor (person(s), organization, company)"
},
"conn1": {
"label": "Connects to (#1)",
"description": "Hardware component that the device connects to (1-4)"
},
"via1_1": {
"label": "Interface connection #1 via #1",
"description": "Possible interface connection (use with conn1 parameter)"
},
"via1_2": {
"label": "Interface connection #1 via #2",
"description": "Possible interface connection (use with conn1 parameter)"
},
"via1_3": {
"label": "Interface connection #1 via #3",
"description": "Possible interface connection (use with conn1 parameter)"
},
"via1_4": {
"label": "Interface connection #1 via #4",
"description": "Possible interface connection (use with conn1 parameter)"
},
"via1_5": {
"label": "Interface connection #1 via #5",
"description": "Possible interface connection (use with conn1 parameter)"
},
"via1_6": {
"label": "Interface connection #1 via #6",
"description": "Possible interface connection (use with conn1 parameter)"
},
"via1_7": {
"label": "Interface connection #1 via #7",
"description": "Possible interface connection (use with conn1 parameter)"
},
"via1_8": {
"label": "Interface connection #1 via #8",
"description": "Possible interface connection (use with conn1 parameter)"
},
"via1_9": {
"label": "Interface connection #1 via #9",
"description": "Possible interface connection (use with conn1 parameter)"
},
"conn2": {
"label": "Connects to (#2)",
"description": "Hardware component that the device connects to (1-4)"
},
"via2_1": {
"label": "Interface connection #2 via #1",
"description": "Possible interface connection (use with conn2 parameter)"
},
"via2_2": {
"label": "Interface connection #2 via #2",
"description": "Possible interface connection (use with conn2 parameter)"
},
"via2_3": {
"label": "Interface connection #2 via #3",
"description": "Possible interface connection (use with conn2 parameter)"
},
"via2_4": {
"label": "Interface connection #2 via #4",
"description": "Possible interface connection (use with conn2 parameter)"
},
"via2_5": {
"label": "Interface connection #2 via #5",
"description": "Possible interface connection (use with conn2 parameter)"
},
"via2_6": {
"label": "Interface connection #2 via #6",
"description": "Possible interface connection (use with conn2 parameter)"
},
"via2_7": {
"label": "Interface connection #2 via #7",
"description": "Possible interface connection (use with conn2 parameter)"
},
"via2_8": {
"label": "Interface connection #2 via #8",
"description": "Possible interface connection (use with conn2 parameter)"
},
"via2_9": {
"label": "Interface connection #2 via #9",
"description": "Possible interface connection (use with conn2 parameter)"
},
"conn3": {
"label": "Connects to (#3)",
"description": "Hardware component that the device connects to (1-4)"
},
"via3_1": {
"label": "Interface connection #3 via #1",
"description": "Possible interface connection (use with conn3 parameter)"
},
"via3_2": {
"label": "Interface connection #3 via #2",
"description": "Possible interface connection (use with conn3 parameter)"
},
"via3_3": {
"label": "Interface connection #3 via #3",
"description": "Possible interface connection (use with conn3 parameter)"
},
"via3_4": {
"label": "Interface connection #3 via #4",
"description": "Possible interface connection (use with conn3 parameter)"
},
"via3_5": {
"label": "Interface connection #3 via #5",
"description": "Possible interface connection (use with conn3 parameter)"
},
"via3_6": {
"label": "Interface connection #3 via #6",
"description": "Possible interface connection (use with conn3 parameter)"
},
"via3_7": {
"label": "Interface connection #3 via #7",
"description": "Possible interface connection (use with conn3 parameter)"
},
"via3_8": {
"label": "Interface connection #3 via #8",
"description": "Possible interface connection (use with conn3 parameter)"
},
"via3_9": {
"label": "Interface connection #3 via #9",
"description": "Possible interface connection (use with conn3 parameter)"
},
"conn4": {
"label": "Connects to (#4)",
"description": "Hardware component that the device connects to (1-4)"
},
"via4_1": {
"label": "Interface connection #4 via #1",
"description": "Possible interface connection (use with conn4 parameter)"
},
"via4_2": {
"label": "Interface connection #4 via #2",
"description": "Possible interface connection (use with conn4 parameter)"
},
"via4_3": {
"label": "Interface connection #4 via #3",
"description": "Possible interface connection (use with conn4 parameter)"
},
"via4_4": {
"label": "Interface connection #4 via #4",
"description": "Possible interface connection (use with conn4 parameter)"
},
"via4_5": {
"label": "Interface connection #4 via #5",
"description": "Possible interface connection (use with conn4 parameter)"
},
"via4_6": {
"label": "Interface connection #4 via #6",
"description": "Possible interface connection (use with conn4 parameter)"
},
"via4_7": {
"label": "Interface connection #4 via #7",
"description": "Possible interface connection (use with conn4 parameter)"
},
"via4_8": {
"label": "Interface connection #4 via #8",
"description": "Possible interface connection (use with conn4 parameter)"
},
"via4_9": {
"label": "Interface connection #4 via #9",
"description": "Possible interface connection (use with conn4 parameter)"
},
"class1": {
"label": "Class #1",
"description": "Type of subclass (1-6)"
},
"class-name": {
"label": "Class name",
"description": "Name of the subclassing method"
},
"class2": {
"label": "Class #2",
"description": "Type of subclass (1-6)"
},
"class3": {
"label": "Class #3",
"description": "Type of subclass (1-6)"
},
"class4": {
"label": "Class #4",
"description": "Type of subclass (1-6)"
},
"class5": {
"label": "Class #5",
"description": "Type of subclass (1-6)"
},
"class6": {
"label": "Class #6",
"description": "Type of subclass (1-6)"
},
"manuf1": {
"label": "Manufacturer #1",
"description": "Common manufacturer of the device (1-7)",
"type": "string"
},
"manuf2": {
"label": "Manufacturer #2",
"description": "Common manufacturer of the device (1-7)"
},
"manuf3": {
"label": "Manufacturer #3",
"description": "Common manufacturer of the device (1-7)"
},
"manuf4": {
"label": "Manufacturer #4",
"description": "Common manufacturer of the device (1-7)",
"type": "string"
},
"manuf5": {
"label": "Manufacturer #5",
"description": "Common manufacturer of the device (1-7)"
},
"manuf6": {
"label": "Manufacturer #6",
"description": "Common manufacturer of the device (1-7)"
},
"manuf7": {
"label": "Manufacturer #6",
"description": "Common manufacturer of the device (1-7)"
},
"designfirm": {
"label": "Design firm",
"description": "Often, but not always, the same as manufacturer"
},
"manufacturer": {
"label": "Common manufacturer"
},
"introduced": {
"label": "Date of introduction",
"type": "wiki-template-name",
"default": "{{Start date and age|YYYY|MM|DD|df=yes/no}}"
},
"discontinued": {
"label": "Date of discontinuation",
"type": "wiki-template-name",
"default": "{{End date and age|YYYY|MM|DD|df=yes/no}}"
},
"cost": {
"label": "Cost",
"description": "Introductory price",
"type": "string"
},
"type": {
"label": "Type",
"description": "Type of hardware (extension card/sound card/graphics card...)"
},
"processor": {
"label": "Processor",
"description": "Type of processor/pic/chip"
},
"frequency": {
"label": "Frequency",
"description": "Speed of the processor"
},
"memory": {
"label": "Memory",
"description": "Amount of built in memory, if any, expressed in bytes or one of the derivative units such as kB, MB or GB"
},
"slots": {
"label": "Slots",
"description": "Number of slots",
"type": "number"
},
"rom": {
"label": "ROM (read-only memory)"
},
"coprocessor": {
"label": "Coprocessor",
"description": "Type of coprocessor"
},
"connection": {
"label": "Connection",
"description": "Connection (PCI/PCI-E/USB....)"
},
"ports": {
"label": "Ports",
"description": "Connections on the device, such as PATA, SCSI, SATA..."
},
"power": {
"label": "Power",
"description": "Power consumption, expressed in kilowatts per hour (W/kWh)"
},
"color": {
"label": "Color"
},
"dpi": {
"label": "DPI (dots per inch)"
},
"speed": {
"label": "Speed"
},
"language": {
"label": "Language"
},
"weight": {
"label": "Weight",
"description": "Device weight, expressed in kilograms (kg)"
},
"dimensions": {
"label": "Dimensions",
"description": "Width, depth and height of the device, normally expressed in cm"
}
},
"description": "Infobox for generic pieces of computer hardware that don't have more specific infoboxes, such as hard drives, motherboards, CD-ROMs etc. \n\nIt should not be used for hardware such as CPUs that have their own specific infoboxes. External hardware should not use this box either. ",
"paramOrder": [
"name",
"logo",
"logo-size",
"logo_caption",
"image",
"image-size",
"caption",
"invent-date",
"invent-name",
"conn1",
"via1_1",
"via1_2",
"via1_3",
"via1_4",
"via1_5",
"via1_6",
"via1_7",
"via1_8",
"via1_9",
"conn2",
"via2_1",
"via2_2",
"via2_3",
"via2_4",
"via2_5",
"via2_6",
"via2_7",
"via2_8",
"via2_9",
"conn3",
"via3_1",
"via3_2",
"via3_3",
"via3_4",
"via3_5",
"via3_6",
"via3_7",
"via3_8",
"via3_9",
"conn4",
"via4_1",
"via4_2",
"via4_3",
"via4_4",
"via4_5",
"via4_6",
"via4_7",
"via4_8",
"via4_9",
"class-name",
"class1",
"class2",
"class3",
"class4",
"class5",
"class6",
"manuf1",
"manuf2",
"manuf3",
"manuf4",
"manuf5",
"manuf6",
"manuf7",
"designfirm",
"manufacturer",
"introduced",
"discontinued",
"cost",
"type",
"processor",
"frequency",
"memory",
"slots",
"rom",
"coprocessor",
"connection",
"ports",
"power",
"color",
"dpi",
"speed",
"language",
"weight",
"dimensions"
],
"format": "block"
}
</templatedata>
== See also ==
* {{tl|Infobox CPU}} for [[central processing unit]]s
<includeonly>{{
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Computer hardware infobox templates| ]]
|