Template:If

From Armagetron
Revision as of 19:06, 16 January 2013 by Epsy (talk | contribs) (Created an if-then-else conditional for other templates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

if-then-else conditional:

{{if|test=non-empty|then=yes|else=no}}

gives yes

{{if|test=|then=yes|else=no}}

gives no

Yanked from WikiMedia.