Difference between revisions of "Template:Infobox computer peripheral"

From blackwiki
Jump to navigation Jump to search
imported>CmdrObot
m (sp (2): ammount→amount)
imported>Renamed user mou89p43twvqcvm8ut9w3
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{| class="infobox" style="width: 250px;"
+
#REDIRECT [[Template:Infobox computer hardware]]
| style="background-color: #CCF; text-align: center; font-size: larger; padding: 1px 3px;" colspan="2" | '''{{{name}}}'''
 
|-
 
{{#if: {{{image|}}}|
 
{{!}} colspan="2" style="text-align: center; background-color: #fff;" {{!}} [[Image:{{{image}}}|200px]]<br><small style="line-height: 13px;">{{{caption|}}}</small>
 
}}
 
|-
 
{{#if: {{{introduced|}}}|
 
{{!}} '''Introduced:'''
 
{{!}}{{{introduced}}}
 
}}
 
|-
 
{{#if: {{{discontinued|}}}|
 
{{!}} '''Discontinued:'''
 
{{!}}{{{discontinued}}}
 
}}
 
|-
 
{{#if: {{{cost|}}}|
 
{{!}} '''Cost:'''
 
{{!}}{{{cost}}}
 
}}
 
|-
 
{{#if: {{{processor|}}}|
 
{{!}} '''Processor:'''
 
{{!}}{{{processor}}}
 
}}
 
|-
 
{{#if: {{{frequency|}}}|
 
{{!}} '''Frequency:'''
 
{{!}}{{{frequency}}}
 
}}
 
|-
 
{{#if: {{{minimum|}}}|
 
{{!}} '''Minimum:'''
 
{{!}}{{{minimum}}}
 
}}
 
|-
 
{{#if: {{{maximum|}}}|
 
{{!}} '''Maximum:'''
 
{{!}}{{{maximum}}}
 
}}
 
|-
 
{{#if: {{{slot|}}}|
 
{{!}} '''Slot:'''
 
{{!}}{{{slot}}}
 
}}
 
|-
 
{{#if: {{{rom|}}}|
 
{{!}} '''ROM:'''
 
{{!}}{{{rom}}}
 
}}
 
|-
 
{{#if: {{{ports|}}}|
 
{{!}} '''Ports:'''
 
{{!}}{{{ports}}}
 
}}
 
|-
 
{{#if: {{{type|}}}|
 
{{!}} '''Type:'''
 
{{!}}{{{type}}}
 
}}
 
|-
 
{{#if: {{{color|}}}|
 
{{!}} '''Color:'''
 
{{!}}{{{color}}}
 
}}
 
|-
 
{{#if: {{{dpi|}}}|
 
{{!}} '''DPI:'''
 
{{!}}{{{dpi}}}
 
}}
 
|-
 
{{#if: {{{speed|}}}|
 
{{!}} '''Speed:'''
 
{{!}}{{{speed}}}
 
}}
 
|-
 
{{#if: {{{language|}}}|
 
{{!}} '''Language:'''
 
{{!}}{{{language}}}
 
}}
 
|-
 
{{#if: {{{power|}}}|
 
{{!}} '''Power:'''
 
{{!}}{{{power}}}
 
}}
 
|-
 
{{#if: {{{weight|}}}|
 
{{!}} '''Weight:'''
 
{{!}}{{{weight}}}
 
}}
 
|-
 
{{#if: {{{dimensions|}}}|
 
{{!}} '''Dimensions:'''
 
{{!}}{{{dimensions}}}
 
}}
 
|}<noinclude>
 
{{esoteric}}
 
 
 
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 ==
 
<pre>
 
{{Infobox Computer Hardware Printer
 
| name        = Device Name.
 
| image        = An image to show in the infobox.
 
| caption      = A caption for the image.
 
| introduced  = Date of Introduction.
 
| discontinued = Date of discontinuation.
 
| cost        = Introductory price.
 
| processor    = Type of processor.
 
| frequency    = Speed of the processor.
 
| minimum      = Minimum amount of memory.
 
| maximum      = Maximum amount of memory.
 
| slot        = Amount of memory slots.
 
| rom          = Built-in memory.
 
| ports        = Ports on the printer.
 
| type        = Type of printer.
 
| color        =
 
| dpi          =
 
| speed        = Pages per minute.
 
| language    =
 
| power        =
 
| weight      =
 
| dimensions  =
 
}}
 
</pre>
 
All fields, except 'name' are optional
 
 
 
[[Category:Computing infobox templates|Computer Hardware Printer]]
 
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]
 
 
 
[[It:Template:Stampante]]
 
</noinclude>
 

Latest revision as of 01:50, 4 September 2015