Template:Infobox computer: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Reverted |
||
| 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" style="width:300px; float:right; margin-left:10px; background:#f9f9f9; border:1px solid #aaa; padding:5px; font-size:90%; line-height:1.5em;" | ||
|+ '''{{{name| | |+ '''{{{name|Hardware Device}}}''' | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | {{{image|[[File:No_image.svg|250px]]}}} | | colspan="2" style="text-align:center;" | {{{image|[[File:No_image.svg|250px]]}}} | ||
|- | |||
! Caption | |||
| {{{caption|}}} | |||
|- | |||
! Type | |||
| {{{type|Unknown}}} | |||
|- | |||
! Designer | |||
| {{{designer|Unknown}}} | |||
|- | |- | ||
! Manufacturer | ! Manufacturer | ||
| {{{manufacturer|Unknown}}} | | {{{manufacturer|Unknown}}} | ||
|- | |- | ||
! Release Date | ! Release Date | ||
| {{{ | | {{{release_date|Unknown}}} | ||
|- | |- | ||
! Discontinued | ! Discontinued | ||
| {{{discontinued|Unknown}}} | | {{{discontinued|Unknown}}} | ||
|- | |- | ||
! | ! Layers | ||
| {{{ | | {{{layers|Unknown}}} | ||
|- | |- | ||
! | ! Compatibility | ||
| {{{ | | {{{compatibility|Unknown}}} | ||
|- | |- | ||
! | ! Features | ||
| {{{ | | {{{features|Unknown}}} | ||
|- | |- | ||
! Model | ! Model | ||
| Line 61: | Line 40: | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox hardware | ||
| name | | name = Macintosh SE/30 Reloaded Logic Board | ||
| image | | image = [[File:SE30_Reloaded_Board.jpg|250px]] | ||
| | | caption = Fully assembled SE/30 Reloaded Logic Board | ||
| type | | 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 | |||
| | |||
| | |||
| model | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 19:38, 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
}}