Template:Button

Revision as of 13:38, 31 July 2020 by Ondo (talk | contribs) (Created page with "{{#if:{{{4|{{{external|}}}}}} | <span class="plainlinks">[{{{2|{{{page|}}}}}} <span class="mw-ui-button {{#switch:{{{color|white}}}|green=mw-ui-constructive|red=mw-ui-destruc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Button text This template generates a button with the same format as the MediaWiki buttons.

Syntax

Full syntax:

{{button|text= |page= |logo= |external= |color= |class= }}
  1. text=, or first unnamed parameter. Text displayed in the button.
  2. page=, or second unnamed parameter. Name of the page to be linked, accepts both internal and external links.
  3. logo=, or third unnamed parameter (optional). Name of the file without the name space, displayed in the button. Example: Example.jpg
  4. external= (optional). With any value, understands the link in the page parameter as an external link. If it's empty or not used, the template will use the internal link syntax.
  5. color=. The value can be white (default), blue, or red. Each color has a meaning (see below)
  6. class=. Additional classes are available, choose from the following:
    • mw-ui-quiet, for a button without borders.
    • mw-ui-big, for a bigger button.
    • mw-ui-block, for multiple buttons that display as a block with the same width..

Colors

MediaWiki follows a consistent style for its buttons:

Button text White (neutral). Basic format for a simple action.
Button text Blue (progressive): actions that lead the user to the next step in a process.
Button text Red (destructive): actions that delete or limit something, such as deleting a page or blocking a user.