Jump to content

Template:Both/doc

From GaplaWiki
Revision as of 20:51, 28 December 2024 by Wikipedia>Paine Ellsworth (update /doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>

See also