Template:Clickable button 3: Difference between revisions
More actions
Undo revision 178575214 by Илья Драконов (talk) |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <includeonly><span class="plainlinks">[{{#if:{{{url|}}} | ||
|{{{url}}} | |||
-- | |[{{{1|}}}{{!}} | ||
| | }}<span class="{{#switch:{{lc:{{{class|}}}}}|ui-button-green|ui-button-blue|ui-button-red=submit ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only ui-button-text|#default=mw-ui-button}} {{{class|}}}" role="button" aria-disabled="false" style="{{#ifeq:{{FULLPAGENAME:{{{1}}}}}|{{FULLPAGENAME}}|cursor: default; | ||
}}< | {{#switch:{{{class|}}} | ||
| ui-button-blue | mw-ui-progressive = background-color: #2962CB; | |||
| ui-button-green | mw-ui-constructive = background-color: #008B6D; | |||
--> | | ui-button-red | mw-ui-destructive = background-color: #A6170F; | ||
< | | #default = background-color: #CCC; color: #666; | ||
}}}} {{{style|}}}">{{#if:{{{url|}}} | |||
|{{#if:{{{1|}}} | |||
|{{{1}}} | |||
|{{{url}}} | |||
}}</span>|{{#if:{{{2|}}}|{{{2|}}}|{{{1|}}}}}</span>] | |||
}}]</span>{{#switch:{{lc:{{{class}}}}}|ui-button-green|ui-button-blue|ui-button-red=[[Категория:Википедия]]|#default=}}</includeonly><noinclude> | |||
{{documentation}} | {{documentation}} | ||
< | </noinclude> | ||
Revision as of 09:06, 18 November 2015
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>JSON</templatedata> ./. {{TemplateBox}}
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 Newly created template documentation and imports Wikipedia's help about TemplateData • Commons-specific information This template generates a clickable button that is styled using the mediawiki.ui.button module.
| ||||||||||||||||||||||||||||||
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|class=mw-ui-progressive}}(link to current page becomes unclickable)