Jump to content

Template:Infobox hardware: Difference between revisions

From RetroTechCollection
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{| 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;"
{| class="infobox"
|+ '''{{{title|Hardware}}}'''
|+ '''{{{title|{{PAGENAME}}}}}'''
|-
|-
| colspan="2" style="text-align:center;" | {{{image|[[File:No_image.svg|250px]]}}}
| colspan="2" style="text-align:center;" | [[File:{{{image|No_image.svg}}}|250px|center|{{{caption|}}}]]
{{#if:{{{caption|}}}|<br><small>{{{caption}}}</small>}}
|-
|-
{{#if:{{{manufacturer|}}}|
! Manufacturer
| {{{manufacturer}}}
|-
}}
{{#if:{{{designer|}}}|
{{#if:{{{designer|}}}|
! Designer
! Designer
Line 39: Line 33:
! Features
! Features
| {{{features}}}
| {{{features}}}
|-
}}
}}
|}
|}
</includeonly><noinclude>
</includeonly>
 
<noinclude>
== Usage ==
== Usage ==
Example usage:
<pre>
<pre>
{{Infobox hardware
{{Infobox hardware
| title        =  
| title        = Macintosh SE/30 Reloaded Logic Board
| image        =  
| image        = SE30_Reloaded_Board.jpg
| caption      =  
| caption      = Fully assembled SE/30 Reloaded Logic Board
| manufacturer  =
| designer      = Community Designed
| designer      =  
| type          = Logic Board
| type          =  
| layers        = 4-layer PCB
| layers        =  
| release_date  = March 2025
| release_date  =  
| compatibility = Macintosh SE/30
| compatibility =  
| features      = Modern design, Original Apple ASIC integration
| features      =  
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 19:35, 29 March 2025


Usage

Example usage:

{{Infobox hardware
| title         = Macintosh SE/30 Reloaded Logic Board
| image         = SE30_Reloaded_Board.jpg
| caption       = Fully assembled SE/30 Reloaded Logic Board
| designer      = Community Designed
| type          = Logic Board
| layers        = 4-layer PCB
| release_date  = March 2025
| compatibility = Macintosh SE/30
| features      = Modern design, Original Apple ASIC integration
}}