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="1" |'''Wound Threshold'''
|-style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{MainTextColor|white}}};text-align:center;"  
|{{{strain_threshold}}}
|'''Description'''
|style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan="1" |'''Strain Threshold'''
|-style="text-align:center;" colspan="6"
|{{{wound_threshold}}}
| {{{RaceDesc}}}
|style="background-color:{{{ThemeSec|#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 14: Line 12:
|style="text-align:center;" colspan="6" | {{{Talent1_Text}}}
|style="text-align:center;" colspan="6" | {{{Talent1_Text}}}
|-
|-
|style="background-color:{{{ThemeMain|#f7941d}}};color:white;text-align:center;" colspan="6" |'''Talent: {{{Talent2_Name}}}'''
|style="background-color:{{{ThemeSec|#1a4a8d}}};color:white;text-align:center;" colspan="6" |'''Talent: {{{Talent2_Name}}}'''
|-
|-
|style="text-align:center;" colspan="6" | {{{Talent2_Text}}}
|style="text-align:center;" colspan="6" | {{{Talent2_Text}}}
Line 43: Line 41:
"ThemeSec": {},
"ThemeSec": {},
"SecTextColor": {},
"SecTextColor": {},
"strain_threshold": {
"RaceDesc": {}
"required": true,
"aliases": [
"Wound Threshold"
],
"label": "Wounds Threshold",
"description": "The wound threshold of an Ancestry",
"example": "10",
"type": "number"
},
"wound_threshold": {
"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"
}
},
},
"description": "Template for showing Ancestry",
"description": "Template for showing Ancestry",
"paramOrder": [
"paramOrder": [
"name",
"name",
"wound_threshold",
"strain_threshold",
"Talent1_Name",
"Talent1_Name",
"Talent1_Text",
"Talent1_Text",
Line 83: Line 54:
"ThemeSec",
"ThemeSec",
"SecTextColor",
"SecTextColor",
"ExpMod"
"RaceDesc"
],
],
"format": "block"
"format": "block"

Revision as of 16:50, 12 July 2023

{{{name}}}
Description
{{{RaceDesc}}}
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
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
RaceDescRaceDesc

no description

Unknownoptional