Template:Infobox hardware: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style="width: | {| class="infobox" style="width:300px; float:right; margin-left:10px; background:#f9f9f9; border:1px solid #aaa; padding:5px; font-size:90%; line-height:1.5em;" | ||
|+ '''{{{title|Hardware}}}''' | |||
|- | |- | ||
| colspan="2" style="text-align:center;" | [[File: | | colspan="2" style="text-align:center;" | {{{image|[[File:No_image.svg|250px]]}}} | ||
}} | |||
{{#if:{{{caption|}}}| | {{#if:{{{caption|}}}| | ||
|- | |- | ||
| Line 12: | Line 10: | ||
{{#if:{{{type|}}}| | {{#if:{{{type|}}}| | ||
|- | |- | ||
! | ! Type | ||
| {{{type}}} | | {{{type}}} | ||
}} | }} | ||
{{#if:{{{designer|}}}| | {{#if:{{{designer|}}}| | ||
|- | |- | ||
! | ! Designer | ||
| {{{designer}}} | | {{{designer}}} | ||
}} | }} | ||
{{#if:{{{manufacturer|}}}| | {{#if:{{{manufacturer|}}}| | ||
|- | |- | ||
! | ! Manufacturer | ||
| {{{manufacturer}}} | | {{{manufacturer}}} | ||
}} | }} | ||
{{#if:{{{layers|}}}| | {{#if:{{{layers|}}}| | ||
|- | |- | ||
! | ! Layers | ||
| {{{layers}}} | | {{{layers}}} | ||
}} | }} | ||
{{#if:{{{release_date|}}}| | {{#if:{{{release_date|}}}| | ||
|- | |- | ||
! | ! Release Date | ||
| {{{release_date}}} | | {{{release_date}}} | ||
}} | }} | ||
{{#if:{{{compatibility|}}}| | {{#if:{{{compatibility|}}}| | ||
|- | |- | ||
! | ! Compatibility | ||
| {{{compatibility}}} | | {{{compatibility}}} | ||
}} | }} | ||
{{#if:{{{features|}}}| | {{#if:{{{features|}}}| | ||
|- | |- | ||
! | ! Features | ||
| {{{features}}} | | {{{features}}} | ||
}} | }} | ||
| Line 50: | Line 48: | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
To use this template, copy and paste the following example and customize the fields: | |||
<pre> | <pre> | ||
{{Infobox hardware | {{Infobox hardware | ||
| title | | title = Macintosh SE/30 Reloaded Logic Board | ||
| image | | image = [[File:SE30_Reloaded_Board.jpg|250px]] | ||
| caption | | caption = Fully assembled SE/30 Reloaded Logic Board | ||
| type | | type = Logic Board | ||
| designer | | designer = Community Designed | ||
| manufacturer | | manufacturer = (Optional) | ||
| layers | | layers = 4-layer PCB | ||
| release_date | | release_date = (Optional) | ||
| compatibility = | | compatibility = Macintosh SE/30 | ||
| features | | features = Modern design, Original Apple ASIC integration | ||
}} | }} | ||
</pre> | </pre> | ||
== | == Parameters == | ||
* '''title''': Hardware name | |||
* '''image''': Image of the hardware (use MediaWiki File syntax) | |||
* '''caption''': Image caption (optional) | |||
* '''type''': Type of hardware | |||
* '''designer''': Designer(s) | |||
* '''manufacturer''': Manufacturer (optional) | |||
* '''layers''': PCB details or layers (optional) | |||
* '''release_date''': Date released (optional) | |||
* '''compatibility''': Compatible systems or hardware | |||
* '''features''': Main features or highlights | |||
</noinclude> | </noinclude> | ||
Revision as of 19:21, 29 March 2025
Usage
To use this template, copy and paste the following example and customize the fields:
{{Infobox hardware
| title = Macintosh SE/30 Reloaded Logic Board
| image = [[File:SE30_Reloaded_Board.jpg|250px]]
| caption = Fully assembled SE/30 Reloaded Logic Board
| type = Logic Board
| designer = Community Designed
| manufacturer = (Optional)
| layers = 4-layer PCB
| release_date = (Optional)
| compatibility = Macintosh SE/30
| features = Modern design, Original Apple ASIC integration
}}
Parameters
- title: Hardware name
- image: Image of the hardware (use MediaWiki File syntax)
- caption: Image caption (optional)
- type: Type of hardware
- designer: Designer(s)
- manufacturer: Manufacturer (optional)
- layers: PCB details or layers (optional)
- release_date: Date released (optional)
- compatibility: Compatible systems or hardware
- features: Main features or highlights