Template:AiShells: Difference between revisions
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(15 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
! colspan="4" style="background-color:{{{ThemeMain|#f7941d}}};color:{{{MainTextColor|white}}};text-align:center; |'''{{{name}}}''' | ! colspan="4" style="background-color:{{{ThemeMain|#f7941d}}};color:{{{MainTextColor|white}}};text-align:center; |'''{{{name}}}''' | ||
|- | |- | ||
| colspan="4" style="background-color:{{{ThemeSec|#1a4a8d}}};color:white;text-align:center; |{{{description}}} | |||
|- | |- | ||
|WT Bonus | |style="background-color:{{{ThemeMain|#f7941d}}};color:{{{MainTextColor|white}}};text-align:center;| WT Bonus | ||
| {{{wBonus}}} | |style="background-color:{{{ThemeMain|#111111}}};color:{{{MainTextColor|white}}};text-align:center;| {{{wBonus}}} | ||
|ST Bonus | |style="background-color:{{{ThemeMain|#f7941d}}};color:{{{MainTextColor|white}}};text-align:center;| ST Bonus | ||
| {{{sBonus}}} | |style="background-color:{{{ThemeMain|#111111}}};color:{{{MainTextColor|white}}};text-align:center;|{{{sBonus}}} | ||
|- | |- | ||
|Attribute Modifiers | |Attribute Modifiers | ||
| colspan="3" |{{{aBouns}}} | | colspan="3" |{{{aBouns}}} | ||
|- | |- | ||
| colspan="4 "style="background-color:{{{ThemeSec|#1a4a8d}}};color:white;text-align:center;" |{{{talentName}}} | | colspan="4 "style="background-color:{{{ThemeSec|#1a4a8d}}};color:white;text-align:center;" |'''{{{talentName}}}''' | ||
|- | |- | ||
| colspan="4" |{{{talentDesc}}} | | colspan="4" |{{{talentDesc}}} | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"ThemeMain": {}, | |||
"MainTextColor": {}, | |||
"name": { | |||
"label": "Name", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"ThemeSec": { | |||
}, | |||
"description": { | |||
"type": "string" | |||
}, | |||
"wBonus": { | |||
"required": true | |||
}, | |||
"sBonus": { | |||
"required": true | |||
}, | |||
"aBouns": { | |||
"required": true | |||
}, | |||
"talentName": { | |||
"required": true | |||
}, | |||
"talentDesc": { | |||
"required": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"ThemeMain", | |||
"MainTextColor", | |||
"name", | |||
"ThemeSec", | |||
"description", | |||
"wBonus", | |||
"sBonus", | |||
"aBouns", | |||
"talentName", | |||
"talentDesc" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 13:48, 5 February 2025
{{{name}}} | |||
---|---|---|---|
{{{description}}} | |||
WT Bonus | {{{wBonus}}} | ST Bonus | {{{sBonus}}} |
Attribute Modifiers | {{{aBouns}}} | ||
{{{talentName}}} | |||
{{{talentDesc}}} |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
ThemeMain | ThemeMain | no description | Unknown | optional |
MainTextColor | MainTextColor | no description | Unknown | optional |
Name | name | no description | String | required |
ThemeSec | ThemeSec | no description | Unknown | optional |
description | description | no description | String | optional |
wBonus | wBonus | no description | Unknown | required |
sBonus | sBonus | no description | Unknown | required |
aBouns | aBouns | no description | Unknown | required |
talentName | talentName | no description | Unknown | required |
talentDesc | talentDesc | no description | Unknown | required |