Template:Color

From Windblown Wiki
Jump to navigation Jump to search

This template is used to color the texts for status effects and some other things.

Usage

Type {{Color|string}} when editing.

All possible values for string. The values are not case-sensitive.

Markup
Rendered
Color (HEX code)
{{Color|freeze}}
{{Color|frozen}}
freeze
frozen
#01f1e5
{{Color|number}}
number #4fd906
{{Color|focus}}
focus #d1d1d1
{{Color|rush}}
rush #d1d1d1
{{Color|blast}}
blast #ffdb96
{{Color|scythe}}
scythe #00a2ff
{{Color|fire}}
{{Color|burn}}
{{Color|burn infusion}}
fire
burn
burn infusion
#ef5502
{{Color|goo}}
goo #e66bdb
{{Color|bleed}}
bleed #E03E35
{{Color|critical}}
{{Color|criticals}}
critical
criticals
#f1d103
{{Color|backstab}}
{{Color|backstabs}}
backstab
backstabs
#c90462
{{Color|curse}}
{{Color|curses}}
{{Color|final curse}}
curse
curses
final curse
#cf95ec
{{Color|brutality}}
brutality #ef7d80
{{Color|mark}}
{{Color|marks}}
mark
marks
#c2eb06

Example

You can add an extra parameter at the end to have it as the displayed text.

Markup Renders as
{{Color|bleed|bleeding}}
{{Color|freeze|ice}}
{{Color|critical|234}}
{{Color|flavor|My flavor text}}
bleeding

ice
234
My flavor text