Difference between revisions of "Template:Health"

From Mine Blocks Wiki
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!

Line 13: Line 13:
 
| #default = {{{1}}} ([[File:ui-health{{#ifeq: {{{hardcore}}}|true|-hardcore}}.png|{{{2|12x12px}}}|class=item-icon pixel|alt=♥|link=|1 heart]] × {{#expr: {{{1}}} / 2}})
 
| #default = {{{1}}} ([[File:ui-health{{#ifeq: {{{hardcore}}}|true|-hardcore}}.png|{{{2|12x12px}}}|class=item-icon pixel|alt=♥|link=|1 heart]] × {{#expr: {{{1}}} / 2}})
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
== About ==
+
{{Documentation}}
This template serves to display health points in a page.
+
<!-- Put categories/interwiki on the documentation page. -->
 
 
== Usage ==
 
The syntax of this template is <code><nowiki>{{Health|<number>|<size>|hardcore=true?}}</nowiki></code>. If the value is higher than <code>10</code>, it will display <code><nowiki>n × <health></nowiki></code> where <code>n</code> is the number you specified.
 
 
 
== Examples ==
 
* <code><nowiki>{{Health|0}}</nowiki></code> → {{Health|0}}
 
* <code><nowiki>{{Health|1}}</nowiki></code> → {{Health|1}}
 
* <code><nowiki>{{Health|2}}</nowiki></code> → {{Health|2}}
 
* <code><nowiki>{{Health|3}}</nowiki></code> → {{Health|3}}
 
* <code><nowiki>{{Health|4}}</nowiki></code> → {{Health|4}}
 
* <code><nowiki>{{Health|5}}</nowiki></code> → {{Health|5}}
 
* <code><nowiki>{{Health|6}}</nowiki></code> → {{Health|6}}
 
* <code><nowiki>{{Health|7}}</nowiki></code> → {{Health|7}}
 
* <code><nowiki>{{Health|8}}</nowiki></code> → {{Health|8}}
 
* <code><nowiki>{{Health|9}}</nowiki></code> → {{Health|9}}
 
* <code><nowiki>{{Health|10}}</nowiki></code> → {{Health|10}}
 
 
 
Hardcore variants:
 
* <code><nowiki>{{Health|0|hardcore=true}}</nowiki></code> → {{Health|0|hardcore=true}}
 
* <code><nowiki>{{Health|1|hardcore=true}}</nowiki></code> → {{Health|1|hardcore=true}}
 
* <code><nowiki>{{Health|2|hardcore=true}}</nowiki></code> → {{Health|2|hardcore=true}}
 
* <code><nowiki>{{Health|100|hardcore=true}}</nowiki></code> → {{Health|100|hardcore=true}}
 
 
 
Rounding examples:
 
* <code><nowiki>{{Health|1.25}}</nowiki></code> → {{Health|1.25}}
 
* <code><nowiki>{{Health|1.5}}</nowiki></code> → {{Health|1.5}}
 
* <code><nowiki>{{Health|1.75}}</nowiki></code> → {{Health|1.75}}
 
 
 
More than 20 health points:
 
* <code><nowiki>{{Health|20.5}}</nowiki></code> → {{Health|20.5}}
 
* <code><nowiki>{{Health|30}</nowiki></code> → {{Health|30}}
 
* <code><nowiki>{{Health|600}}</nowiki></code> → {{Health|600}}
 
 
 
Custom icon size:
 
* <code><nowiki>{{Health|6|16x16px}}</nowiki></code> → {{Health|6|16x16px}}
 
 
</noinclude>
 
</noinclude>

Revision as of 18:40, 7 July 2023

Template-info.png Template documentation Note: parts of or the entire template might not be visible without values provided.

This template serves to display health points in a page.

Usage

The syntax of this template is {{Health|<number>|<size>?|hardcore=true?}}. If the value is higher than 10, it will display n × <health> where n is the number you specified.

Examples

  • {{Health|0}} → 0 (♥)
  • {{Health|1}} → 1 (♥)
  • {{Health|2}} → 2 (♥)
  • {{Health|3}} → 3 (♥♥)
  • {{Health|4}} → 4 (♥♥)
  • {{Health|5}} → 5 (♥♥♥)
  • {{Health|6}} → 6 (♥♥♥)
  • {{Health|7}} → 7 (♥♥♥♥)
  • {{Health|8}} → 8 (♥♥♥♥)
  • {{Health|9}} → 9 (♥♥♥♥♥)
  • {{Health|10}} → 10 (♥♥♥♥♥)

Hardcore variants:

  • {{Health|0|hardcore=true}} → 0 (♥)
  • {{Health|1|hardcore=true}} → 1 (♥)
  • {{Health|2|hardcore=true}} → 2 (♥)
  • {{Health|100|hardcore=true}} → 100 (♥ × 50)

Rounding examples:

  • {{Health|1.25}} → 1.25 (♥ × 0.625)
  • {{Health|1.5}} → 1.5 (♥ × 0.75)
  • {{Health|1.75}} → 1.75 (♥ × 0.875)

More than 10 health points:

  • {{Health|20.5}} → 10.5 (♥ × 5.25)
  • {{Health|30} → 30 (♥ × 15)
  • {{Health|600}} → 600 (♥ × 300)

Custom icon size:

  • {{Health|6|16}} → 6 (♥♥♥)