Template:Clickable button

From VNDev Wiki
Revision as of 10:55, 4 July 2022 by Arsym (talk | contribs) (Created page with "<span class="mw-ui-button {{#switch: {{{color|{{{colour|white}}}}}} | red = mw-ui-destructive | green = mw-ui-constructive | white = | blue = mw-ui-progressive}}" style="border-radius: 5px; padding: 10px 20px;">{{{1|Button text}}}</span><noinclude> {{documentation}} </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Button text

Documentation icon Template documentation [view] [edit] [purge]

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:

Named parameters:

Button with wikilink:

  • [[ WIKILINK | {{clickable button|text}} ]]
  • [[ WIKILINK | {{clickable button|text|color=|width=|style=}} ]]

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}}]]

Result: 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: Button text

Blue (Progressive) example: {{Clickable button|Button text|color=blue}}

Result: Button text

Red (Destructive) example: {{Clickable button|Button text|color=red}}

Result: Button text

Parameter: style

Default value: border-radius: 5px; padding: 10px 20px;