Template:AV device output row: Difference between revisions

Create helper template for formatting output 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 output count|}}}|{{{Has output count}}}× }}{{{Has output signal format|}}} ({{{Has output connector|}}}){{#if:{{{Has output location|}}}|, {{{Has output location|}}}|}}<br/></includeonly><noinclude>
<includeonly>{{#if:{{{count|}}}|{{{count}}}× }}{{{signal|}}} ({{{connector}}}{{#if:{{{location|}}}, {{{location|}}}|}})
</includeonly><noinclude>
Helper template used by [[Module:AVDevice]] to format output rows in the infobox.
Helper template used by [[Module:AVDevice]] to format output rows in the infobox.


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


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