Difference between revisions of "Template:If"
Jump to navigation
Jump to search
Zachary Yan (talk | contribs) (Created page with "{{{else{{{test|}}}|{{{test{{{test|}}}|{{{then|}}}}}}}}}<noinclude>#if replacement. Usage:<pre>{{if |test=VARIABLE_OR_PARAMETER_TO_TEST |then=code if 'test' is not empty ...") |
(No difference)
|
Revision as of 12:35, 27 January 2014
- if replacement.
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.