Difference between revisions of "Template:ClassInfobox"
From King Arthur's Gold Wiki
Hapistorique (Talk | contribs) |
m |
||
(22 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | [[File:{{{Image}}}|frame|alt={{{Name}}}|'''Life''': [[File:Heart.png]][[File:Heart.png]][[File:Heart.png]] | + | <noinclude> |
− | + | This template is used to show the infobox for the three player classes. | |
− | <br>''' | + | |
+ | Usage : | ||
+ | |||
+ | <pre> | ||
+ | {{ClassInfobox | ||
+ | |Image=Knight.png | ||
+ | |Name=knight | ||
+ | |Life = 1 / 2 / 3 / 4 | ||
+ | |Type=Melee | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | [[Category:Templates]]</noinclude><includeonly> | ||
+ | [[File:{{{Image}}}|frame|alt={{{Name}}}|'''Life''': | ||
+ | {{#switch: {{{Life}}} | ||
+ | |1 = [[File:Heart.png|link=Heart]] | ||
+ | |2 = [[File:Heart.png|link=Heart]][[File:Heart.png|link=Heart]] | ||
+ | |3 = [[File:Heart.png|link=Heart]][[File:Heart.png|link=Heart]][[File:Heart.png|link=Heart]] | ||
+ | |4 = [[File:Heart.png|link=Heart]][[File:Heart.png|link=Heart]][[File:Heart.png|link=Heart]][[File:Heart.png|link=Heart]] | ||
+ | }} | ||
+ | <br>'''Type''': {{{Type}}}]]</includeonly> |
Latest revision as of 17:53, 31 July 2013
This template is used to show the infobox for the three player classes.
Usage :
{{ClassInfobox |Image=Knight.png |Name=knight |Life = 1 / 2 / 3 / 4 |Type=Melee }}