Overwatch Wiki
Advertisement

Examples: This is epic color text Legendary This is epic color text

Template-info Documentation
Lua logo
An omnic on the moon is not so special. There are more robots than humans in space.
This template uses Lua.
Its code can be found under Module:Color.

Usage

Returns the color hex code based on the key.

Colors

Colors are defined in Module:Color/data.

Key Color
wiki1
rarity_common white
rarity_rare style="background:
  1. 0b9ccf; color:white;" |
  2. 0b9ccf
rarity_epic style="background:
  1. ed3cef; color:white;" |
  2. ed3cef
rarity_legendary style="background:
  1. ff9c00; color:white;" |
  2. ff9c00
health white
armor style="background:
  1. fbdd31; width:25px; color:black;" |
  2. fbdd31
shields style="background:
  1. 72bdea; width:25px; color:black;" |
  2. 72bdea
overhealth
temporary_armor style="background:
  1. f27209; width:25px; color:white;" |
  2. f27209
temporary_shields style="background:
  1. 002bca; width:25px; color:white;" |
  2. 002bca

Examples

<span style="color:{{color|rarity_epic}};"> This is epic color text </span>
<span style="color:{{color|rarity_legendary}}">Legendary</span>
<span style="color:{{color|rarity_epic}};"> This is epic color text </span>

This is epic color text Legendary This is epic color text

Advertisement