Template:Clickable Button
From HorizonXI Wiki
Template:Languages Template:Documentation subpage Template:Lua
This template generates a clickable button that is styled using a fork of the deprecated mediawiki.ui.button module. It can be used in the following ways,
- Code:
{{Clickable button|Main Page}}
- Result: Template:Clickable button
- Code:
{{Clickable button|Main Page|Cover page}}
- Result: Template:Clickable button
- Code:
{{Clickable button|Main Page|url=http://en.wikipedia.org}}
- Result: Template:Clickable button
- Code:
{{Clickable button|Main Page|class=mw-ui-destructive}}
- Result: Template:Clickable button
- Code:
{{Clickable button|Main Page|class=mw-ui-progressive}}
- Result: Template:Clickable button
Note: After the changes outlined in Phabricator task Template:Phab were implemented, {{Clickable button|Main Page|class=mw-ui-constructive}}
produces the same output as {{Clickable button|Main Page|class=mw-ui-progressive}}
.
See also
- commons:Template:Clickable button, corresponding clickable button at Commons.