Difference between revisions of "Template:Infobox Computer Hardware"
Jump to navigation
Jump to search
imported>TBK0000 |
imported>TBK0000 |
||
| Line 1: | Line 1: | ||
| + | {| class="infobox" style="width: 250px;" | ||
| + | | 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: {{{designfirm|}}}| | ||
| + | {{!}} '''Designfirm:''' | ||
| + | {{!}}{{{designfirm}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{manufacturer|}}}| | ||
| + | {{!}} '''Manufacturer:''' | ||
| + | {{!}}{{{manufacturer}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{introduced|}}}| | ||
| + | {{!}} '''Introduced:''' | ||
| + | {{!}}{{{introduced}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{discontinued|}}}| | ||
| + | {{!}} '''Discontinued:''' | ||
| + | {{!}}{{{discontinued}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{cost|}}}| | ||
| + | {{!}} '''Cost:''' | ||
| + | {{!}}{{{cost}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{type|}}}| | ||
| + | {{!}} '''Type:''' | ||
| + | {{!}}{{{type}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{processor|}}}| | ||
| + | {{!}} '''Processor:''' | ||
| + | {{!}}{{{processor}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{frequency|}}}| | ||
| + | {{!}} '''Frequency:''' | ||
| + | {{!}}{{{frequency}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{memory|}}}| | ||
| + | {{!}} '''Memory:''' | ||
| + | {{!}}{{{memory}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{socket|}}}| | ||
| + | {{!}} '''Socket:''' | ||
| + | {{!}}{{{socket}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{ports|}}}| | ||
| + | {{!}} '''Ports:''' | ||
| + | {{!}}{{{ports}}} | ||
| + | }} | ||
| + | |- | ||
| + | {{#if: {{{power|}}}| | ||
| + | {{!}} '''Power consumption :''' | ||
| + | {{!}}{{{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 | {{Infobox Computer Hardware | ||
| name = Device Name. | | name = Device Name. | ||
| image = An image to show in the infobox. | | image = An image to show in the infobox. | ||
| + | | designfirm = Often, but not always, the same as manufacturer. | ||
| + | | manufacturer = Common manufacturers of the device. | ||
| introduced = Date of Introduction. | | introduced = Date of Introduction. | ||
| discontinued = Date of discontinuation. | | discontinued = Date of discontinuation. | ||
| cost = Introductory price. | | cost = Introductory price. | ||
| − | | processor = Type of processor. | + | | type = Type of hardware (extension card/sound card/graphics card...). |
| − | | frequency = Speed of the processor | + | | processor = Type of processor/pic/chip. |
| + | | frequency = Speed of the processor. | ||
| memory = Build in memory, if any (KB/MB/GB). | | memory = Build in memory, if any (KB/MB/GB). | ||
| slot = Amount of memory slots. | | slot = Amount of memory slots. | ||
| socket = Connection (PCI/PCI-E/USB....) | | socket = Connection (PCI/PCI-E/USB....) | ||
| − | | | + | | ports = Connections on the device, such as PATA, SCSI, SATA... |
| − | |||
| power = Power consumption (W/kWh) | | power = Power consumption (W/kWh) | ||
| weight = kilogram (kg). | | weight = kilogram (kg). | ||
| dimensions = W*D*H (width, depth, and height. Normally in centimetre (cm)). | | dimensions = W*D*H (width, depth, and height. Normally in centimetre (cm)). | ||
}} | }} | ||
| + | </pre> | ||
| + | All fields, except 'name' are optional | ||
| + | |||
| + | [[Category:Computing infobox templates|Computer Hardware]] | ||
| + | |||
| + | |||
| + | [[It:Template:Stampante]] | ||
| + | </noinclude> | ||
Revision as of 23:18, 25 September 2008
| {{{name}}} |
| This template employs intricate features of template syntax.
You are encouraged to familiarise yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages. You can conduct experiments, and should test all major changes, in either this template's sandbox, the general template sandbox, or your user space before changing anything here. |
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
{{Infobox Computer Hardware
| name = Device Name.
| image = An image to show in the infobox.
| designfirm = Often, but not always, the same as manufacturer.
| manufacturer = Common manufacturers of the device.
| introduced = Date of Introduction.
| discontinued = Date of discontinuation.
| cost = Introductory price.
| type = Type of hardware (extension card/sound card/graphics card...).
| processor = Type of processor/pic/chip.
| frequency = Speed of the processor.
| memory = Build in memory, if any (KB/MB/GB).
| slot = Amount of memory slots.
| socket = Connection (PCI/PCI-E/USB....)
| ports = Connections on the device, such as PATA, SCSI, SATA...
| power = Power consumption (W/kWh)
| weight = kilogram (kg).
| dimensions = W*D*H (width, depth, and height. Normally in centimetre (cm)).
}}
All fields, except 'name' are optional