Form:CRT model: Difference between revisions

Added release_year and msrp fields to form (via update-page on MediaWiki MCP Server)
Replace PVM and BVM with Professional monitor in crt_type dropdown (via update-page on MediaWiki MCP Server)
 
(6 intermediate revisions by the same user not shown)
Line 16: Line 16:
! Regional variants:
! Regional variants:
| {{{field|variants|input type=text|placeholder=A, B, D, E, K, U}}}
| {{{field|variants|input type=text|placeholder=A, B, D, E, K, U}}}
|-
! Market:
| {{{field|market|input type=combobox|values from category=Markets}}}
<small>Sales region or destination market (e.g., Europe, Middle East, Indonesia, USA, Japan). Comma-separated for multiple.</small>
|-
|-
! Series:
! Series:
Line 29: Line 33:
|-
|-
! Type:
! Type:
| {{{field|crt_type|input type=dropdown|values=TV,Monitor,PVM,BVM,Computer monitor,Presentation,Other|mandatory}}}
| {{{field|crt_type|input type=dropdown|values=TV,Professional monitor,Computer monitor,Presentation monitor,Other|mandatory}}}
|-
|-
! Form factor:
! Form factor:
Line 77: Line 81:
! Tube (optional):
! Tube (optional):
| {{{field|tube|input type=combobox|values from category=Tubes}}}
| {{{field|tube|input type=combobox|values from category=Tubes}}}
|-
|colspan="2"|
|-
|colspan="2" style="text-align:center; font-weight:bold; background:#f0f0f0; padding:0.5em;"|'''Tube Specifications'''
|-
! Mask type:
| {{{field|mask_type|input type=dropdown|values=,Shadow mask,Dot trio,Slot mask,Aperture grille}}}
<small>Dot trio and Slot mask are shadow mask subtypes. Aperture grille is a separate technology. Use "Shadow mask" if the specific subtype is unknown.</small>
|-
! Pitch (mm):
| {{{field|pitch|input type=text|size=6|placeholder=0.28}}}
<small>Dot pitch or stripe pitch in millimeters.</small>
|-
! Phosphor type:
| {{{field|phosphor_type|input type=combobox|values=P-22,SMPTE-C,EBU}}}
|-
! Gun type:
| {{{field|gun_type|input type=dropdown|values=,In-line,Delta}}}
|-
! Deflection angle:
| {{{field|deflection_angle|input type=text|size=6|placeholder=110}}}
<small>Deflection angle in degrees (e.g., 90, 110).</small>
|-
! Neck diameter (mm):
| {{{field|neck_diameter|input type=text|size=6|placeholder=29}}}
<small>CRT neck diameter in millimeters.</small>
|-
! Visible picture (W × H):
| {{{field|visible_w|input type=text|size=6|placeholder=280}}} × {{{field|visible_h|input type=text|size=6|placeholder=210}}} mm
<small>Viewable image area in millimeters (width × height).</small>
|-
! Visible diagonal (inches):
| {{{field|visible_diag|input type=text|size=6|placeholder=25.6}}}
<small>Viewable diagonal in inches. Use when only the diagonal measurement is available.</small>
|-
|-
|colspan="2"|
|colspan="2"|
Line 213: Line 251:
  |mapping property=Display title of
  |mapping property=Display title of
  |mandatory}}}
  |mandatory}}}
|-
! Count:
| {{{field|count|input type=text|size=4|default=1}}}
|-
! Location:
| {{{field|location|input type=dropdown
|values=rear,front,side|default=rear}}}
|-
! Notes:
| {{{field|notes|input type=textarea|rows=2}}}
|}
{{{end template}}}
== Control Ports ==
Add control ports for system integration (e.g., Control S, LANC). These are separate from audio/video connections.
{{{for template|CRT control port|multiple|add button text=Add control port}}}
{| class="formtable"
! Label:
| {{{field|label|input type=text|size=15|placeholder=Control S In, LANC}}}
<small>Port label as marked on device.</small>
|-
! Signal format:
| {{{field|signal
|input type=combobox
|values from category=Control signal formats
|mapping property=Display title of
|mandatory}}}
|-
! Connector:
| {{{field|connector
|input type=combobox
|values from category=Connector types
|mapping property=Display title of
|mandatory}}}
|-
! Direction:
| {{{field|direction|input type=dropdown|values=Input,Output,Bidirectional|mandatory}}}
|-
|-
! Count:
! Count:
MediaWiki Appliance - Powered by TurnKey Linux