Difference between revisions of "Template:CombatSkill"
From Flexible Survival
(Blanked the page) |
(Recreated the page) |
||
Line 1: | Line 1: | ||
+ | <noinclude> | ||
+ | A template for displaying all information about a specific Combat Skill. | ||
+ | ==Usage== | ||
+ | Put the following information in the page, filling in the blanks, to make a Combatskill entry. | ||
+ | |||
+ | <pre><nowiki>{{CombatSkill | ||
+ | |name= | ||
+ | |desc= | ||
+ | |used= | ||
+ | }} | ||
+ | </nowiki></pre> | ||
+ | </noinclude> | ||
+ | <includeonly> | ||
+ | {| border="1" width="40%" style="text-align: center;Float:right;border-radius:5px;border-collapse:collapse" | ||
+ | |+{{{name}}} | ||
+ | |- | ||
+ | |colspan="3"!Description | ||
+ | |- | ||
+ | |colspan="3"|{{{desc}}} | ||
+ | |- | ||
+ | |colspan="3"!Available In | ||
+ | |- | ||
+ | |colspan="3"|{{{used}}} | ||
+ | |} | ||
+ | {{:{{{name}}}/Extra_Notes}} | ||
+ | [{{fullurl:{{{name}}}/Extra_Notes|action=edit}} Edit notes] | ||
+ | |||
+ | [[Category:Roles]] | ||
+ | </includeonly> |
Revision as of 03:33, 23 September 2013
A template for displaying all information about a specific Combat Skill.
Usage
Put the following information in the page, filling in the blanks, to make a Combatskill entry.
{{CombatSkill |name= |desc= |used= }}