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

From blackwiki
Jump to navigation Jump to search
imported>Izkala
({{subst:Parameters|demo|base={{subst:BASEPAGENAME}}|_base=}})
imported>Vanisaac
m (→‎Usage: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
This template is for computer buses. 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]].
+
This template is for computer buses. 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]].
  
 
== Usage ==
 
== Usage ==
  
{{Parameter names example|_template=|name|fullname|image|image_size|alt|caption|invent-date|invent-name|replaces|super-name|super-date|width|numdev|speed|capacity|style|hotplug|external}}
+
{{Parameter names example|_template=|name|fullname|image|image_size|alt|caption|invent-date|invent-name|replaces|super-name|super-date|width|numdev|speed|capacity|style|hotplug|external|website}}
 
<pre style="overflow: auto;">{{Infobox computer hardware bus
 
<pre style="overflow: auto;">{{Infobox computer hardware bus
 
| name        = Bus Name
 
| name        = Bus Name
Line 24: Line 24:
 
| hotplug    = Does this bus support Hot-Plugging? (default: no)
 
| hotplug    = Does this bus support Hot-Plugging? (default: no)
 
| external    = Is this bus external? (default: no)
 
| external    = Is this bus external? (default: no)
 +
| website    = Website of the technology or consortium, if available
 
}}</pre>
 
}}</pre>
  
Line 30: Line 31:
 
See the talk page for some examples which show the full usage of this infobox in a few combinations.
 
See the talk page for some examples which show the full usage of this infobox in a few combinations.
  
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
+
<includeonly>{{Sandbox other||
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
[[Category:Computer hardware infobox templates|Bus]]
 
[[Category:Computer hardware infobox templates|Bus]]
  
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 18:30, 25 April 2020

This template is for computer buses. 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.

Usage

Template:Parameter names example

{{Infobox computer hardware bus
| name        = Bus Name
| fullname    = Full name
| image       = An image to show in the infobox
| image_size  = Size of the image
| alt         = Description of image for those who cannot see the image (see WP:ALT).
| 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)
| website     = Website of the technology or consortium, if available
}}

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.