Template:Ancestry: Difference between revisions

From Void Collection
No edit summary
No edit summary
Line 3: Line 3:
| colspan="6" |'''{{{name}}}'''
| colspan="6" |'''{{{name}}}'''
|-
|-
|style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan="2" |'''Wound Threshold'''
|style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan="1" |'''Wound Threshold'''
|{{{strain_threshold}}}
|{{{strain_threshold}}}
|style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan="2" |'''Strain Threshold'''
|style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan="1" |'''Strain Threshold'''
|{{{wound_threshold}}}
|{{{wound_threshold}}}
|style="background-color:{{{ThemeMain|#1a4a8d}}};color:{{{MainTextColor|white}}};text-align:center;" colspan="1"|'''EXP Mod'''
|color:{{{MainTextColor|black}}};text-align:center;" colspan="1" |{{{ExpMod}}}
|-
|-
|style="background-color:{{{ThemeMain|#f7941d}}};color:white;text-align:center;" colspan="6" |'''Talent: {{{Talent1_Name}}}'''
|style="background-color:{{{ThemeMain|#f7941d}}};color:white;text-align:center;" colspan="6" |'''Talent: {{{Talent1_Name}}}'''
Line 21: Line 23:
"params": {
"params": {
"name": {
"name": {
"required": true
"required": true,
"description": "Name fo the Ancestry",
"example": "Human"
},
},
"Talent1_Name": {
"Talent1_Name": {
Line 32: Line 36:
"required": true
"required": true
},
},
"Talent2_Text": {},
"Talent2_Text": {
"required": true
},
"ThemeMain": {},
"ThemeMain": {},
"MainTextColor": {},
"MainTextColor": {},
Line 38: Line 44:
"SecTextColor": {},
"SecTextColor": {},
"strain_threshold": {
"strain_threshold": {
"required": true
"required": true,
"aliases": [
"Wound Threshold"
],
"label": "Wounds Threshold",
"description": "The wound threshold of an Ancestry",
"example": "10",
"type": "number"
},
},
"wound_threshold": {
"wound_threshold": {
"required": true
"required": true,
"aliases": [
"Strain Threshold"
],
"label": "Strain Threshold",
"description": "The Strain Threshold of the ancestry",
"example": "10",
"type": "number"
},
"ExpMod": {
"required": true,
"description": "The Modifier for the players starting EXP if they pick this ancestry",
"example": "+10",
"type": "string"
}
}
},
},
Line 56: Line 82:
"MainTextColor",
"MainTextColor",
"ThemeSec",
"ThemeSec",
"SecTextColor"
"SecTextColor",
]
"ExpMod"
],
"format": "block"
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 15:42, 7 June 2022

{{{name}}}
Wound Threshold {{{strain_threshold}}} Strain Threshold {{{wound_threshold}}} EXP Mod {{{ExpMod}}}
Talent: {{{Talent1_Name}}}
{{{Talent1_Text}}}
Talent: {{{Talent2_Name}}}
{{{Talent2_Text}}}

Template for showing Ancestry

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
namename

Name fo the Ancestry

Example
Human
Unknownrequired
Strain Thresholdwound_threshold Strain Threshold

The Strain Threshold of the ancestry

Example
10
Numberrequired
Wounds Thresholdstrain_threshold Wound Threshold

The wound threshold of an Ancestry

Example
10
Numberrequired
Talent1_NameTalent1_Name

no description

Unknownrequired
Talent1_TextTalent1_Text

no description

Unknownrequired
Talent2_NameTalent2_Name

no description

Unknownrequired
Talent2_TextTalent2_Text

no description

Unknownrequired
ThemeMainThemeMain

no description

Unknownoptional
MainTextColorMainTextColor

no description

Unknownoptional
ThemeSecThemeSec

no description

Unknownoptional
SecTextColorSecTextColor

no description

Unknownoptional
ExpModExpMod

The Modifier for the players starting EXP if they pick this ancestry

Example
+10
Stringrequired