模板: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>