Template:Button/doc
This template is used for generating links that look like buttons.
Usage
[edit source]Basic
[edit source]{{Button|Some page}}
generates:
while
{{Button|Some page|Some text}}
generates:
Full
[edit source]{{Button
| url = https://www.appropedia.org
| text = Appropedia
| progressive = yes
| icon = Appropedia.png
| class = my-custom-button
}}
generates:
Template data
[edit source]Use this template to generate a clickable button.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Class | class | Additional CSS class for the button | String | optional |
| URL | url | External URL to link to
| URL | optional |
| Progressive | progressive | Make this a progressive (blue) button
| Boolean | optional |
| Text | text 2 | Visible text or label of the button
| String | optional |
| Page | page 1 | Appropedia page to link to
| Page name | optional |
| Icon | icon | Icon of the button
| File | optional |