Description
This template renders a MediaWiki style button, like the ones used in edit forms.
Usage
The template can be used for buttons that cause a change in a page, such as for collapsible sections. It can also be used for links, such as linking to an external site.
Parameters
Render a MediaWiki styled button.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Button Class | class | First choose a class for the button. After that, any addditional CSS class may be chosen for the button span.
| String | optional |
Button Style | style | Any CSS styles to add to the button span. | String | optional |
Sample
The following input:
{{MWButton|Home|link=Main Page|class=progressive}}
Produces:
The following input:
{{MWButton|Home|link=//example.com|class=progressive}}
Produces:
Please note that using external links will still display the external links warning when submitting.