Template:Switch

From ChoralWiki
Revision as of 18:03, 19 June 2017 by Carlos (talk | contribs) (deprecated)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
}}