模板:Both
<templatestyles src="Module:Documentation/styles.css"></templatestyles>
文件:Test Template Info-Icon - Version (2).svg Template documentation[view] [edit] [history] [purge]
<templatestyles src="Module:Message box/ombox.css"></templatestyles>| Warning | This template is used on 1,450,000+ pages, or roughly 94401% 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. Click here to see a monthly parameter usage report for this template based on this 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).
| 参数 | 描述 | 类型 | 状态 | |
|---|---|---|---|---|
| String1 | 1 | First string | 字符串 | 必需 |
| String2 | 2 | Second string | 字符串 | 必需 |
See also
- {{if}}