Template:Both: Difference between revisions
Appearance
Content deleted Content added
m Changed protection level of Template:Both: Enable access by template editors ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite)) |
make subst'able |
||
Line 1: | Line 1: | ||
{{#if:{{{1|}}}|{{#if:{{{2|}}}|1}}}}<noinclude> |
{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{SAFESUBST:<noinclude />#if:{{{2|}}}|1}}}}<noinclude> |
||
{{documentation}} |
{{documentation}} |
||
</noinclude> |
</noinclude> |
Revision as of 04:31, 4 December 2016
This template is used on 1,560,000+ pages, or roughly 3% 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
Produces '1' (equivalent to a true condition) if both 'string1' and 'string2' are non-empty; otherwise produces the empty string (false condition).
Parameter | Description | Type | Status | |
---|---|---|---|---|
String1 | 1 | First string | String | required |
String2 | 2 | Second string | String | required |