Difference between revisions of "Template:FeralTrain"
From Flexible Survival
Line 1: | Line 1: | ||
+ | <noinclude> | ||
+ | A template to standardize the format of Feral Training listings. | ||
+ | |||
+ | ==Usage== | ||
+ | Put the following on your page, filling in the blanks. | ||
+ | <br><pre><nowiki>{{Template:FeralTrain | ||
+ | |name= | ||
+ | |desc= | ||
+ | |class= | ||
+ | |skillone= | ||
+ | |skilltwo= | ||
+ | |skillthree= | ||
+ | |skillfour= | ||
+ | |skillfive= | ||
+ | |skillsix= | ||
+ | |skillseven= | ||
+ | |skillonelevel= | ||
+ | |skilltwolevel= | ||
+ | |skillthreelevel= | ||
+ | |skillfourlevel= | ||
+ | |skillfivelevel= | ||
+ | |skillsixlevel= | ||
+ | |skillsevenlevel= | ||
+ | |skillonetotal= | ||
+ | |skilltwototal= | ||
+ | |skillthreetotal= | ||
+ | |skillfourtotal= | ||
+ | |skillfivetotal= | ||
+ | |skillsixtotal= | ||
+ | |skillseventotal= | ||
+ | }}</nowiki></pre> | ||
+ | Where skillone is the name of the first skill, skillonelevel is the per level you get a point in this skill, and skillonetotal is the amount of points you have in this skill at level 60. As an example. | ||
+ | <br><pre><nowiki>{{Template:FeralTrain | ||
+ | |skillone=Damage | ||
+ | |skillonelevel=20 | ||
+ | |skillonetotal=3 | ||
+ | </nowiki></pre> | ||
+ | Would state the skill 'damage' gets 1 point every 20 levels and at level 60, has a total of 3 points. | ||
+ | </noinclude> | ||
+ | <includeonly> | ||
{| border="1" width="40%" style="text-align: center;Float:right;border-radius:5px;border-collapse:collapse" | {| border="1" width="40%" style="text-align: center;Float:right;border-radius:5px;border-collapse:collapse" | ||
|+'''{{{name}}}''' | |+'''{{{name}}}''' | ||
Line 52: | Line 92: | ||
|- | |- | ||
|} | |} | ||
+ | [[Category:Feral Training]] | ||
+ | </includeonly> |
Revision as of 03:22, 1 June 2013
A template to standardize the format of Feral Training listings.
Usage
Put the following on your page, filling in the blanks.
{{Template:FeralTrain |name= |desc= |class= |skillone= |skilltwo= |skillthree= |skillfour= |skillfive= |skillsix= |skillseven= |skillonelevel= |skilltwolevel= |skillthreelevel= |skillfourlevel= |skillfivelevel= |skillsixlevel= |skillsevenlevel= |skillonetotal= |skilltwototal= |skillthreetotal= |skillfourtotal= |skillfivetotal= |skillsixtotal= |skillseventotal= }}
Where skillone is the name of the first skill, skillonelevel is the per level you get a point in this skill, and skillonetotal is the amount of points you have in this skill at level 60. As an example.
{{Template:FeralTrain |skillone=Damage |skillonelevel=20 |skillonetotal=3
Would state the skill 'damage' gets 1 point every 20 levels and at level 60, has a total of 3 points.