Difference between revisions of "Template:Both/doc"

From blackwiki
Jump to navigation Jump to search
imported>DixonDBot
m (Migrating 11 interwiki links, now provided by Wikidata on d:Q5863317)
imported>Salix alba
(template data)
Line 5: Line 5:
  
 
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).
 +
 +
{{both|A}}
 +
{{both}}
 +
===Template Data===
 +
<templatedata>{
 +
"description": "Produces '1' (equivalent to a true condition) if both 'string1' and 'string2' are non-empty; otherwise produces the empty string (false condition).",
 +
"params": {
 +
  "1": {
 +
    "label": "String1",
 +
    "description": "First string",
 +
    "type": "string",
 +
    "required": true
 +
  },
 +
  "2": {
 +
    "label": "String2",
 +
    "description": "Second string",
 +
    "type": "string",
 +
    "required": true
 +
  }
 +
}}</templatedata>
  
 
<includeonly>
 
<includeonly>

Revision as of 07:07, 13 July 2013

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


Template Data

Produces '1' (equivalent to a true condition) if both 'string1' and 'string2' are non-empty; otherwise produces the empty string (false condition).

Template parameters

ParameterDescriptionTypeStatus
String11

First string

Stringrequired
String22

Second string

Stringrequired