Template:Item Stat: Difference between revisions
Jump to navigation
Jump to search
Rubyboat1207 (talk | contribs) No edit summary |
Rubyboat1207 (talk | contribs) Single Stat |
||
(5 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
| {{{STAT_1_TYPE}}} | | {{{STAT_1_TYPE}}} | ||
|- | |- | ||
| <strong style="color: #A9947E;"><em>{{{ | | <strong style="color: #A9947E;"><em>{{{STAT_1_CONDITIONAL_TEXT}}}</em></strong> | ||
|} | |} | ||
|- | |- | ||
| colspan="2" | <strong style="color:#FFEFD7;">{{{STAT_DURATION}}}<span style="color: #AAA099">s</span></strong> <span style="color: #A9947E;"> Duration</span> | | colspan="2" | <strong style="color:#FFEFD7;">{{{STAT_DURATION}}}<span style="color: #AAA099">s</span></strong> <span style="color: #A9947E;"> Duration</span> | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"STAT_1_TYPE": { | "STAT_1_TYPE": { | ||
"type": "string", | "type": "string", | ||
Line 37: | Line 34: | ||
"required": true, | "required": true, | ||
"label": "Stat Duration (seconds)" | "label": "Stat Duration (seconds)" | ||
}, | |||
"STAT_1_CONDITIONAL_TEXT": { | |||
"label": "Stat 1 Conditional Text", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Conditional", | |||
" " | |||
] | |||
} | } | ||
} | } |
Latest revision as of 06:39, 26 August 2024
| |||
{{{STAT_DURATION}}}s Duration |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Stat 1 Type | STAT_1_TYPE | no description
| String | required |
Stat 1 Percentage | STAT_1_PERCENTAGE | no description | Number | required |
Stat Duration (seconds) | STAT_DURATION Stat Duration | no description | Number | required |
Stat 1 Conditional Text | STAT_1_CONDITIONAL_TEXT | no description
| String | optional |