Difference between revisions of "IfAnd"
From Gulf of Fallen Stars
(Created page with "<includeonly>{{#if: {{{1|}}}|{{#if: {{{2|}}}|{{{3}}}|}}|}}</includeonly><noinclude>Check whether both variables are nonempty, and if true display the result. Usage: <nowiki>{...") |
(No difference)
|
Latest revision as of 00:48, 9 March 2020
Check whether both variables are nonempty, and if true display the result.
Usage: {{IfAnd|var1|var2|result}}
Example: {{IfAnd|{{{1|}}}|{{{2|}}}|<br>}}