 | This template is used in system messages.
Changes to it can cause immediate changes to the Wikimedia user interface. To avoid major disruption, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Please discuss changes on the talk page before implementing them.
Transclusion count: unknown |
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 |
- TemplateData
TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard.
Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either useTemplateData=1 or useTemplateData=only on the /doc subpage and transcluding it with {{Documentation}} into the template. <nowiki>-tags can be wrapped around the arguments, if required, to avoid templates being expanded.
Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw <templatedata>-tags into the Wikitext of the template, as described in various Wikipediae.
Wikipedia's help about TemplateData • Commons-specific information
Template parameters This template prefers inline formatting of parameters. | Parameter | Description | Type | Status |
|---|
| target | 1 | Link target page. Becomes the title when used with url
| Page name | required |
|---|
| label | 2 | Button label - Default
- Target page
| Line | optional |
|---|
| class |
| Unknown | optional |
|---|
| style |
| Unknown | optional |
|---|
| url |
| URL | optional |
|---|
|
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|class=mw-ui-progressive}} (link to current page becomes unclickable)