模板:New clickable button
跳转到导航
跳转到搜索
File:Test Template Info-Icon - Version (2).svg 模板文档[查看] [编辑] [历史] [清除缓存]
| 警告 | 此模板被引用于约9,300个页面。 为了避免造成大规模的影响,所有对此模板的编辑应先于沙盒、测试样例或您的沙盒上测试。 测试后无误的版本可以一次性地加入此模板中,但是修改前请务必于讨论页发起讨论。 模板引用数量会自动更新。 |
这个模板产生一个带有按钮外观的文字区域,可以放在内文链接中制作可点击的按钮。
{{New clickable button|看起来是个按钮}}- 效果:
[[Wikipedia talk:首页|{{New clickable button|首页讨论区}}]]{{New clickable button|按钮文本|color=white}}- 效果:
{{New clickable button|按钮文本|color=blue}}- 效果:
{{New clickable button|按钮文本|color=red}}- 效果:
{{New clickable button|按钮文本|color=green}}- 效果:
重定向[编辑]
模板数据[编辑]
<templatedata> { "params": { "1": { "label": "文本", "description": "按钮文本", "required": true, "type": "string" }, "color": { "label": "颜色", "description": "blue为蓝色,red为红色,其他值为白色", "type": "string", "suggestedvalues": [ "blue", "red", "white" ] }, "class": { "description": "额外的 css class", "type": "string" }, "styles": { "description": "额外的 css style", "type": "string" } }, "description": "产生一个带有按钮外观的文字区域" } </templatedata>