Difference between revisions of "Template:Level"
From Mushpedia
m |
|||
| Line 1: | Line 1: | ||
| − | <includeonly>{{#if: {{{2|}}}|<span class="skill-level-mush">[[Player Resources#Experience|{{{1}}}]]</span>|<span class="skill-level">[[Player Resources#Experience|{{{1}}}]]</span>}}< | + | <includeonly><onlyinclude>{{#if: {{{2|}}}|<span class="skill-level-mush">[[Player Resources#Experience|{{{1}}}]]</span>|<span class="skill-level">[[Player Resources#Experience|{{{1}}}]]</span>}}<onlyinclude></includeonly> |
A template to display the '''level requirement''' for a given [[Skills|Skill]]. '''"mush"''' is an optional parameter which colors the square differently to imply Mush level. | A template to display the '''level requirement''' for a given [[Skills|Skill]]. '''"mush"''' is an optional parameter which colors the square differently to imply Mush level. | ||
| − | |||
| − | |||
'''Usage''': | '''Usage''': | ||
| Line 8: | Line 6: | ||
'''Demo''': | '''Demo''': | ||
| − | <pre>{{Level|3}}{{ | + | <pre>{{Level|3}}</pre> |
| − | {{ | + | {{Level|3}} |
| + | |||
| + | <pre>{{Level|11|mush}</pre> | ||
| + | {{Level|11|mush}} | ||
| − | + | [[Category:Useful Templates]] | |
| − | + | ||
| − | + | ||
Revision as of 07:20, 22 December 2013
A template to display the level requirement for a given Skill. "mush" is an optional parameter which colors the square differently to imply Mush level.
Usage:
{{Level|number|mush}}
Demo:
{{Level|3}}
{{Level|11|mush}