Difference between revisions of "Template:Clickable button/doc"
imported>Paine Ellsworth (install High use template (more than 2,000 uses)) |
imported>Paine Ellsworth m (update /doc) |
||
| Line 1: | Line 1: | ||
{{documentation subpage}} | {{documentation subpage}} | ||
| + | <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | ||
{{template shortcut|CLB|clickb}} | {{template shortcut|CLB|clickb}} | ||
| − | {{High use| | + | {{High use| 8671 }} |
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. | 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. | ||
| Line 43: | Line 44: | ||
{{Button templates}} | {{Button templates}} | ||
| − | <includeonly> | + | <includeonly>{{Sandbox other|| |
| − | <!-- Categories | + | <!-- Categories below this line, please; interwikis at Wikidata --> |
[[Category:Wikipedia formatting and function templates]] | [[Category:Wikipedia formatting and function templates]] | ||
[[Category:Wikipedia button templates]] | [[Category:Wikipedia button templates]] | ||
| − | </includeonly> | + | }}</includeonly> |
Revision as of 11:30, 19 April 2019
| 40px | This is a documentation subpage for Template:Clickable button. It contains usage information, categories and other content that is not part of the original template page. |
| 40px | This template is used on approximately 11,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Transclusion count updated automatically (see documentation). |
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}}]]
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}}.