Template:Switch example: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
m (Hoof Hearted moved page Template:SwitchExample to Template:Switch example without leaving a redirect: Text replacement - "SwitchExample" to "Switch example")
(Cleanup)
Line 1: Line 1:
{{ #switch: {{{1}}}  
{{#switch:{{{1}}}
| a = argh  
|a= argh
| b = blah  
|b= blah
| c = cough  
|c= cough
| | anything  
| |anything
| #default = nothing  
|#default= nothing
}}
}}<noinclude>
 
<noinclude>
[[Category:Templates for testing]]</noinclude>
[[Category:Templates for testing]]</noinclude>

Revision as of 13:27, 11 January 2023

nothing