Form:AV device: Difference between revisions

Major update: Add structured inputs/outputs/voltage/links sections matching CRT model form (via update-page on MediaWiki MCP Server)
Rename oem_manufacturer field to oem to match CRT model form convention (via update-page on MediaWiki MCP Server)
 
(10 intermediate revisions by the same user not shown)
Line 7: Line 7:
! Brand:
! Brand:
| {{{field|brand|input type=combobox|values from category=Manufacturers|mandatory}}}
| {{{field|brand|input type=combobox|values from category=Manufacturers|mandatory}}}
|-
! OEM Manufacturer:
| {{{field|oem|input type=combobox|values from category=Manufacturers}}}
<small>If this device was manufactured by a different company than the brand (e.g., Realistic VCRs made by Sanyo, Fisher, Funai). Leave blank if the brand and manufacturer are the same.</small>
|-
|-
! Model code:
! Model code:
Line 12: Line 16:
|-
|-
! Device type:
! Device type:
| {{{field|device_type|input type=dropdown|values=Video mixer,Time base corrector,VCR,Video player,VCR/DVD combo,VCR/DVD-R combo,VCR/HDD combo,VTR,Frame synchronizer,Video processor,Distribution amplifier,Scan converter,Character generator,Editing controller,Other|mandatory}}}
| {{{field|device_type|input type=dropdown|values=Video mixer,Time base corrector,VCR,Video player,VCR/DVD combo,VCR/DVD-R combo,VCR/HDD combo,VTR,Frame synchronizer,Video processor,Distribution amplifier,Scan converter,Character generator,Editing controller,DVD recorder,Camcorder,Other|mandatory}}}
|-
|-
! Format family:
! Format family:
| {{{field|format_family|input type=dropdown|values=,VHS,Betamax,U-matic,Video8,DV}}}
| {{{field|format_family|input type=dropdown|values=,VHS,W-VHS,Betamax,Betacam,U-matic,Video8,DV}}}
|-
! Market:
| {{{field|market|input type=combobox|values from category=Markets}}}
<small>Sales region or destination market (e.g., Japan, USA, Europe). Comma-separated for multiple.</small>
|-
|-
! Supported formats:
! Supported formats:
| {{{field|supported_formats|input type=checkboxes|values=VHS,VHS-C,S-VHS,S-VHS-C,D-VHS,Betamax,SuperBeta,ED Beta,U-matic,U-matic SP,Video8,Hi8,Digital8,MiniDV,DVCAM,DVCPRO,HDV}}}
| {{{field|supported_formats|input type=checkboxes|values=VHS,VHS-C,S-VHS,S-VHS-C,D-VHS,W-VHS,Betamax,SuperBeta,Hi-Band Beta,ED Beta,Betacam,Betacam SP,Digital Betacam,U-matic,U-matic SP,Video8,Hi8,Digital8,MiniDV,DVCAM,DVCPRO,HDV}}}
|-
|-
! Recording formats:
! Recording formats:
| {{{field|recording_formats|input type=checkboxes|values=VHS,VHS-C,S-VHS,S-VHS-C,D-VHS,Betamax,SuperBeta,ED Beta,U-matic,U-matic SP,Video8,Hi8,Digital8,MiniDV,DVCAM,DVCPRO,HDV}}}
| {{{field|recording_formats|input type=checkboxes|values=VHS,VHS-C,S-VHS,S-VHS-C,D-VHS,W-VHS,Betamax,SuperBeta,Hi-Band Beta,ED Beta,Betacam,Betacam SP,Digital Betacam,U-matic,U-matic SP,Video8,Hi8,Digital8,MiniDV,DVCAM,DVCPRO,HDV}}}
|-
|-
! Main photo:
! Main photo:
Line 34: Line 42:
! Year discontinued:
! Year discontinued:
| {{{field|year_discontinued|input type=text|size=6|placeholder=2001}}}
| {{{field|year_discontinued|input type=text|size=6|placeholder=2001}}}
|-
! MSRP:
| ${{{field|msrp|input type=text|size=12|placeholder=6069.00}}}
<small>Original manufacturer's suggested retail price in USD. Numbers only, no dollar sign or commas (e.g., 6069.00).</small>
|-
|-
! Features:
! Features:
Line 40: Line 52:
! Description:
! Description:
| {{{field|description|input type=textarea|rows=6|placeholder=Detailed description of the device, its history, and notable characteristics.}}}
| {{{field|description|input type=textarea|rows=6|placeholder=Detailed description of the device, its history, and notable characteristics.}}}
|-
! Related models:
| {{{field|related_models|input type=tokens|values from category=AV devices}}}
<small>Other versions of this device (e.g., PAL/NTSC variants, upgraded models). Comma-separated page names.</small>
|-
|-
! Dimensions (H × W × D):
! Dimensions (H × W × D):
Line 78: Line 94:
! Voltage range:
! Voltage range:
| {{{field|voltage_min|input type=text|size=5|placeholder=100}}}V – {{{field|voltage_max|input type=text|size=5|placeholder=120}}}V
| {{{field|voltage_min|input type=text|size=5|placeholder=100}}}V – {{{field|voltage_max|input type=text|size=5|placeholder=120}}}V
|}
{{{end template}}}
== TBC Capabilities ==
If this device has time base correction capabilities, add each type. Line TBC corrects timing within individual scan lines (horizontal timing). Frame synchronizer buffers a complete frame and stabilizes frame-level output timing (vertical timing), but does not necessarily correct line-level errors. A device may have one or both — dedicated TBCs like the DataVideo TBC-1000 typically do both, while built-in VCR TBCs are usually line-only and many DVD recorders/mixers are frame synchronizer-only.
{{{for template|AV TBC|multiple|add button text=Add TBC capability}}}
{| class="formtable"
! TBC type:
| {{{field|type|input type=dropdown|values=Line TBC,Frame synchronizer|mandatory}}}
|-
! Buffer size:
| {{{field|buffer_size|input type=text|size=15|placeholder=16 lines, 1 field, etc.}}}
|-
! Notes:
| {{{field|notes|input type=text|size=40|placeholder=Optional notes}}}
|}
|}
{{{end template}}}
{{{end template}}}
Line 142: Line 174:
| {{{field|signal
| {{{field|signal
  |input type=combobox
  |input type=combobox
  |values from category=Video signal formats,Audio signal formats
  |values from query=((Category:Video signal formats)) OR ((Category:Audio signal formats))
  |mapping property=Display title of
  |mapping property=Display title of
  |mandatory}}}
  |mandatory}}}
MediaWiki Appliance - Powered by TurnKey Linux