Difference between revisions of "Template:Both"

From blackwiki
Jump to navigation Jump to search
blackwiki>Andrew Gray
m (Protected Template:Both: high-use template; vandalism target [edit=sysop:move=sysop])
blackwiki>Riana
({{pp-template}})
Line 1: Line 1:
{{#if:{{{1|}}}|{{#if:{{{2|}}}|1|}}|}}<noinclude>''Usage:'' <nowiki>{{both|string1|string2}}</nowiki>
+
{{#if:{{{1|}}}|{{#if:{{{2|}}}|1|}}|}}<noinclude>{{pp-template|small=yes}}''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).
 
Produces '''1''' (equivalent to a true condition) if both ''string1'' and ''string2'' are non-empty; otherwise produces the empty string (false condition).

Revision as of 10:34, 20 February 2008

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).

See also: Template:Allof