Template:Clickable button/doc
Appearance
The Clickable button template is a template used for generating clickable buttons.
Parameters
1- the page to link to, shown in the button text2- the alternate text to use in the buttonurl- the url for the button to link toclass- eithermw-ui-progressivefor a blue button, ormw-ui-destructivefor a red button
Usage
You always must supply the first argument, and you can optionally supply the other arguments.
Examples
{{Clickable button|Main Page}}
|
|
{{Clickable button|SOINC|url=https://www.soinc.org}}
|
|
{{Clickable button|Florida|class=mw-ui-progressive}}
|
|
{{Clickable button|Ohio|Maybe Ohio?|class=mw-ui-destructive}}
|