模板:Clickable button 2/doc
此頁面是Template:Clickable button 2的Templatedocumentation。 此頁面可能包含了模板的使用說明、分類和其他內容。 |
此Templatedocumentation被引用於約5,500個頁面中。 為了避免造成大規模的影響,所有對此Templatedocumentation的編輯應先於沙盒、測試樣例或您的使用者頁面上測試。 測試後無誤的版本可以一次性地加入此Templatedocumentation中,但是修改前請務必於討論頁發起討論。 |
此Templatedocumentation被引用於系統介面中。 任何對此Templatedocumentation的修改會立即反映於維基百科的使用者介面。 為了避免造成大規模的影響,所有對此Templatedocumentation的編輯應先於沙盒、測試樣例或您的使用者頁面上測試。 測試後無誤的版本可以一次性地加入此Templatedocumentation中,但是修改前請務必於討論頁發起討論。 |
此模板使用Lua語言: |
This template styles a link like a button, using the mediawiki.ui.button module. This expands the clickable area and tap target for the link. It can be used in the following ways,
- Code:
{{Clickable button 2|Main Page}}
- Code:
{{Clickable button 2|Main Page|Cover page}}
- Code:
{{Clickable button 2|Main Page|url=http://en.wikipedia.org}}
- Code:
{{Clickable button 2|Main Page|class=mw-ui-destructive}}
- Code:
{{Clickable button 2|Main Page|class=mw-ui-progressive}}
注意: After the changes outlined in Phabricator task T110555 were implemented, {{Clickable button 2|Main Page|class=mw-ui-constructive}}
produces the same output as {{Clickable button 2|Main Page|class=mw-ui-progressive}}
.
Template data
Styles a link like a button, using the mediawiki.ui.button module
參數 | 描述 | 類型 | 狀態 | |
---|---|---|---|---|
Link/Label | 1 | 沒有描述 | 不明 | 必填 |
Label | 2 | 沒有描述 | 不明 | 建議 |
URL | url | 沒有描述 | URL | 選填 |
Class | class | 沒有描述
| 字串 | 選填 |
Style | style | 沒有描述 | 字串 | 選填 |
Category | category | 沒有描述 | 布林值 | 選填 |
重定向
- {{OOUI button}}
參見
- commons:Template:Clickable button, corresponding clickable button at Commons.
|