Template:Clickable button 3/doc
From WWII Archives
This template generates a clickable button that is styled using the mediawiki.ui.button module.
Usage
{{Clickable button 3 |1= |2= |url= |class= |style= }}
Template parameters
Parameter | Description | Default | Status | |
---|---|---|---|---|
1 | target | Link target page. Becomes the title when used with url | empty | required |
2 | label | Button label | Target page | optional |
url | empty | optional | ||
class | empty | optional | ||
style | empty | optional |
Additional information
The template is intended to be used in the following namespaces: unknown
The template is intended to be used by the following user groups: all users
Localization
This template is not intended to be localized.
Examples
This template generates a clickable button that is styled using the mediawiki.ui.button module. It can be used in the following ways,
- Code:
{{Clickable button 3|Main Page}}
- Code:
{{Clickable button 3|Main Page|Cover page}}
- Code:
{{Clickable button 3|Main Page|url=https://en.wikipedia.org}}
- Code:
{{Clickable button 3|label=Main Page|url=https://en.wikipedia.org}}
- Code:
{{Clickable button 3|Main Page|class=mw-ui-constructive}}
- Code:
{{Clickable button 3|Main Page|class=mw-ui-destructive}}
- Code:
{{Clickable button 3|Main Page|class=mw-ui-progressive}}
- Code:
{{Clickable button 3|Template:Clickable button 3/doc|class=mw-ui-progressive}}
(link to current page becomes unclickable)