Template:SkillTable: Difference between revisions

From Archaelund Wiki
(Created page with "<onlyinclude><includeonly> <tr> <td>{{{Name|}}}</td> <td>{{{Description|}}}</td> <td style="text-align:center;">{{Traits/names|{{{Trait1|}}}{{{Trait1|}}}}}</td> <td style="text-align:center;">{{Traits/names|{{{Trait2|}}}{{{Trait2|}}}}}</td> <td>{{ListFormat|{{{Bonus|}}}|Bullets}}</td> </tr> </includeonly></onlyinclude> {{Documentation}} Category:Special Templates")
 
(No difference)

Latest revision as of 16:29, 4 January 2024

Description

This template is intended for use on the Skills page of the Wiki. It generates a single table row with specific skill information, which can be embedded into a surrounding table.

Usage

{{SkillTable
|Name =
|Description = 
|Trait1 = 
|Trait2 = 
|Bonus = 
}}

Parameters

NameRequiredDescriptionValues
NameYesThe name of the skill.aritrary text
DescriptionYesThe general description of the skill.arbitrary text
Trait1YesThe index of the major trait (see Template:Traits) which influences this skill.index number (1...7)
Trait2YesThe index of the minor trait (see Template:Traits) which influences this skill.index number (1...7)
BonusNoIf there are other bonuses which influence this trait, they can be listed here.a semicolon-separated list of bonuses

View/Edit documentation page