Jump to content

Template:Infobox hardware: Difference between revisions

From RetroTechCollection
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|center]]
| 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; width:35%; background-color:#eeeeff;" | Type
! 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 of hardware (e.g., Logic Board, CPU, GPU)
| type          = Hardware type (e.g. Logic Board)
| designer      = Who designed it
| designer      = Name of designer
| manufacturer  = Manufacturer name (optional)
| manufacturer  = Manufacturer (optional)
| layers        = PCB layer count or other relevant info
| layers        = PCB layers or details
| release_date  = Date of release (optional)
| release_date  = Release date (optional)
| compatibility = Compatible devices or models
| compatibility = Compatible models or hardware
| features      = Main features or highlights
| 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
}}