Template:Doc/start
This template creates a health bar.
| Parameter | Function | Default value |
|---|---|---|
1 |
Integer health value between 0 and 32. Empty heart = 0, half heart = 1, full heart = 2, see examples below. | 0 |
2 |
Width of each icon. | 18px |
total |
Total amount of hearts to be shown | 0 |
poisoned |
Shows yellow-green poison hearts. | 0 |
withered |
Shows black withered hearts. | 0 |
hardcore |
Shows the hardcore version of the normal/poisoned/withered/absorption hearts. | 0 |
mob |
Shows rideable mob hearts. | 0 |
absorption |
Shows the hearts added by absorption. | 0 |
| Code | Result |
|---|---|
{{healthbar}} |
|
{{healthbar|0|9px}} |
|
{{healthbar|1}} |
|
{{healthbar|2}} |
|
{{healthbar|5}} |
|
{{healthbar|5|poisoned=1}} |
|
{{healthbar|5|withered=1}} |
|
{{healthbar|5|absorption=1}} |
|
{{healthbar|5|hardcore=1}} |
|
{{healthbar|5|poisoned=1|hardcore=1}} |
|
{{healthbar|5|withered=1|hardcore=1}} |
|
{{healthbar|5|absorption=1|hardcore=1}} |
|
{{healthbar|5|mob=1}} |
|
{{healthbar|5|total=10}} |
|
{{healthbar|5|total=10|poisoned=1}} |
|
{{healthbar|5|total=10|withered=1}} |
|
{{healthbar|5|total=10|absorption=1}} |
|
{{healthbar|5|total=10|hardcore=1}} |
|
{{healthbar|5|total=10|poisoned=1|hardcore=1}} |
|
{{healthbar|5|total=10|withered=1|hardcore=1}} |
|
{{healthbar|5|total=10|absorption=1|hardcore=1}} |
|
{{healthbar|5|total=10|mob=1}} |
|
{{healthbar|20}} |
|
{{healthbar|20|poisoned=1}} |
|
{{healthbar|11|11px}} |
|
{{healthbar|11|11px|poisoned=1}} |
|
{{healthbar|11|11px|withered=1}} |
|
{{healthbar|11|11px|absorption=1}} |
|
{{healthbar|11|11px|hardcore=1}} |
|
{{healthbar|11|11px|poisoned=1|hardcore=1}} |
|
{{healthbar|11|11px|withered=1|hardcore=1}} |
|
{{healthbar|11|11px|absorption=1|hardcore=1}} |
|
{{healthbar|11|11px|mob=1}} |
|
{{healthbar|7|45px}} |
|
{{healthbar|7|45px|poisoned=1}} |
|
{{healthbar|7|45px|withered=1}} |
|
{{healthbar|7|45px|absorption=1}} |
|
{{healthbar|7|45px|hardcore=1}} |
|
{{healthbar|7|45px|poisoned=1|hardcore=1}} |
|
{{healthbar|7|45px|withered=1|hardcore=1}} |
|
{{healthbar|7|45px|absorption=1|hardcore=1}} |
|
{{healthbar|7|45px|mob=1}} |
See also
{{Armorbar}}{{Healthbar}}{{Hungerbar}}{{Iconbar}}- Module:Iconbar
Template:Doc/end