Jump to content

Template:Infobox hardware: Difference between revisions

From RetroTechCollection
No edit summary
No edit summary
 
(4 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:300px; float:right; margin-left:10px; background:#f9f9f9; border:1px solid #aaa; padding:5px; font-size:90%; line-height:1.5em;"
|+ '''{{{name|Hardware Device}}}'''
|+ '''{{{title|Hardware}}}'''
|-
|-
| 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|}}}|<br><small>{{{caption}}}</small>}}
|-
|-
{{#if:{{{manufacturer|}}}|
! Caption
| {{{caption|}}}
|-
! Type
| {{{type|Unknown}}}
|-
! Designer
| {{{designer|{{{developer|Unknown}}}}}}<!-- accept either parameter -->
|-
! Manufacturer
! Manufacturer
| {{{manufacturer}}}
| {{{manufacturer|Unknown}}}
|-
|-
}}
! First&nbsp;released
{{#if:{{{designer|}}}|
| {{{first_released|{{{release_date|Unknown}}}}}}
! Designer
| {{{designer}}}
|-
|-
}}
! Latest&nbsp;revision
{{#if:{{{type|}}}|
| {{{latest_release|{{{discontinued|}}}}}}
! Type
| {{{type}}}
|-
|-
}}
! Operating&nbsp;voltage
{{#if:{{{layers|}}}|
| {{{operating_voltage|—}}}
! Layers
| {{{layers}}}
|-
|-
}}
! Layers&nbsp;/ PCB
{{#if:{{{release_date|}}}|
| {{{layers|—}}}
! Release Date
| {{{release_date}}}
|-
|-
}}
{{#if:{{{compatibility|}}}|
! Compatibility
! Compatibility
| {{{compatibility}}}
| {{{compatibility|{{{application|—}}}}}}
|-
|-
}}
{{#if:{{{features|}}}|
! Features
! Features
| {{{features}}}
| {{{features|—}}}
|-
|-
}}
! Model&nbsp;No.
|}
| {{{model|—}}}
</includeonly><noinclude>
|}</includeonly><noinclude>
== Usage ==
== Usage ==
<pre>
<pre>
{{Infobox hardware
{{Infobox hardware
| title        =  
| name            = Commodore 64 Power-Supply Protector
| image         =  
| image           = [[File:C64-Saver-Top.jpg|250px]]
| caption       =  
| caption         = A popular open-hardware implementation of the '''C64 Saver'''
| manufacturer  =
| developer      = Ray Carlsen (original design)<br />open-hardware community
| designer      =  
| type           = External over-voltage / over-current protector
| type         =  
| first_released  = 2016 (C64 Saver 1.2)
| layers        =  
| latest_release = C64 Saver 2.4 PCB (2022)
| release_date =  
| operating_voltage = +5 V DC (monitored) • 9 VAC pass-through
| compatibility =  
| application    = Commodore 64 / 64C / SX-64 / VIC-20 CR (7-pin DIN)
| features      =  
}}
}}
</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.