Create inline display template for outputs (via create-page on MediaWiki MCP Server)
 
Add location display to output template (via update-page on MediaWiki MCP Server)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><span>{{#if:{{{label|}}}|'''{{{label}}}:''' }}{{{signal}}}{{#if:{{{connector|}}}| ({{{connector}}})}}{{#if:{{{count|}}}|{{#ifexpr:{{{count}}} > 1| ×{{{count}}}}}}}{{#if:{{{location|}}}| – {{{location}}}}}</span></includeonly><noinclude>
<includeonly><span>{{#if:{{{label|}}}|'''{{{label}}}:''' }}{{#if:{{{count|}}}|{{#ifeq:{{{count}}}|1||{{{count}}}× }}}}[[{{{signal}}}]]{{#if:{{{connector|}}}|([[{{{connector}}}]])}}{{#if:{{{location|}}}|– {{{location}}}}}</span></includeonly><noinclude>
This template formats output entries for inline display in the CRT model infobox.
This template formats output entries for inline display in the CRT model infobox.


Line 8: Line 8:
* '''count''' - Number of outputs (only shown if > 1)
* '''count''' - Number of outputs (only shown if > 1)
* '''location''' - Location on the unit (rear, front, side)
* '''location''' - Location on the unit (rear, front, side)
== Example outputs ==
* <code>'''Monitor Out:''' Composite (CVBS)(RCA (connector))– rear</code>
* <code>2× Analog stereo(RCA (connector))– rear</code>


[[Category:CRT templates]]
[[Category:CRT templates]]
</noinclude>
</noinclude>

Latest revision as of 19:48, 4 February 2026

This template formats output entries for inline display in the CRT model infobox.

Parameters

  • label - Output label (e.g., "Monitor Out")
  • signal - Signal format (e.g., Composite, S/PDIF coaxial)
  • connector - Connector type (e.g., RCA, TOSLINK)
  • count - Number of outputs (only shown if > 1)
  • location - Location on the unit (rear, front, side)

Example outputs

  • Monitor Out: Composite (CVBS)(RCA (connector))– rear
  • 2× Analog stereo(RCA (connector))– rear
MediaWiki Appliance - Powered by TurnKey Linux