Jump to content

Template:Infobox hardware: Difference between revisions

From RetroTechCollection
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
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:25em; font-size:90%; border:1px solid #aaa; background-color:#f9f9f9; margin:0.5em 1em 0.5em 0; padding:0.2em; float:right; clear:right;"
|+ '''{{{name|Hardware Device}}}'''
! colspan="2" style="background-color:#ccccff; font-size:120%; text-align:center;" | {{{title|{{PAGENAME}}}}}
{{#if:{{{image|}}}|
|-
|-
| colspan="2" style="text-align:center;" | [[File:{{{image}}}|300px|center]]
| colspan="2" style="text-align:center;" | {{{image|[[File:No_image.svg|250px]]}}}
}}
|-
{{#if:{{{caption|}}}|
! Caption
| {{{caption|}}}
|-
! Type
| {{{type|Unknown}}}
|-
! Designer
| {{{designer|{{{developer|Unknown}}}}}}<!-- accept either parameter -->
|-
|-
| colspan="2" style="text-align:center; font-style:italic;" | {{{caption}}}
! Manufacturer
}}
| {{{manufacturer|Unknown}}}
{{#if:{{{type|}}}|
|-
|-
! style="text-align:left; width:35%; background-color:#eeeeff;" | Type
! First&nbsp;released
| {{{type}}}
| {{{first_released|{{{release_date|Unknown}}}}}}
}}
{{#if:{{{designer|}}}|
|-
|-
! style="text-align:left; background-color:#eeeeff;" | Designer
! Latest&nbsp;revision
| {{{designer}}}
| {{{latest_release|{{{discontinued|—}}}}}}
}}
{{#if:{{{manufacturer|}}}|
|-
|-
! style="text-align:left; background-color:#eeeeff;" | Manufacturer
! Operating&nbsp;voltage
| {{{manufacturer}}}
| {{{operating_voltage|}}}
}}
{{#if:{{{layers|}}}|
|-
|-
! style="text-align:left; background-color:#eeeeff;" | Layers
! Layers&nbsp;/ PCB
| {{{layers}}}
| {{{layers|}}}
}}
{{#if:{{{release_date|}}}|
|-
|-
! style="text-align:left; background-color:#eeeeff;" | Release Date
! Compatibility
| {{{release_date}}}
| {{{compatibility|{{{application|—}}}}}}
}}
{{#if:{{{compatibility|}}}|
|-
|-
! style="text-align:left; background-color:#eeeeff;" | Compatibility
! Features
| {{{compatibility}}}
| {{{features|}}}
}}
{{#if:{{{features|}}}|
|-
|-
! style="text-align:left; background-color:#eeeeff;" | Features
! Model&nbsp;No.
| {{{features}}}
| {{{model|—}}}
}}
|}</includeonly><noinclude>
|}
</includeonly>
 
<noinclude>
== Usage ==
== Usage ==
<pre>
<pre>
{{Infobox hardware
{{Infobox hardware
| title        = Name of the Hardware
| name            = Commodore 64 Power-Supply Protector
| image         = example.jpg
| image           = [[File:C64-Saver-Top.jpg|250px]]
| caption       = Description of the image
| caption         = A popular open-hardware implementation of the '''C64 Saver'''
| type          = Type of hardware (e.g., Logic Board, CPU, GPU)
| developer      = Ray Carlsen (original design)<br />open-hardware community
| designer      = Who designed it
| type            = External over-voltage / over-current protector
| manufacturer = Manufacturer name (optional)
| first_released = 2016 (C64 Saver 1.2)
| layers        = PCB layer count or other relevant info
| latest_release  = C64 Saver 2.4 PCB (2022)
| release_date  = Date of release (optional)
| operating_voltage = +5 V DC (monitored) • 9 VAC pass-through
| compatibility = Compatible devices or models
| application    = Commodore 64 / 64C / SX-64 / VIC-20 CR (7-pin DIN)
| features      = Main features or highlights
}}
</pre>
 
== Example ==
<pre>
{{Infobox hardware
| title        = Macintosh SE/30 Reloaded Logic Board
| image        = SE30_Reloaded_Board.jpg
| caption      = Fully assembled SE/30 Reloaded Logic Board
| type          = Logic Board
| designer      = Community Designed
| layers        = 4-layer PCB
| compatibility = Macintosh SE/30
| features      = Modern design, Original Apple ASIC integration
}}
}}
</pre>
</pre>
Any of the optional fields may be omitted; blank rows are hidden automatically.
</noinclude>
</noinclude>

Latest revision as of 13:18, 24 April 2025

{{Infobox hardware
| name            = Commodore 64 Power-Supply Protector
| image           = [[File:C64-Saver-Top.jpg|250px]]
| caption         = A popular open-hardware implementation of the '''C64 Saver'''
| developer       = Ray Carlsen (original design)<br />open-hardware community
| type            = External over-voltage / over-current protector
| first_released  = 2016 (C64 Saver 1.2)
| latest_release  = C64 Saver 2.4 PCB (2022)
| operating_voltage = +5 V DC (monitored) • 9 VAC pass-through
| application     = Commodore 64 / 64C / SX-64 / VIC-20 CR (7-pin DIN)
}}

Any of the optional fields may be omitted; blank rows are hidden automatically.