Difference between revisions of "Template:Both"

From blackwiki
Jump to navigation Jump to search
blackwiki>Kotniski
blackwiki>Kotniski
Line 1: Line 1:
{{#if:{{{1|}}}|{{#if:{{{2|}}}|1|}}|}}<noinclude>''Usage:'' <nowiki>{{both|s1|s2}}</nowiki>
+
{{#if:{{{1|}}}|{{#if:{{{2|}}}|1|}}|}}<noinclude>''Usage:'' <nowiki>{{both|string1|string2}}</nowiki>
  
Returns '''1''' if both s1 and s2 are non-empty; otherwise returns the empty string.</noinclude>
+
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).