Difference between revisions of "Template:If"
From SimsWiki
Line 16: | Line 16: | ||
}} | }} | ||
</pre></noinclude> | </pre></noinclude> | ||
+ | |||
+ | [[Category:Templates]] |
Revision as of 01:00, 14 June 2006
Usage
{{if |test=VARIABLE_OR_PARAMETER_TO_TEST |then=code if 'test' is not empty |else=code if 'test' is empty }}
Parameter else is optional. So you may also do:
{{if |test=VARIABLE_OR_PARAMETER_TO_TEST |then=code if 'test' is not empty }}