Template:Infobox/CRT: Difference between revisions
Jump to navigation
Jump to search
Bomb Bloke (talk | contribs) m (lol missing Extension:ParserFunctions) |
Bomb Bloke (talk | contribs) (ParserFunctions) |
||
Line 2: | Line 2: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{model|{{PAGENAME}}}}}</div> | <div class="infobox-title">{{{model|{{PAGENAME}}}}}</div> | ||
<div class="infobox-image">[[File:{{{image}}}|300px]]</div> | {{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
<table> | <table> | ||
<tr> | <tr> | ||
<th colspan="2" class="subheader">Information</th> | <th colspan="2" class="subheader">Information</th> | ||
</tr> | </tr> | ||
<tr> | {{#if:{{{manufacturer|}}}|<tr> | ||
<th>Manufacturer</th> | <th>Manufacturer</th> | ||
<td style="">{{{manufacturer | <td style="">{{{manufacturer}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{type|}}}|<tr> | ||
<th>Type</th> | <th>Type</th> | ||
<td>{{{type | <td>{{{type}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{size|}}}|<tr> | ||
<th>Size</th> | <th>Size</th> | ||
<td>{{{size | <td>{{{size}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{dimensions|}}}|<tr> | ||
<th>Dimensions</th> | <th>Dimensions</th> | ||
<td>{{{dimensions | <td>{{{dimensions}}}<td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{weight|}}}|<tr> | ||
<th>Weight</th> | <th>Weight</th> | ||
<td>{{{weight | <td>{{{weight}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{tvl|}}}|<tr> | ||
<th>TV Lines</th> | <th>TV Lines</th> | ||
<td>{{{tvl | <td>{{{tvl}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{dot_pitch|}}}|<tr> | ||
<th>Dot Pitch</th> | <th>Dot Pitch</th> | ||
<td>{{{dot_pitch | <td>{{{dot_pitch}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{firmware|}}}|<tr> | ||
<th>Firmware</th> | <th>Firmware</th> | ||
<td>{{{firmware | <td>{{{firmware}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{earliest|}}}|<tr> | ||
<th>Earliest Date</th> | <th>Earliest Date</th> | ||
<td>{{{earliest | <td>{{{earliest}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{latest|}}}|<tr> | ||
<th>Latest Date</th> | <th>Latest Date</th> | ||
<td>{{{latest | <td>{{{latest}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{regions|}}}|<tr> | ||
<th>Regions</th> | <th>Regions</th> | ||
<td>{{{regions | <td>{{{regions}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{240p/480i|}}}|<tr> | ||
<th>240p/480i</th> | <th>240p/480i</th> | ||
<td>{{{240p/480i | <td>{{{240p/480i}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{480p|}}}|<tr> | ||
<th>480p</th> | <th>480p</th> | ||
<td>{{{480p | <td>{{{480p}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{720p|}}}|<tr> | ||
<th>720p</th> | <th>720p</th> | ||
<td>{{{720p | <td>{{{720p}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{1080i|}}}|<tr> | ||
<th>1080i</th> | <th>1080i</th> | ||
<td>{{{1080i | <td>{{{1080i}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{vsync|}}}|<tr> | ||
<th>Vsync</th> | <th>Vsync</th> | ||
<td>{{{vsync | <td>{{{vsync}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{widescreen|}}}|<tr> | ||
<th>Widescreen</th> | <th>Widescreen</th> | ||
<td>{{{widescreen | <td>{{{widescreen}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{composite|}}}|<tr> | ||
<th>Composite</th> | <th>Composite</th> | ||
<td>{{{composite | <td>{{{composite}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{s-video|}}}|<tr> | ||
<th>S-Video</th> | <th>S-Video</th> | ||
<td>{{{s-video | <td>{{{s-video}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{component|}}}|<tr> | ||
<th>Component</th> | <th>Component</th> | ||
<td>{{{component | <td>{{{component}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{sdi|}}}|<tr> | ||
<th>SDI</th> | <th>SDI</th> | ||
<td>{{{sdi | <td>{{{sdi}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{hd-sdi|}}}|<tr> | ||
<th>HD-SDI</th> | <th>HD-SDI</th> | ||
<td>{{{hd-sdi | <td>{{{hd-sdi}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{controller|}}}{{{standard_boards|}}}{{{optional_boards|}}}{{{operation_manual|}}}{{{service_manual|}}}{{{brochure|}}}|<tr> | ||
<th class="subheader" colspan="2">Links</th> | <th class="subheader" colspan="2">Links</th> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{controller|}}}|<tr> | ||
<th>Controller</th> | <th>Controller</th> | ||
<td>{{{controller | <td>{{{controller}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{standard_boards|}}}|<tr> | ||
<th>Standard Boards</th> | <th>Standard Boards</th> | ||
<td>{{{standard_boards | <td>{{{standard_boards}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{optional_boards|}}}|<tr> | ||
<th>Optional Boards</th> | <th>Optional Boards</th> | ||
<td>{{{optional_boards | <td>{{{optional_boards}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{operation_manual|}}}|<tr> | ||
<th>Operation Manual</th> | <th>Operation Manual</th> | ||
<td>{{{operation_manual | <td>{{{operation_manual}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{service_manual|}}}|<tr> | ||
<th>Service Manual</th> | <th>Service Manual</th> | ||
<td>{{{service_manual | <td>{{{service_manual}}}</td> | ||
</tr> | </tr>}} | ||
<tr> | {{#if:{{{brochure|}}}|<tr> | ||
<th>Brochure</th> | <th>Brochure</th> | ||
<td>{{{brochure | <td>{{{brochure}}}</td> | ||
</tr> | </tr>}} | ||
</table> | </table> | ||
</div></includeonly><noinclude> | </div></includeonly><noinclude> |
Revision as of 04:16, 14 February 2022
Usage
{{Infobox/CRT |model = BVM-A32E1WU |image = BVM-A32E1WU.png |manufacturer = Sony |type = Professional |size = 32" |dimensions = Width: 794mm Depth: 694mm Height: 556mm |weight = 211lb, 10oz |tvl = 1000 (16:9), 1000 (4:3) |dot_pitch = 0.32-0.36mm |firmware = 1.10 (May 2006) |earliest = January 1st, 1995 |latest = January 1st, 2007 |regions = NTSC, PAL, SECAM |240p/480i = Yes |480p = Yes |720p = Yes |1080i = Yes |vsync = 50/60hz |widescreen = Yes |composite = 0 |s-video = 0 |component = 0 |sdi = 0 |hd-sdi = 0 |controller = [[CRT:BKM-15R|BKM-15R]] |standard_boards = |optional_boards = [[CRT:BKM-62HS|BKM-62HS]] [[CRT:BKM-61D|BKM-62HS]] [[CRT:BKM-68X|BKM-68X]] |operation_manual = [[:Media:Sony BVM-A32E1WU Operation Manual.pdf|BVM-A32E1WU Manual]] |service_manual = |service_bulletins = |brochure = [[:Media:Sony BVM-A Series Brochure.pdf|BVM-A Series Brochure]] }}
Example
BVM-A32E1WU
Information | ||
---|---|---|
Manufacturer | Sony | |
Type | Professional | |
Size | 32" | |
Dimensions | Width: 794mm
Depth: 694mm Height: 556mm | |
Weight | 211lb, 10oz | |
TV Lines | 1000 (16:9), 1000 (4:3) | |
Dot Pitch | 0.32-0.36mm | |
Firmware | 1.10 (May 2006) | |
Earliest Date | January 1st, 1995 | |
Latest Date | January 1st, 2007 | |
Regions | NTSC, PAL, SECAM | |
240p/480i | Yes | |
480p | Yes | |
720p | Yes | |
1080i | Yes | |
Vsync | 50/60hz | |
Widescreen | Yes | |
Composite | 0 | |
S-Video | 0 | |
Component | 0 | |
SDI | 0 | |
HD-SDI | 0 | |
Links | ||
Controller | BKM-15R | |
Optional Boards | BKM-62HS BKM-68X | |
Operation Manual | BVM-A32E1WU Manual | |
Brochure | BVM-A Series Brochure |