Template:Infobox hardware: Difference between revisions
Appearance
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;" | ||
|+ '''{{{ | |+ '''{{{name|Hardware Device}}}''' | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | | | colspan="2" style="text-align:center;" | {{{image|[[File:No_image.svg|250px]]}}} | ||
|- | |- | ||
! Caption | |||
! | | {{{caption|}}} | ||
| {{{ | |||
|- | |- | ||
! Type | ! Type | ||
| {{{type}}} | | {{{type|Unknown}}} | ||
|- | |- | ||
! Designer | |||
| {{{designer|Unknown}}} | |||
! | |- | ||
| {{{ | ! Manufacturer | ||
| {{{manufacturer|Unknown}}} | |||
|- | |- | ||
! Release Date | ! Release Date | ||
| {{{release_date}}} | | {{{release_date|Unknown}}} | ||
|- | |||
! Discontinued | |||
| {{{discontinued|Unknown}}} | |||
|- | |||
! Layers | |||
| {{{layers|Unknown}}} | |||
|- | |- | ||
! Compatibility | ! Compatibility | ||
| {{{compatibility}}} | | {{{compatibility|Unknown}}} | ||
|- | |- | ||
! Features | ! Features | ||
| {{{features}}} | | {{{features|Unknown}}} | ||
}} | |- | ||
! Model | |||
| {{{model|Unknown}}} | |||
|} | |} | ||
</includeonly> | </includeonly><noinclude> | ||
== Usage == | |||
To use this template on a page, copy and paste the following: | |||
<pre> | <pre> | ||
{{Infobox hardware | {{Infobox hardware | ||
| | | name = Macintosh SE/30 Reloaded Logic Board | ||
| image | | image = [[File:SE30_Reloaded_Board.jpg|250px]] | ||
| caption | | caption = Fully assembled SE/30 Reloaded Logic Board | ||
| designer | | type = Logic Board | ||
| | | designer = Community Designed | ||
| layers | | manufacturer = N/A | ||
| | | release_date = 2023 | ||
| discontinued = N/A | |||
| features | | 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
}}