Template:Infobox computer hardware/doc: Difference between revisions

Content deleted Content added
Fix parameters name example typo: logo-caption -> logo caption
fix code
Line 1:
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[</nowiki>[[Wikipedia:Wikidata]]<nowiki>]]) -->
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
 
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}}
<pre style="overflow: auto;">
Line 43 ⟶ 44:
</pre>
 
== UsageParameters ==
The following is an explanation of each parameter:
 
;name: Device name
Line 66 ⟶ 67:
;processor: Type of processor/pic/chip
;frequency: Speed of the processor
;memory: Amount of built in memory, if any, expressed in [[byte]]s or one of the derivative units such as [[kilobyte|kB]], [[MegabyeMegabyte|MB]] or [[Gigabytes|GB]]
;coprocessor: Type of coprocessor
;connection: Connection (PCI/PCI-E/USB....)
Line 79 ⟶ 80:
 
== Examples ==
 
{{Infobox computer hardware
| name = Central Processing Unit
Line 89:
| manuf1 = Intel
}}
<pre style="overflow: auto;">
 
{{Infobox computer hardware
| name = Central Processing Unit
| invent-date = ages ago
| conn1 = Motherboard
| via1_1 = cpu socket
| classname = Architectures
| class1 = x86
| manuf1 = Intel
}}
</pre>
{{clear}}
{{Infobox computer hardware
| name = Video Card
Line 102 ⟶ 113:
| manuf2 = nVidia
}}
<pre style="overflow: auto;">
 
{{Infobox computer hardware
| name = Video Card
| invent-name = someone
| conn1 = Motherboard
| via1_1 = PciExpress
| via1_2 = Agp Port
| via1_3 = Pci Port
| conn2 = Display
| via2_1 = Cord
| manuf1 = ATI
| manuf2 = nVidia
}}
</pre>
{{clear}}
{{Infobox computer hardware
| name = Hard Drive
Line 121 ⟶ 146:
| class4 = SCSI
}}
<pre style="overflow: auto;">
 
{{Infobox computer hardware
| name = Hard Drive
| conn1 = Motherboard
| via1_1 = IDE
| via1_2 = ATA
| via1_3 = SATA
| via1_4 = SCSI
| conn2 = User
| via2_1 = Interactions
| conn3 = Blah
| via3_1 = Meh
| via3_2 = Yeah
| classname = Interfaces
| class1 = IDE
| class2 = ATA
| class3 = S-ATA
| class4 = SCSI
}}
</pre>
{{clear}}
== See also ==
* {{tl|Infobox CPU}} for [[central processing unit]]s
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Categories below this line, please; interwikis at Wikidata -->
<!-- CATEGORIES HERE, THANKS -->
[[Category:Computer hardware infobox templates| ]]
}}</includeonly>
 
</includeonly>