Jump to content

Template:Clickable button/doc

From Wiki - Scioly.org
Revision as of 03:17, 17 May 2022 by Pepperonipi (talk | contribs) (Updated documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Clickable button template is a template used for generating clickable buttons.

Parameters

1 - the page to link to, shown in the button text
2 - the alternate text to use in the button
url - the url for the button to link to
class - either mw-ui-progressive for a blue button, or mw-ui-destructive for a red button

Usage

You always must supply the first argument, and you can optionally supply the other arguments.

Examples

{{Clickable button|Main Page}}
Main Page
{{Clickable button|SOINC|url=https://www.soinc.org}}
SOINC
{{Clickable button|Florida|class=mw-ui-progressive}}
Florida
{{Clickable button|Ohio|Maybe Ohio?|class=mw-ui-destructive}}
Maybe Ohio?