Template:ComboDifficulty

Template page

Args

1. Combo Difficulty (first arg)

The color of "Very Easy", "Easy", "Medium", "Hard", and "Very Hard" will be changed. Any other text will be unaffected.

2. noNumber (optional arg)

If true, a number is not displayed. Numbers are used for easy table sorting, but are not used in other situations (such as in TheoryBoxes)

Examples

{{ComboDifficulty|Very Easy}}
[1] Very Easy
{{ComboDifficulty|Easy}}
[2] Easy
{{ComboDifficulty|Medium}}
[3] Medium
{{ComboDifficulty|Hard}}
[4] Hard
{{ComboDifficulty|Very Hard}}
[5] Very Hard
{{ComboDifficulty|Hard-Very Hard}}
[4] Hard-[5] Very Hard
{{ComboDifficulty|Hard-Very Hard|noNumber=true}}
Hard-Very Hard
{{ComboDifficulty|Something Else}}
Something Else
{{ComboDifficulty|Very Hard|noNumber=true}}
Very Hard