Template:CRT output inline: Difference between revisions

Create inline display template for outputs (via create-page on MediaWiki MCP Server)
 
Fix expression error by making count comparison more defensive (via update-page on MediaWiki MCP Server)
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}}}:''' }}{{{signal}}}{{#if:{{{connector|}}}| ({{{connector}}})}}{{#ifeq:{{{count|}}}|1||{{#ifeq:{{{count|}}}|||{{#if:{{{count|}}}| ×{{{count}}}}}}}}}{{#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.


MediaWiki Appliance - Powered by TurnKey Linux