Template:Item Stat: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
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..."
 
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:FireRate.png|20px]] <span style="color: #A9947E;">+</span><strong style="color: #FFEFD7;">20</strong><span style="color: #A9947E;">%</span>
|{{ #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>
|-
|-
| Fire Rate
| {{{STAT_1_TYPE}}}
|-
|-
| <strong style="color: #A9947E;"><em>Conditional</em></strong>
| <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>
|}


{{#if: {{{STAT_TYPE_2}}} |
<noinclude>
| style="display: inline-block; text-align:center;"
<templatedata>
| [[File:FireRate.png|20px]] <span style="color: #A9947E;">+</span><strong style="color: #FFEFD7;">20</strong><span style="color: #A9947E;">%</span>
{
|-
"params": {
| Fire Rate
"STAT_1_TYPE": {
|-
"type": "string",
| <strong style="color: #A9947E;"><em>Conditional</em></strong>
"autovalue": "",
|
"required": true,
|-
"label": "Stat 1 Type"
 
},
}}
"STAT_1_PERCENTAGE": {
 
"type": "number",
| colspan="2" | <strong style="color:#FFEFD7;">8<span style="color: #AAA099">s</span></strong> <span style="color: #A9947E;"> Duration</span>
"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_1_PERCENTAGE}}}%
{{{STAT_1_TYPE}}}
{{{STAT_1_CONDITIONAL_TEXT}}}
{{{STAT_DURATION}}}s Duration


No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Stat 1 TypeSTAT_1_TYPE

no description

Auto value
Stringrequired
Stat 1 PercentageSTAT_1_PERCENTAGE

no description

Numberrequired
Stat Duration (seconds)STAT_DURATION Stat Duration

no description

Numberrequired
Stat 1 Conditional TextSTAT_1_CONDITIONAL_TEXT

no description

Suggested values
Conditional
Stringoptional