Documentation
These usage notes will not be included in articles bearing this template.
This template creates a bar made of icons.
{{healthbar
|value=
|size=
|icon_full=
|icon_half=
}}
| Parameter | Function | Default value |
|---|---|---|
value |
Integer value between 0 and 20. Half icon = 1, full icon = 2, full icon + half icon = 3 and so on. | 0 (invisible) |
size |
Width of each icon in CSS units like "px" or "em". | - |
icon_full |
Icon used for even values like 2, 4, 6, etc. | - |
icon_half |
Icon used at the end of the bar for uneven values like 1, 3, 5, etc. | - |