jamwiki.org is recovering from a server crash that required the purchase of new hardware. The Jira bug tracker is currently unavailable but should hopefully be restored in the next 1-2 days.

Template comments:If

[Edit]if test

Code Result Expected
{{If|test=1|then=a|else=b}} a a
{{If|test=|then=a|else=b}} b b
{{If|test=1|then=a}} a a
{{If|test=|then=a}} a
{{If|test=1|else=b}}
{{If|test=|else=b}} b b
{{If|test=1}}
{{If|test=}}
{{If|then=a|else=b}} b b
{{If|then=a}} a a
{{If|else=b}} b b
{{If}}