Template:Infobox hardware: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox | {| class="infobox" | ||
|+ '''{{{title| | |+ '''{{{title|{{PAGENAME}}}}}''' | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | {{{image| | | colspan="2" style="text-align:center;" | [[File:{{{image|No_image.svg}}}|250px|center|{{{caption|}}}]] | ||
|- | |- | ||
{{#if:{{{designer|}}}| | {{#if:{{{designer|}}}| | ||
! Designer | ! Designer | ||
| Line 39: | Line 33: | ||
! Features | ! Features | ||
| {{{features}}} | | {{{features}}} | ||
}} | }} | ||
|} | |} | ||
</includeonly><noinclude> | </includeonly> | ||
<noinclude> | |||
== Usage == | == Usage == | ||
Example usage: | |||
<pre> | <pre> | ||
{{Infobox hardware | {{Infobox hardware | ||
| title = | | title = Macintosh SE/30 Reloaded Logic Board | ||
| image = | | image = SE30_Reloaded_Board.jpg | ||
| caption = | | caption = Fully assembled SE/30 Reloaded Logic Board | ||
| designer = Community Designed | |||
| designer = | | type = Logic Board | ||
| type = | | layers = 4-layer PCB | ||
| layers = | | release_date = March 2025 | ||
| release_date = | | compatibility = Macintosh SE/30 | ||
| compatibility = | | features = Modern design, Original Apple ASIC integration | ||
| features = | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 19:35, 29 March 2025
Usage
Example usage:
{{Infobox hardware
| title = Macintosh SE/30 Reloaded Logic Board
| image = SE30_Reloaded_Board.jpg
| caption = Fully assembled SE/30 Reloaded Logic Board
| designer = Community Designed
| type = Logic Board
| layers = 4-layer PCB
| release_date = March 2025
| compatibility = Macintosh SE/30
| features = Modern design, Original Apple ASIC integration
}}