Create a button that is actually a link
Usage
{{Button|label=Best character|page=Gollum}} gives
{{Button|label=The One Ring|url=https://www.theonering.net}} gives
{{Button|label=Best character|page=Gollum|type=primary}} gives
{{Button|label=Best character|page=Gollum|type=secondary}} gives
{{Button|label=Best character|page=Gollum|type=framed}} gives
TemplateData
Create a button that is actually a link
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Label | label | Label text of the button | String | suggested |
| Page name | page | Wiki page name | Page name | optional |
| URL | url | URL of the site linked | URL | optional |
| Button type | type | Type of the button
| String | optional |
| HTML class | class | HTML class added to the button | String | optional |