Difference between revisions of "Template:Infobox computer hardware bus"

From blackwiki
Jump to navigation Jump to search
imported>Simetrical
m (Use {{PLURAL}} for width)
imported>Hairy Dude
(use sentence case)
Line 7: Line 7:
 
|-
 
|-
 
{{#if: {{{invent-date|}}}|
 
{{#if: {{{invent-date|}}}|
{{!}} '''Year Created:'''
+
{{!}} '''Year created:'''
 
{{!}}{{{invent-date}}}
 
{{!}}{{{invent-date}}}
 
}}
 
}}
 
|-
 
|-
 
{{#if: {{{invent-name|}}}|
 
{{#if: {{{invent-name|}}}|
{{!}} '''Created By:'''
+
{{!}} '''Created by:'''
 
{{!}}{{{invent-name}}}
 
{{!}}{{{invent-name}}}
 
}}
 
}}
 
|-
 
|-
 
{{#if: {{{super-name|}}}|
 
{{#if: {{{super-name|}}}|
{{!}} '''Superseded By:'''
+
{{!}} '''Superseded by:'''
 
{{!}}{{{super-name}}} {{ #if: {{{super-date|}}} | ({{{super-date}}}) }}
 
{{!}}{{{super-name}}} {{ #if: {{{super-date|}}} | ({{{super-date}}}) }}
 
}}
 
}}
Line 31: Line 31:
 
|-
 
|-
 
{{#if: {{{numdev|}}}|
 
{{#if: {{{numdev|}}}|
{{!}} '''Number of Devices:'''
+
{{!}} '''Number of devices:'''
 
{{!}}{{{numdev}}}
 
{{!}}{{{numdev}}}
 
}}
 
}}

Revision as of 20:05, 28 July 2007

{{{name}}}
Hotplugging? no
External? no

This template is for computer busses. You could probably also use it for network hardware systems such as Ethernet, although a separate infobox for networks might be a better idea. For generic hardware components, see Template:Infobox Computer Hardware Generic.

Usage

{{Infobox Computer Hardware Bus
| name        = Bus Name
| fullname    = Full name
| image       = An image to show in the infobox
| caption     = A caption for the image
| invent-date = Year of Invention
| invent-name = Name of Inventor
| super-name  = What superseded this bus
| super-date  = When this bus was superseded
| width       = Width of the bus in bits
| numdev      = Number of simultaneous connected devices
| speed       = Speed of the bus
| style       = 's' for serial, 'p' for Parallel, or plain text
| hotplug     = Does this bus support Hot-Plugging? (default: no)
| external    = Is this bus external? (default: no)
}}

All fields, except 'name' are optional.

See the talk page for some examples which show the full usage of this infobox in a few combinations.

ko:틀:컴퓨터 하드웨어 버스 정보