Template:AV device input row: Difference between revisions

Create helper template for formatting input rows in AV device infobox (via create-page on MediaWiki MCP Server)
 
Fix parameter names to use short labels without spaces (via update-page on MediaWiki MCP Server)
Line 1: Line 1:
<includeonly>{{#if:{{{Has input count|}}}|{{{Has input count}}}× }}{{{Has video signal format|}}} ({{{Has connector type|}}}){{#if:{{{Has input location|}}}|, {{{Has input location|}}}|}}<br/></includeonly><noinclude>
<includeonly>{{#if:{{{count|}}}|{{{count}}}× }}{{{signal|}}} ({{{connector|}}}{{#if:{{{location|}}}, {{{location|}}}|}})
</includeonly><noinclude>
Helper template used by [[Module:AVDevice]] to format input rows in the infobox.
Helper template used by [[Module:AVDevice]] to format input rows in the infobox.


== Parameters ==
== Parameters ==
These are passed automatically by the semantic query:
These are passed automatically by the semantic query:
* Has input count
* count - Number of this input type
* Has video signal format
* signal - Video signal format
* Has connector type
* connector - Connector type
* Has input location
* location - rear/front/side


[[Category:AV device templates]]
[[Category:AV device templates]]
</noinclude>
</noinclude>
MediaWiki Appliance - Powered by TurnKey Linux