Template:Ancestry: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|-style="background-color:{{{ThemeMain|#f7941d}}};color:{{{MainTextColor|white}}};text-align:center;" | |||
|-style="background-color | |||
| colspan="6" |'''{{{name}}}''' | | colspan="6" |'''{{{name}}}''' | ||
|- | |- | ||
|style="background-color:#1a4a8d;color:white;text-align:center;" colspan="2" |'''Wound Threshold''' | |style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan="2" |'''Wound Threshold''' | ||
|{{{strain_threshold}}} | |{{{strain_threshold}}} | ||
|style="background-color:#1a4a8d;color:white;text-align:center;" colspan="2" |'''Strain Threshold''' | |style="background-color:{{{ThemeSec|#1a4a8d}}};color:{{{SecTextColor|white}}};text-align:center;" colspan="2" |'''Strain Threshold''' | ||
|{{{wound_threshold}}} | |{{{wound_threshold}}} | ||
|- | |- | ||
Line 21: | Line 20: | ||
{ | { | ||
"params": { | "params": { | ||
" | "name": { | ||
" | "required": true | ||
" | }, | ||
" | "Talent1_Name": { | ||
" | "required": true | ||
" | }, | ||
" | "Talent1_Text": { | ||
" | "required": true | ||
}, | |||
"Talent2_Name": { | |||
"required": true | |||
}, | |||
"Talent2_Text": {}, | |||
"ThemeMain": {}, | |||
"MainTextColor": {}, | |||
"ThemeSec": {}, | |||
"SecTextColor": {}, | |||
"strain_threshold": { | |||
"required": true | |||
}, | |||
"wound_threshold": { | |||
"required": true | |||
} | |||
}, | }, | ||
"description": "Template for showing Ancestry" | "description": "Template for showing Ancestry", | ||
"paramOrder": [ | |||
"name", | |||
"wound_threshold", | |||
"strain_threshold", | |||
"Talent1_Name", | |||
"Talent1_Text", | |||
"Talent2_Name", | |||
"Talent2_Text", | |||
"ThemeMain", | |||
"MainTextColor", | |||
"ThemeSec", | |||
"SecTextColor" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 16:26, 6 June 2022
{{{name}}} | |||||
Wound Threshold | {{{strain_threshold}}} | Strain Threshold | {{{wound_threshold}}} | ||
Talent: {{{Talent1_Name}}} | |||||
{{{Talent1_Text}}} | |||||
Talent: {{{Talent2_Name}}} | |||||
{{{Talent2_Text}}} |
Template for showing Ancestry
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | Unknown | required |
wound_threshold | wound_threshold | no description | Unknown | required |
strain_threshold | strain_threshold | no description | Unknown | required |
Talent1_Name | Talent1_Name | no description | Unknown | required |
Talent1_Text | Talent1_Text | no description | Unknown | required |
Talent2_Name | Talent2_Name | no description | Unknown | required |
Talent2_Text | Talent2_Text | no description | Unknown | optional |
ThemeMain | ThemeMain | no description | Unknown | optional |
MainTextColor | MainTextColor | no description | Unknown | optional |
ThemeSec | ThemeSec | no description | Unknown | optional |
SecTextColor | SecTextColor | no description | Unknown | optional |