Difference between revisions of "Template:If"

From Armagetron
(Created an if-then-else conditional for other templates)
(No difference)

Revision as of 19:06, 16 January 2013

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.