Template:Skill table/doc: Difference between revisions

From Descent-Community Wiki 1.2
Jump to navigation Jump to search
(update documentation for dpl mode of the skill table)
 
(fix broken tag handling)
 
Line 11: Line 11:


<pre>{{skill table
<pre>{{skill table
  |class = <hero class>
  |class = hero class
}}</pre>
}}</pre>
Where <hero class> has to be a valid class as specified in the [[Template:ValidateHeroClass]]
Where "hero class" has to be a valid class as specified in the [[Template:ValidateHeroClass]]


;Example
;Example

Latest revision as of 22:10, 9 July 2016

Description

Generates a table listing class skills.

Usage
{{skill table
 |Skill Name 1
 |Skill Name 2
 |Skill Name 3
}}

Where "Skill Name 1" etc. are replaced by the names of the skills. Any number of skills can be listed.

{{skill table
 |class = hero class
}}

Where "hero class" has to be a valid class as specified in the Template:ValidateHeroClass

Example
{{skill table
 |Oath of Honor
 |Challenge
 |Defend
 |Defense Training
 |Guard
 |Shield Slam
 |Inspiration
 |Stalwart
}}

Renders this: Template:Skill table

Example 2
{{skill table
 |class = Knight
}}