Template:Switch

From ChoralWiki
Jump to navigation Jump to search

Syntax

{{switch| a
|case: b = x
|case: c = y
|default = z
}}

Differences from the syntax of the parser function #switch:

{{#switch: a
|b = x
|c = y
|#default = z
}}