模板:Both/doc

维基百科,自由的百科全书
跳转到导航 跳转到搜索

{{#lst:与门|foo}}

例子[编辑]

代码 结果
{{Both|a|b}} 1
{{Both|a| }}
{{Both| |b}}
{{Both| | }}


模板数据[编辑]

以下是该模板的模板数据,适用于可视化编辑器等工具。

Both模板数据

<templatedata> { "description": "", "params": { "1": { "description": "第一个字符串", "type": "string", "required": true }, "2": { "description": "第二个字符串", "type": "string", "required": true } } } </templatedata>