Template:Armorbar/doc
This template implements a Minecraft-like armor bar.
Arguments Edit
Argument | Default value | Note |
---|---|---|
size |
18 |
Sets the size of each armor point. |
value |
0 |
Sets the amount of armor points. |
total |
0 |
Sets the total amount of armor points. Use if empty armor points are needed after the filled armor points. |
Usage Edit
Code | Result |
---|---|
{{armorbar}} |
🛡 |
{{armorbar|size=9}} |
🛡 |
{{armorbar|value=1}} |
🛡 |
{{armorbar|value=2}} |
🛡 |
{{armorbar|value=5}} |
🛡🛡🛡 |
{{armorbar|value=5|total=10}} |
🛡🛡🛡🛡🛡 |
{{armorbar|value=7|size=45}} |
🛡🛡🛡🛡 |