Шаблон:Clickable button
Usage
Unnamed parameters:
{{Clickable button | TEXT }}
{{Clickable button | TEXT | COLOR }}
Named parameters:
{{Clickable button | 1= TEXT }}
{{Clickable button | 1= TEXT | color= COLOR }}
Button with wikilink:
[[ WIKILINK | {{Clickable button | TEXT }} ]]
[[ WIKILINK | {{Clickable button | TEXT | color= COLOR }} ]]
Examples
Parameter: 1 (1)
Example: {{Clickable button|This looks like a button}}
- Result:
This looks like a button
Example: [[Talk:Main Page|{{Clickable button|Main page talk page}}]]
Parameter: color=
You can select three colors: white (default), blue (progressive) and red (destructive):
Red (Destructive) example: {{Clickable button|Button text|color=red}}
- Result:
Button text
Blue (Progressive) example: {{Clickable button|Button text|color=blue}}
- Result:
Button text
White (Default) example: {{Clickable button|Button text|color=white}}
- Result:
Button text
Big button in Red (Destructive) example: {{Clickable button|Button test|color=big-red}}
- Result:
Button test
Big button in Blue (Progressive) example: {{Clickable button|Button test|color=big-blue}}
- Result:
Button test
Big button in White example: {{Clickable button|Button test|color=big-white}}
- Result:
Button test
Note: After the changes outlined in Phabricator task Шаблон:Phab were implemented, {{Clickable button|color=green}}
produces the same output as {{Clickable button|color=blue}}
.