Template:Armorbar/doc: Difference between revisions
imported>Denatidum No edit summary |
imported>Denatidum No edit summary |
(No difference)
|
Latest revision as of 20:09, 19 March 2023
This template implements a Minecraft-like armor bar.
Arguments[edit source]
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 source]
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}} |
🛡🛡🛡🛡 |