Template:Infobox hardware: Difference between revisions
Appearance
Created page with "<includeonly> {| class="infobox" style="width: 300px; float:right; border:1px solid #ccc; background-color:#f9f9f9; font-family:Arial, Helvetica, sans-serif; font-size:90%; line-height:1.4em; margin:0 0 1em 1em; padding:0.2em;" |- ! colspan="2" style="font-size:120%; text-align:center; background-color:#ddeeff;" | {{{title|{{PAGENAME}}}}} {{#if:{{{image|}}}| |- | colspan="2" style="text-align:center;" | [[File:{{{image}}}|300px]]}} {{#if:{{{caption|}}}| |- | colspan="2"..." |
No edit summary |
||
| (10 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; | |+ '''{{{name|Hardware Device}}}''' | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | {{{image|[[File:No_image.svg|250px]]}}} | |||
|- | |- | ||
! Caption | |||
| {{{caption|}}} | |||
|- | |- | ||
! Type | ! Type | ||
| {{{type | | {{{type|Unknown}}} | ||
|- | |- | ||
! Designer | ! Designer | ||
| {{{designer}}}}} | | {{{designer|{{{developer|Unknown}}}}}}<!-- accept either parameter --> | ||
{{ | |- | ||
! Manufacturer | |||
| {{{manufacturer|Unknown}}} | |||
|- | |||
! First released | |||
| {{{first_released|{{{release_date|Unknown}}}}}} | |||
|- | |||
! Latest revision | |||
| {{{latest_release|{{{discontinued|—}}}}}} | |||
|- | |||
! Operating voltage | |||
| {{{operating_voltage|—}}} | |||
|- | |- | ||
! Layers | ! Layers / PCB | ||
| {{{layers | | {{{layers|—}}} | ||
|- | |- | ||
! Compatibility | ! Compatibility | ||
| {{{compatibility | | {{{compatibility|{{{application|—}}}}}} | ||
|- | |- | ||
! Features | ! Features | ||
| {{{features}}}}} | | {{{features|—}}} | ||
|} | |- | ||
</includeonly> | ! Model No. | ||
| {{{model|—}}} | |||
<noinclude> | |}</includeonly><noinclude> | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{Infobox hardware | {{Infobox hardware | ||
| | | 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''' | ||
| type | | 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) | |||
}} | }} | ||
</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
Usage
[edit source]{{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.