Template:If

From Armagetron
Revision as of 13:31, 24 August 2021 by Cadillac (talk | contribs)
(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.