From Brotato Wiki
(`DLC_Link` > `DLCLink`) |
No edit summary |
||
| Line 47: | Line 47: | ||
| curse = <!-- | | curse = <!-- | ||
-->[[File:Curse.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> {{DLCLink|Curse}}}} | -->[[File:Curse.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> {{DLCLink|Curse}}}} | ||
| empty = <!-- | |||
-->[[File:Empty.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> Empty}} | |||
| #default = <!-- | | #default = <!-- | ||
-->{{{1}}} does not exist as an icon | -->{{{1}}} does not exist as an icon | ||
| Line 67: | Line 69: | ||
!style="background-color: rgb(220,220,220,0.2); color: #eee;"| With Text - Preview | !style="background-color: rgb(220,220,220,0.2); color: #eee;"| With Text - Preview | ||
!style="background-color: rgb(220,220,220,0.2); color: #eee;"| Alias | !style="background-color: rgb(220,220,220,0.2); color: #eee;"| Alias | ||
|- | |||
|Empty | |||
|<code><nowiki>{{StatIcon|name=Empty}}</nowiki></code> | |||
|{{StatIcon|Empty}} | |||
|<code><nowiki>{{StatIcon|name=Empty|text=1}}</nowiki></code> | |||
|{{StatIcon|Empty|text=1}} | |||
| - | |||
|- | |- | ||
|[[Max HP]] | |[[Max HP]] | ||
Revision as of 12:16, 14 May 2026
Usage:
{{Staticon|any stat icon name}}
Full List
| Name | Code | Preview | With Text - Code | With Text - Preview | Alias |
|---|---|---|---|---|---|
| Empty | {{StatIcon|name=Empty}}
|
{{StatIcon|name=Empty|text=1}}
|
- | ||
| Max HP | {{StatIcon|Max HP}}
|
{{StatIcon|Max HP|text=1}}
|
MaxHP
| ||
| HP Regeneration | {{StatIcon|HP Regeneration}}
|
{{StatIcon|HP Regeneration|text=1}}
|
HPRegen
| ||
| Life Steal | {{StatIcon|Life Steal}}
|
{{StatIcon|Life Steal|text=1}}
|
Lifesteal
| ||
| Damage | {{StatIcon|Damage}}
|
{{StatIcon|Damage|text=1}}
|
- | ||
| Melee Damage | {{StatIcon|Melee Damage}}
|
{{StatIcon|Melee Damage|text=1}}
|
MeleeDamage
| ||
| Ranged Damage | {{StatIcon|Ranged Damage}}
|
{{StatIcon|Ranged Damage|text=1}}
|
RangedDamage
| ||
| Elemental Damage | {{StatIcon|Elemental Damage}}
|
{{StatIcon|Elemental Damage|text=1}}
|
ElementalDamage
| ||
| Attack Speed | {{StatIcon|Attack Speed}}
|
{{StatIcon|Attack Speed|text=1}}
|
AttackSpeed
| ||
| Crit Chance | {{StatIcon|Crit Chance}}
|
{{StatIcon|Crit Chance|text=1}}
|
CritChance
| ||
| Engineering | {{StatIcon|Engineering}}
|
{{StatIcon|Engineering|text=1}}
|
- | ||
| Range | {{StatIcon|Range}}
|
{{StatIcon|Range|text=1}}
|
- | ||
| Armor | {{StatIcon|Armor}}
|
{{StatIcon|Armor|text=1}}
|
- | ||
| Dodge | {{StatIcon|Dodge}}
|
{{StatIcon|Dodge|text=1}}
|
- | ||
| Speed | {{StatIcon|Speed}}
|
{{StatIcon|Speed|text=1}}
|
- | ||
| Luck | {{StatIcon|Luck}}
|
{{StatIcon|Luck|text=1}}
|
- | ||
| Harvesting | {{StatIcon|Harvesting}}
|
{{StatIcon|Harvesting|text=1}}
|
- | ||
| Materials | {{StatIcon|name=Materials}}
|
{{StatIcon|name=Materials|text=1}}
|
- | ||
| Level | {{StatIcon|name=Level}}
|
{{StatIcon|name=Level|text=1}}
|
- | ||
| Curse | {{StatIcon|name=Curse}}
|
{{StatIcon|name=Curse|text=1}}
|
- |
Options
Show a text link:
{{StatIcon|Max HP|text=1}} = ![]()
Don't make the image icon link:
{{StatIcon|Max HP|nolink=1}} =
Error:
{{StatIcon|potato}} = potato does not exist as an icon
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Stat Name | name 1 | As shown on the Stats page
| String | required |
| Show Text Link? | text | Enable to show a text link to the Stat's page | Boolean | suggested |