This template displays a role in the same style Discord does when you click on a user. Like this

Parameters

edit

{{role|name|color|gradient=|dark-background=yes}}

  • name - The name of the role. This will be the text that will appear in the template.
  • color - The color of the role. Can be a hex code (you must include the #) or any other valid CSS color value. If not specified, defaults to #c4c9ce (the default appearance for non-colored roles).
  • gradient= - If specified, this will override color. Intended for roles with color gradients, this allows you to specify a series of comma-separated colors which will appear as a left-to-right gradient. For example: gradient=#7129f6, #e7d57b, #7129f6
  • dark-background= - Set this to "yes" to change the background color of the template to the dark color used on Discord profiles. Otherwise, the background will remain white (or whatever color the surrounding background is).

Example

edit

{{role|Was it worth it?|#eb2d37}}

outputs:

Was it worth it?

TemplateData

edit

Displays a role in the same style that Discord uses when you click on a user.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Role name1

The name of the role. This will be the text that will appear.

Example
Was it worth it?
Stringrequired
Color2

The color of the role. Can be a hex code (you must include the #, e.g. #ff7f00) or any other valid CSS color value.

Default
#c4c9ce
Stringsuggested
Color gradientgradient

If specified, this will override Color. Intended for roles with color gradients. Specify a series of comma-separated colors which will appear as a left-to-right gradient.

Example
#7129f6, #e7d57b, #7129f6
Stringoptional
Dark backgrounddark-background

Set this to "yes" to change the background color of the template to the dark color used on Discord profiles.

Example
yes
Stringoptional