Jump to content

Template:Infobox hardware: Difference between revisions

From RetroTechCollection
No edit summary
No edit summary
Line 4: Line 4:
|-
|-
| colspan="2" style="text-align:center;" | {{{image|[[File:No_image.svg|250px]]}}}
| colspan="2" style="text-align:center;" | {{{image|[[File:No_image.svg|250px]]}}}
{{#if:{{{caption|}}}|
{{#if:{{{caption|}}}|<br><small>{{{caption}}}</small>}}
|-
|-
| colspan="2" style="text-align:center; font-style:italic;" | {{{caption}}}
{{#if:{{{manufacturer|}}}|
}}
! Manufacturer
{{#if:{{{type|}}}|
| {{{manufacturer}}}
|-
|-
! Type
| {{{type}}}
}}
}}
{{#if:{{{designer|}}}|
{{#if:{{{designer|}}}|
|-
! Designer
! Designer
| {{{designer}}}
| {{{designer}}}
|-
}}
}}
{{#if:{{{manufacturer|}}}|
{{#if:{{{type|}}}|
! Type
| {{{type}}}
|-
|-
! Manufacturer
| {{{manufacturer}}}
}}
}}
{{#if:{{{layers|}}}|
{{#if:{{{layers|}}}|
|-
! Layers
! Layers
| {{{layers}}}
| {{{layers}}}
|-
}}
}}
{{#if:{{{release_date|}}}|
{{#if:{{{release_date|}}}|
|-
! Release Date
! Release Date
| {{{release_date}}}
| {{{release_date}}}
|-
}}
}}
{{#if:{{{compatibility|}}}|
{{#if:{{{compatibility|}}}|
|-
! Compatibility
! Compatibility
| {{{compatibility}}}
| {{{compatibility}}}
|-
}}
}}
{{#if:{{{features|}}}|
{{#if:{{{features|}}}|
|-
! Features
! Features
| {{{features}}}
| {{{features}}}
|-
}}
}}
|}
|}
</includeonly>
</includeonly><noinclude>
 
<noinclude>
== Usage ==
== Usage ==
To use this template, copy and paste the following example and customize the fields:
Copy the following syntax to your page and fill out the parameters you need:


<pre>
<pre>
{{Infobox hardware
{{Infobox hardware
| title         = Macintosh SE/30 Reloaded Logic Board
| title         = Macintosh SE/30 Reloaded Logic Board
| image         = [[File:SE30_Reloaded_Board.jpg|250px]]
| image         = [[File:SE30_Reloaded_Board.jpg|250px]]
| caption       = Fully assembled SE/30 Reloaded Logic Board
| caption       = Fully assembled SE/30 Reloaded Logic Board
| type          = Logic Board
| manufacturer  =  
| designer       = Community Designed
| designer     = Community Designed
| manufacturer  = (Optional)
| type          = Logic Board
| layers         = 4-layer PCB
| layers       = 4-layer PCB
| release_date   = (Optional)
| release_date =  
| compatibility = Macintosh SE/30
| compatibility = Macintosh SE/30
| features       = Modern design, Original Apple ASIC integration
| 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:27, 29 March 2025

Usage

Copy the following syntax to your page and fill out the parameters you need:

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