Difference between revisions of "Template:Hunger"

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!

(Re-wrote code)
Line 13: Line 13:
Β 
| #default = {{{1}}} ([[File:ui-hunger{{#ifeq: {{{poisoned}}}|true|-poisoned}}.png|{{{2|12x12px}}}|class=item-icon pixel|alt=πŸ›‘|link=|1 hunger point]] Γ— {{{1}}})
Β 
| #default = {{{1}}} ([[File:ui-hunger{{#ifeq: {{{poisoned}}}|true|-poisoned}}.png|{{{2|12x12px}}}|class=item-icon pixel|alt=πŸ›‘|link=|1 hunger point]] Γ— {{{1}}})
Β 
}}</includeonly><noinclude>
Β 
}}</includeonly><noinclude>
βˆ’
== About ==
+
{{Documentation}}
βˆ’
This template serves to display hunger points in a page.
+
<!-- Put categories/interwiki on the documentation page. -->
βˆ’
Β 
Β 
βˆ’
== Usage ==
Β 
βˆ’
The syntax of this template is <code><nowiki>{{Hunger|<number>|<poisoned>?}}</nowiki></code>. If the value given is <code>0</code> or lower, it will display nothing, and if the value is higher than <code>10</code>, it will display 10 hunger icons. It can also round to the nearest integer. When using the <code>poisoned</code> parameter with the <code>true</code> value, all hunger icons will change to it's poisoned version.
Β 
βˆ’
Β 
Β 
βˆ’
== Examples ==
Β 
βˆ’
* <code><nowiki>{{Hunger|0}}</nowiki></code> β†’ {{Hunger|0}}
Β 
βˆ’
* <code><nowiki>{{Hunger|1}}</nowiki></code> β†’ {{Hunger|1}}
Β 
βˆ’
* <code><nowiki>{{Hunger|2}}</nowiki></code> β†’ {{Hunger|2}}
Β 
βˆ’
* <code><nowiki>{{Hunger|3}}</nowiki></code> β†’ {{Hunger|3}}
Β 
βˆ’
* <code><nowiki>{{Hunger|4}}</nowiki></code> β†’ {{Hunger|4}}
Β 
βˆ’
* <code><nowiki>{{Hunger|5}}</nowiki></code> β†’ {{Hunger|5}}
Β 
βˆ’
* <code><nowiki>{{Hunger|6}}</nowiki></code> β†’ {{Hunger|6}}
Β 
βˆ’
* <code><nowiki>{{Hunger|7}}</nowiki></code> β†’ {{Hunger|7}}
Β 
βˆ’
* <code><nowiki>{{Hunger|8}}</nowiki></code> β†’ {{Hunger|8}}
Β 
βˆ’
* <code><nowiki>{{Hunger|9}}</nowiki></code> β†’ {{Hunger|9}}
Β 
βˆ’
* <code><nowiki>{{Hunger|10}}</nowiki></code> β†’ {{Hunger|10}}
Β 
βˆ’
Β 
Β 
βˆ’
Rounding examples:
Β 
βˆ’
* <code><nowiki>{{Hunger|1.25}}</nowiki></code> β†’ {{Hunger|1.25}}
Β 
βˆ’
* <code><nowiki>{{Hunger|1.5}}</nowiki></code> β†’ {{Hunger|1.5}}
Β 
βˆ’
* <code><nowiki>{{Hunger|14.75}}</nowiki></code> β†’ {{Hunger|14.75}}
Β 
βˆ’
Β 
Β 
βˆ’
Poisoned examples:
Β 
βˆ’
* <code><nowiki>{{Hunger|5|poisoned=true}}</nowiki></code> β†’ {{Hunger|5|poisoned=true}}
Β 
βˆ’
* <code><nowiki>{{Hunger|6.5|poisoned=true}}</nowiki></code> β†’ {{Hunger|6.5|poisoned=true}}
Β 
βˆ’
* <code><nowiki>{{Hunger|3|poisoned=true}}</nowiki></code> β†’ {{Hunger|3|poisoned=true}}
Β 
Β 
</noinclude>
Β 
</noinclude>

Revision as of 21:18, 10 July 2023

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

About

This template serves to display hunger points in a page.

Usage

The syntax of this template is {{Hunger|<number>|<poisoned>?}}. If the value given is 0 or lower, it will display nothing, and if the value is higher than 10, it will display 10 hunger icons. It can also round to the nearest integer. When using the poisoned parameter with the true value, all hunger icons will change to it's poisoned version.

Examples

  • {{Hunger|0}} β†’ 0 (πŸ›‘)
  • {{Hunger|1}} β†’ 1 (πŸ›‘)
  • {{Hunger|2}} β†’ 2 (πŸ›‘πŸ›‘)
  • {{Hunger|3}} β†’ 3 (πŸ›‘πŸ›‘πŸ›‘)
  • {{Hunger|4}} β†’ 4 (πŸ›‘πŸ›‘πŸ›‘πŸ›‘)
  • {{Hunger|5}} β†’ 5 (πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘)
  • {{Hunger|6}} β†’ 6 (πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘)
  • {{Hunger|7}} β†’ 7 (πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘)
  • {{Hunger|8}} β†’ 8 (πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘)
  • {{Hunger|9}} β†’ 9 (πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘)
  • {{Hunger|10}} β†’ 10 (πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘)

Rounding examples:

  • {{Hunger|1.25}} β†’ 1.25 (πŸ›‘ Γ— 1.25)
  • {{Hunger|1.5}} β†’ 1.5 (πŸ›‘ Γ— 1.5)
  • {{Hunger|14.75}} β†’ 14.75 (πŸ›‘ Γ— 14.75)

Poisoned examples:

  • {{Hunger|5|poisoned=true}} β†’ 5 (πŸ›‘πŸ›‘πŸ›‘πŸ›‘πŸ›‘)
  • {{Hunger|6.5|poisoned=true}} β†’ 6.5 (πŸ›‘ Γ— 6.5)
  • {{Hunger|3|poisoned=true}} β†’ 3 (πŸ›‘πŸ›‘πŸ›‘)