User:Evertiro/Shields

From Step Mods | Change The Game
Revision as of 20:37, June 1, 2019 by Evertiro (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Purpose & Usage[edit | edit source]

This template provides a simple means to render custom scalable tags for use when applicable. Note that spaces must be url-safe, meaning that you must replace spaces with %20 (see examples).

Parameters:[edit | edit source]

  • label is the text for the (optional) label.
  • message is the text for the (recommended) message.
  • color determines the color used for the message background. The following built-in colors are available, custom colors can be defined by entering a hex color code:
    • brightgreen
    • green
    • yellowgreen
    • yellow
    • orange
    • red
    • blue
    • lightgrey
    • blueviolet
    • success
    • important
    • critical
    • informational
    • inactive

Examples[edit | edit source]

Code: (note %20 for spaces)

{{User:Evertiro/Shields|label=Hi!|message=I'm%20a%20shield.|color=blue}}

Result: <img src="https://img.shields.io/badge/Hi!-I'm%20a%20shield.-blue.svg" style="vertical-align: middle; height: 1.2rem" />