Template:TextColor

From Guild Wars Wiki
Jump to navigationJump to search

Erm, did you forget to enter any text?

Description[edit]

This template will change the color of the included inline text.

Code[edit]

<span style="color: {{{1|black}}};">{{{2|Erm, did you forget to enter any text?}}}</span>

Usage[edit]

 {{textColor|[color]|[text]}}

You have three choices for choosing the color:

  1. Using css/html defaults,
    e.g. {{textColor|green|Green text}} → Green text.
  2. Manually choosing the color,
    e.g. {{textColor|#333|Gray text}} → Gray text.
  3. Using this wiki's version of the GW color schemes,
    e.g. {{ textcolor | {{ color | Mesmer | dark | Mesmer-colored text }} }} → Mesmer-colored text