模板:Both/doc
跳转到导航
跳转到搜索
| File:Edit-copy green.svg | 此页面是Template:Both的模板文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
| 警告 | 此模板文档被引用于约381,000个页面,占全部页面的8%。 为了避免造成大规模的影响,所有对此模板文档的编辑应先于沙盒、测试样例或您的沙盒上测试。 测试后无误的版本可以一次性地加入此模板文档中,但是修改前请务必于讨论页发起讨论。 模板引用数量会自动更新。 |
{{#lst:与门|foo}}
例子[编辑]
| 代码 | 结果 |
|---|---|
| {{Both|a|b}} | 1 |
| {{Both|a| }} | |
| {{Both| |b}} | |
| {{Both| | }} |
模板数据[编辑]
<templatedata> { "description": "", "params": { "1": { "description": "第一个字符串", "type": "string", "required": true }, "2": { "description": "第二个字符串", "type": "string", "required": true } } } </templatedata>