Difference between revisions of "Template:Both"
Jump to navigation
Jump to search
blackwiki>Kotniski |
blackwiki>Kotniski |
||
| Line 1: | Line 1: | ||
| − | {{#if:{{{1|}}}|{{#if:{{{2|}}}|1|}}|}}<noinclude>''Usage:'' <nowiki>{{both| | + | {{#if:{{{1|}}}|{{#if:{{{2|}}}|1|}}|}}<noinclude>''Usage:'' <nowiki>{{both|string1|string2}}</nowiki> |
| − | + | Produces '''1''' (equivalent to a true condition) if both ''string1'' and ''string2'' are non-empty; otherwise produces the empty string (false condition). | |
| + | |||
| + | [[Category:Boolean, register, and condition testing templates]]</noinclude> | ||
Revision as of 10:47, 2 November 2007
Usage: {{both|string1|string2}}
Produces 1 (equivalent to a true condition) if both string1 and string2 are non-empty; otherwise produces the empty string (false condition).