మూస:Clickable button/doc
This is a documentation subpage for మూస:Clickable button. It may contain usage information, categories and other content that is not part of the original మూస page. |
This template is used on approximately 10,60,000 pages, or roughly 290% of all pages. To avoid major disruption and server load, 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. Consider discussing changes on the talk page before implementing them. |
This template creates an area with the visual appearance of a button. This area can be placed inside a wikilink to give the link the appearance of a button, and expand its clickable size and tap target.
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:
Example: [[Talk:Main Page|{{Clickable button|Main page talk page}}]]
- Result: [[Talk:Main Page| ]]
Parameter: color
[మార్చు]You can select three colors: white (default), blue (progressive) and red (destructive):
White (Default) example: {{Clickable button|Button text|color=white}}
- Result:
Blue (Progressive) example: {{Clickable button|Button text|color=blue}}
- Result:
Red (Destructive) example: {{Clickable button|Button text|color=red}}
- Result:
Note: After the changes outlined in Phabricator task T110555 were implemented, {{Clickable button|color=green}}
produces the same output as {{Clickable button|color=blue}}
.