Difference between revisions of "Template:Health"
Jump to navigation
Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!
(Why it doesn't work as I want it to work :)) |
|||
Line 2: | Line 2: | ||
| {{#expr: {{{1}}} = 0 or {{{1}}} < 0}} = [[File:ui-health-empty.png|12x12px|class=item-icon pixel|link=Health]] | | {{#expr: {{{1}}} = 0 or {{{1}}} < 0}} = [[File:ui-health-empty.png|12x12px|class=item-icon pixel|link=Health]] | ||
| {{#expr: {{{1}}} > 10}} = {{{1}}} × [[File:ui-health.png|12x12px|class=item-icon pixel|link=Health]] | | {{#expr: {{{1}}} > 10}} = {{{1}}} × [[File:ui-health.png|12x12px|class=item-icon pixel|link=Health]] | ||
− | | {{#expr: {{{1}}} > 0 and {{{1}}} < 10 | + | | {{#expr: {{{1}}} > 0 and {{{1}}} < 10.01}} = {{#ifexpr: {{{1}}} > 0 and {{{1}}} < 0.75 | [[File:ui-health-half.png|12x12px|class=item-icon pixel|link=Health]] | {{#ifexpr: {{{1}}} > 0.74 | [[File:ui-health.png|12x12px|class=item-icon pixel|link=Health]]}}}}{{#ifexpr: {{{1}}} > 1.24 and {{{1}}} < 1.75 | [[File:ui-health-half.png|12x12px|class=item-icon pixel|link=Health]] | {{#ifexpr: {{{1}}} > 1.74 | [[File:ui-health.png|12x12px|class=item-icon pixel|link=Health]]}}}}{{#ifexpr: {{{1}}} > 2.24 and {{{1}}} < 2.75 | [[File:ui-health-half.png|12x12px|class=item-icon pixel|link=Health]] | {{#ifexpr: {{{1}}} > 2.74 | [[File:ui-health.png|12x12px|class=item-icon pixel|link=Health]]}}}}{{#ifexpr: {{{1}}} > 3.24 and {{{1}}} < 3.75 | [[File:ui-health-half.png|12x12px|class=item-icon pixel|link=Health]] | {{#ifexpr: {{{1}}} > 3.74 | [[File:ui-health.png|12x12px|class=item-icon pixel|link=Health]]}}}}{{#ifexpr: {{{1}}} > 4.24 and {{{1}}} < 4.75 | [[File:ui-health-half.png|12x12px|class=item-icon pixel|link=Health]] | {{#ifexpr: {{{1}}} > 4.74 | [[File:ui-health.png|12x12px|class=item-icon pixel|link=Health]]}}}}{{#ifexpr: {{{1}}} > 5.24 and {{{1}}} < 5.75 | [[File:ui-health-half.png|12x12px|class=item-icon pixel|link=Health]] | {{#ifexpr: {{{1}}} > 5.74 | [[File:ui-health.png|12x12px|class=item-icon pixel|link=Health]]}}}}{{#ifexpr: {{{1}}} > 6.24 and {{{1}}} < 6.75 | [[File:ui-health-half.png|12x12px|class=item-icon pixel|link=Health]] | {{#ifexpr: {{{1}}} > 6.74 | [[File:ui-health.png|12x12px|class=item-icon pixel|link=Health]]}}}}{{#ifexpr: {{{1}}} > 7.24 and {{{1}}} < 7.75 | [[File:ui-health-half.png|12x12px|class=item-icon pixel|link=Health]] | {{#ifexpr: {{{1}}} > 7.74 | [[File:ui-health.png|12x12px|class=item-icon pixel|link=Health]]}}}}{{#ifexpr: {{{1}}} > 8.24 and {{{1}}} < 8.75 | [[File:ui-health-half.png|12x12px|class=item-icon pixel|link=Health]] | {{#ifexpr: {{{1}}} > 8.74 | [[File:ui-health.png|12x12px|class=item-icon pixel|link=Health]]}}}}{{#ifexpr: {{{1}}} > 9.24 and {{{1}}} < 9.75 | [[File:ui-health-half.png|12x12px|class=item-icon pixel|link=Health]] | {{#ifexpr: {{{1}}} > 9.74 and {{{1}}} < 10.01 | [[File:ui-health.png|12x12px|class=item-icon pixel|link=Health]]}}}} |
}}<noinclude> | }}<noinclude> | ||
== About == | == About == |
Revision as of 10:54, 5 July 2022
About
This template serves to display health points in a page.
Usage
The syntax of this template is {{Health|<number>}}
. If the value given is 0
or lower, it will display an empty heart icon, and if the value is higher than 10
, it will display n × <health>
where n
is the number you specified. It can also round to the nearest integer.
Examples
{{Health|0}}
→ 0 ×{{Health|1}}
→{{Health|2}}
→{{Health|3}}
→{{Health|4}}
→{{Health|5}}
→{{Health|6}}
→{{Health|7}}
→{{Health|8}}
→{{Health|9}}
→{{Health|10}}
→
Rounding examples:
{{Health|1.25}}
→{{Health|1.5}}
→{{Health|1.75}}
→
More than 10 health points:
{{Health|10.5}}
→{{Health|15}
→{{Health|300}}
→