Template:HP: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
<includeonly>{{#if:{{{2|}}}|[[Weapon Strength#{{#iferror:{{#invoke:Franchise|ShortName|{{{1|}}}}}|[[Category:{{Invalid Arguments}}]]}}|{{{2|}}}]]|{{#invoke:Error|Error|Missing HP value|Category:{{Invalid Arguments}}}}}}</includeonly><noinclude>
<includeonly>{{#if:{{{2|}}}|[[Weapon Strength#{{#iferror:{{#invoke:Franchise|ShortName|{{{1|}}}}}|[[Category:{{Invalid Arguments}}]]}}|{{{2|}}}]]|{{#invoke:Error/v2|Error|Missing HP value}}[[Category:{{Invalid Arguments}}]]}}</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 15:11, 14 June 2024


Purpose

Displaying health-related information in infoboxes of enemies. This ensures a standardization of how we display the information and where we link readers to.

Usage

    {{HP|<game> |<hp> }}

  • game — The game's abbreviation. Used to link to the proper section.
  • hp — The enemy's health points value.

Examples

#InputOutputCategories added
1{{HP|OoT|4}} 4
Error handling
2{{HP|OoT|}} Error: Missing HP value
3{{HP|invalid game|4}} 4
4{{HP|oot|4}} 4
5{{HP||4}} 4
The above documentation is transcluded from Template:HP/Documentation. (edit | history)