Template:SkillTable

From Archaelund Wiki
Revision as of 16:29, 4 January 2024 by MikeB (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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