Template:RecipeTable/DifficultyHeader

From Warcraft Wiki
Jump to navigation Jump to search


Documentation

This template is intended for use on recipe tables to reduce the amount of typing necessary in the header rows. It creates four adjacent header-cells with the four colour names.

Output

align=center | <span style="color:orange" title="The minimum skill level to create this item, when it appears orange in the profession interface.">Orange</span>
! align=center | <span style="color:yellow" title="The skill level at which recipes turn from orange to yellow (after which they continue to provide regular skill-up points).">Yellow</span>
! align=center | <span style="color:green" title="The skill level at which recipes turn from yellow to green (after which they only provide occasional skill-up points).">Green</span>
! align=center | <span style="color:grey" title="Starting from this skill level, recipes are grayed out and typically do not provide skill-up points.">Gray</span>

Usage

{| class=darktable
|-
! {{RecipeTable/DifficultyHeader}}
|-
| {{RecipeTable/Difficulty|1|2|3|4}}
|}

Result

Orange Yellow Green Gray
1 2 3 4

See Also

This template should be used with {{RecipeTable/Difficulty|1|2|3|4}}