GuildWiki

GuildWiki has been locked down: anonymous editing and account creation are disabled. Current registered users are unaffected. Leave any comments on the Community Portal.

READ MORE

GuildWiki
Advertisement

#FFF

Documentation[]

Inserts the 3-digit hex number for the profession colors preceded by a "#" symbol.

Input[]

  • parameter 1 = profession abbreviation (w, r, mo, n, me, e, a, rt, p, d or x for none)
  • parameter 2 = light or dark

Usage[]

  • For the Warrior light color, needed as a background color:
{{color|w|light}}
  • For the Monk dark color, needed as a border color:
{{color|mo|dark}}
  • For usage in a table (to avoid problems with IE and 3-digit color codes):
style="background: {{color|e|light}}"
style="border: {{color|e|dark}}"

Output[]

default is: #FFF

--w--Color-- --r--Color-- --mo--Color-- --n--Color-- --me--Color-- --e--Color--
--a--Color-- --rt--Color-- --p--Color-- --d--Color-- --x--Color--


Advertisement