Template:Item Stat: Difference between revisions
Jump to navigation
Jump to search
Rubyboat1207 (talk | contribs) Created page with "{| style="background-color: #80550f; color: #FFEFD7;" class="wikitable" | {| style="display: inline-block; text-align:center;" | 20px <span style="color: #A9947E;">+</span><strong style="color: #FFEFD7;">20</strong><span style="color: #A9947E;">%</span> |- | Fire Rate |- | <strong style="color: #A9947E;"><em>Conditional</em></strong> |} |- {{#if: {{{STAT_TYPE_2}}} | | style="display: inline-block; text-align:center;" | 20px..." |
Rubyboat1207 (talk | contribs) Single Stat |
||
(22 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
| | | | ||
{| style="display: inline-block; text-align:center;" | {| style="display: inline-block; text-align:center;" | ||
| [[File: | |{{ #switch: {{{STAT_1_TYPE}}} | Fire Rate = [[File:Fire Rate.png|20px]]}} <span style="color: #A9947E;">+</span><strong style="color: #FFEFD7;">{{{STAT_1_PERCENTAGE}}}</strong><span style="color: #A9947E;">%</span> | ||
|- | |- | ||
| | | {{{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> | |||
|} | |||
{{ | <noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"STAT_1_TYPE": { | |||
"type": "string", | |||
"autovalue": "", | |||
"required": true, | |||
"label": "Stat 1 Type" | |||
}, | |||
} | "STAT_1_PERCENTAGE": { | ||
"type": "number", | |||
"required": true, | |||
"label": "Stat 1 Percentage" | |||
}, | |||
"STAT_DURATION": { | |||
"aliases": [ | |||
"Stat Duration" | |||
], | |||
"type": "number", | |||
"required": true, | |||
"label": "Stat Duration (seconds)" | |||
}, | |||
"STAT_1_CONDITIONAL_TEXT": { | |||
"label": "Stat 1 Conditional Text", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Conditional", | |||
" " | |||
] | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
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 |