Template:If

From YTMND
Revision as of 03:25, July 20, 2006 by Smiddle (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Usage

Checks if there is a value

{{if|{{{value|}}}
 |(Text to show if the value exists)
 |(Text to show if not)
}}

OR

{{if|{{{value|}}}
 |then=(Text to show if the value exists)
 |else=(Text to show if not)
}}

[[Category:Templates|]]