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"
{| 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|{{PAGENAME}}}}}'''
|+ '''{{{name|Hardware Device}}}'''
|-
|-
| colspan="2" style="text-align:center;" | [[File:{{{image|No_image.svg}}}|250px|center|{{{caption|}}}]]
| colspan="2" style="text-align:center;" | {{{image|[[File:No_image.svg|250px]]}}}
|-
|-
{{#if:{{{designer|}}}|
! Caption
! Designer
| {{{caption|}}}
| {{{designer}}}
|-
|-
}}
{{#if:{{{type|}}}|
! Type
! Type
| {{{type}}}
| {{{type|Unknown}}}
|-
|-
}}
! Designer
{{#if:{{{layers|}}}|
| {{{designer|Unknown}}}
! Layers
|-
| {{{layers}}}
! Manufacturer
| {{{manufacturer|Unknown}}}
|-
|-
}}
{{#if:{{{release_date|}}}|
! Release Date
! Release Date
| {{{release_date}}}
| {{{release_date|Unknown}}}
|-
! Discontinued
| {{{discontinued|Unknown}}}
|-
! Layers
| {{{layers|Unknown}}}
|-
|-
}}
{{#if:{{{compatibility|}}}|
! Compatibility
! Compatibility
| {{{compatibility}}}
| {{{compatibility|Unknown}}}
|-
|-
}}
{{#if:{{{features|}}}|
! Features
! Features
| {{{features}}}
| {{{features|Unknown}}}
}}
|-
! Model
| {{{model|Unknown}}}
|}
|}
</includeonly>
</includeonly><noinclude>
== Usage ==
To use this template on a page, copy and paste the following:


<noinclude>
== Usage ==
Example usage:
<pre>
<pre>
{{Infobox hardware
{{Infobox hardware
| title        = Macintosh SE/30 Reloaded Logic Board
| name          = Macintosh SE/30 Reloaded Logic Board
| image         = SE30_Reloaded_Board.jpg
| image         = [[File:SE30_Reloaded_Board.jpg|250px]]
| caption       = Fully assembled SE/30 Reloaded Logic Board
| caption       = Fully assembled SE/30 Reloaded Logic Board
| designer     = Community Designed
| type          = Logic Board
| type          = Logic Board
| designer       = Community Designed
| layers       = 4-layer PCB
| manufacturer  = N/A
| release_date = March 2025
| release_date  = 2023
| compatibility = Macintosh SE/30
| discontinued  = N/A
| features     = Modern design, Original Apple ASIC integration
| layers         = 4-layer PCB
| compatibility = Macintosh SE/30
| features       = Modern design, Apple ASICs, 32-bit clean ROM support
| model          = SE30RL
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 19:40, 29 March 2025

Usage

To use this template on a page, copy and paste the following:

{{Infobox hardware
| name           = 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   = N/A
| release_date   = 2023
| discontinued   = N/A
| layers         = 4-layer PCB
| compatibility  = Macintosh SE/30
| features       = Modern design, Apple ASICs, 32-bit clean ROM support
| model          = SE30RL
}}