Template:If both/doc

From blackwiki
< Template:If both
Revision as of 17:53, 9 February 2010 by imported>Droll (save new doc page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This simple template is designed to facilitate template coding and should only be used in templates.

The functionality is simple. If a and b then x else y

I both a and b are true {defined} then a is defined If either a or be are (undefined) then is b defined

{{if a | b | x | y}} --> x

{{if a | | x | y}} --> y