Template:Infobox hardware: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{| class="infobox" style="width:25em; font-size:90%; border:1px solid #aaa; background-color:#f9f9f9; margin:0.5em 1em 0.5em 0; padding:0.2em; float:right; clear:right;" | {| class="infobox" style="width:25em; font-size:90%; border:1px solid #aaa; background-color:#f9f9f9; margin:0.5em 1em 0.5em 0; padding:0.2em; float:right; clear:right;" | ||
! colspan="2" style="background-color:#ccccff; font-size:120%; text-align:center;" | {{{title|{{PAGENAME}}}}} | ! colspan="2" style="background-color:#ccccff; font-size:120%; text-align:center;" | {{{title|{{PAGENAME}}}}} | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | [[File:{{{image}}}|300px | | colspan="2" style="text-align:center;" | [[File:{{{image}}}|300px]] | ||
}} | }} | ||
{{#if:{{{caption|}}}| | {{#if:{{{caption|}}}| | ||
| Line 12: | Line 12: | ||
{{#if:{{{type|}}}| | {{#if:{{{type|}}}| | ||
|- | |- | ||
! style="text-align:left | ! style="text-align:left; background-color:#eeeeff; width:35%;" | Type | ||
| {{{type}}} | | {{{type}}} | ||
}} | }} | ||
| Line 55: | Line 55: | ||
| image = example.jpg | | image = example.jpg | ||
| caption = Description of the image | | caption = Description of the image | ||
| type = | | type = Hardware type (e.g. Logic Board) | ||
| designer = | | designer = Name of designer | ||
| manufacturer = Manufacturer | | manufacturer = Manufacturer (optional) | ||
| layers = PCB | | layers = PCB layers or details | ||
| release_date = | | release_date = Release date (optional) | ||
| compatibility = Compatible | | compatibility = Compatible models or hardware | ||
| features = Main features | | features = Main features | ||
}} | }} | ||
</pre> | </pre> | ||
Revision as of 19:18, 29 March 2025
Usage
{{Infobox hardware
| title = Name of the Hardware
| image = example.jpg
| caption = Description of the image
| type = Hardware type (e.g. Logic Board)
| designer = Name of designer
| manufacturer = Manufacturer (optional)
| layers = PCB layers or details
| release_date = Release date (optional)
| compatibility = Compatible models or hardware
| features = Main features
}}
Example
{{Infobox hardware
| title = Macintosh SE/30 Reloaded Logic Board
| image = SE30_Reloaded_Board.jpg
| caption = Fully assembled SE/30 Reloaded Logic Board
| type = Logic Board
| designer = Community Designed
| layers = 4-layer PCB
| compatibility = Macintosh SE/30
| features = Modern design, Original Apple ASIC integration
}}