Difference between revisions of "Template:Infobox computer hardware bus/doc"
Jump to navigation
Jump to search
imported>Fuhghettaboutit m (moved Template:Infobox Computer Hardware Bus/doc to Template:Infobox computer hardware bus/doc: capitalization) |
imported>Fuhghettaboutit m (fix name) |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | ||
| − | 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 | + | 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 === | === Usage === | ||
<pre> | <pre> | ||
| − | {{Infobox | + | {{Infobox computer hardware bus |
| name = Bus Name | | name = Bus Name | ||
| fullname = Full name | | fullname = Full name | ||
| Line 32: | Line 32: | ||
<includeonly> | <includeonly> | ||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | ||
| − | [[Category:Computing infobox templates| | + | [[Category:Computing infobox templates|computer hardware bus]] |
[[el:Πρότυπο:Κουτί πληροφοριών δίαυλου υπολογιστή]] | [[el:Πρότυπο:Κουτί πληροφοριών δίαυλου υπολογιστή]] | ||
[[ko:틀:컴퓨터 하드웨어 버스 정보]] | [[ko:틀:컴퓨터 하드웨어 버스 정보]] | ||
[[zh:Template:Infobox Computer Bus]] | [[zh:Template:Infobox Computer Bus]] | ||
</includeonly> | </includeonly> | ||
Revision as of 09:23, 28 November 2009
| This is a documentation subpage for Template:Infobox computer hardware bus. It contains usage information, categories and other content that is not part of the original template page. |
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
| replaces = What this bus 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.