Template:Skill link table row
From Guild Wars 2 Wiki
Jump to navigationJump to search
Description[edit]
{{Skill link table row|<id>|<skill name>|chain=|class=|id2=|trait=}}
Parameters[edit]
- <id>
- ID of the skill
- <skill name>
- Skill name
- chain
- Set to one of the following values to show an additional icon before the skill icon:
chain (no link) stealth (links to Stealth Attack) toolbelt (links to Tool belt) underwater (links to Underwater mode)
- class
- Used to apply CSS classes to the row. Examples:
class=<profession>
applies profession coloring to individual rows of a general tableclass=line
applies a border to the bottom of the row
- id2
- ID of a skill with trait. Do not include if skill doesn't depend on trait.
- trait
- Trait, applied to the individual skill, in case there's more then one trait that has influence on that group of skills.
The variable "trait" should be set in the header or somewhere on the page.
Example[edit]
{{Skill link table header|elementalist|header=Earth Attunement}} {{Skill link table row|5695|Rock Barrier}} {{Skill link table row|5780|Hurl|chain=chain}} |} {{Skill link table header|engineer|trait=Rifled Barrels}} {{Skill link table row|5814|Hip Shot|id2=6003}} |}
results in
Earth Attunement | ||
---|---|---|
Skill | Link | ID |
Rock Barrier | 5695 | |
Hurl | 5780 |
Skill | Link | ID | Trait |
---|---|---|---|
Hip Shot | 5814 | ||
6003 |