Template:Both
Appearance
File:Test Template Info-Icon - Version (2).svg Template documentation[view] [edit] [history] [purge]
| Warning | This template is used on approximately 1,560,000 pages, or roughly 92417% of all pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
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).
TemplateData
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Both in articles based on its TemplateData.
TemplateData for Both
<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>