Jump to: navigation, search

Template:Healthbar/doc

Documentation
This template uses Module:Iconbar, a script written in the Lua programming language. Please see wp:Lua and mw:Extension:Scribunto to learn more about Lua.

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|11|9px}}
{{healthbar|11|9px|poisoned=1}}
{{healthbar|11|9px|withered=1}}
{{healthbar|11|9px|absorption=1}}
{{healthbar|11|9px|hardcore=1}}
{{healthbar|11|9px|poisoned=1|hardcore=1}}
{{healthbar|11|9px|withered=1|hardcore=1}}
{{healthbar|11|9px|absorption=1|hardcore=1}}
{{healthbar|11|9px|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

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.



Cookies help us deliver our services. By using our services, you agree to our use of cookies.