Template:Infobox hardware: Difference between revisions
Appearance
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>}} | ||
|- | |- | ||
{{#if:{{{manufacturer|}}}| | |||
! Manufacturer | |||
{{ | | {{{manufacturer}}} | ||
|- | |- | ||
}} | }} | ||
{{#if:{{{designer|}}}| | {{#if:{{{designer|}}}| | ||
! Designer | ! Designer | ||
| {{{designer}}} | | {{{designer}}} | ||
|- | |||
}} | }} | ||
{{#if:{{{ | {{#if:{{{type|}}}| | ||
! Type | |||
| {{{type}}} | |||
|- | |- | ||
}} | }} | ||
{{#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 == | ||
Copy the following syntax to your page and fill out the parameters you need: | |||
<pre> | <pre> | ||
{{Infobox hardware | {{Infobox hardware | ||
| title | | title = Macintosh SE/30 Reloaded Logic Board | ||
| image | | image = [[File:SE30_Reloaded_Board.jpg|250px]] | ||
| caption | | caption = Fully assembled SE/30 Reloaded Logic Board | ||
| | | manufacturer = | ||
| designer | | designer = Community Designed | ||
| | | type = Logic Board | ||
| layers | | layers = 4-layer PCB | ||
| release_date | | release_date = | ||
| compatibility | | compatibility = Macintosh SE/30 | ||
| features | | features = Modern design, Original Apple ASIC integration | ||
}} | }} | ||
</pre> | </pre> | ||
</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
}}