Template:Hp: Difference between revisions
Jump to navigation
Jump to search
(Simplify.) |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{Icon|HP Icon.png|{{{size|25}}}}} {{{1|}}} {{#ifeq:{{{1|}}}|1|[[Hit | <includeonly>{{Icon|HP Icon.png|{{{size|25}}}}} {{{1|}}} {{#ifeq:{{{1|}}}|1|[[Hit points|hit point]]|[[hit points]]}}</includeonly><noinclude>Represents HP or Temp HP. See also [[Template:Temp hp]] for the equivalent template for temporary HP. | ||
Represents HP or Temp HP. See also [[Template:Temp hp]] for the equivalent template for temporary HP. | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 28: | Line 26: | ||
"description": "The number of hitpoints to represent.", | "description": "The number of hitpoints to represent.", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
"size": { | "size": { | ||
Line 46: | Line 34: | ||
"paramOrder": [ | "paramOrder": [ | ||
"1", | "1", | ||
"size" | "size" | ||
], | |||
"format": "inline" | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Latest revision as of 22:20, 25 October 2023
Represents HP or Temp HP. See also Template:Temp hp for the equivalent template for temporary HP.
Code | Result |
---|---|
{{Hp}} |
hit points |
{{Hp|1}} |
1 hit point |
{{Hp|2}} |
2 hit points |
{{Hp|2d4}} |
2d4 hit points |
{{Hp|3|size=40}} |
3 hit points |
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
value | 1 | The number of hitpoints to represent. | Number | optional |
size | size | The icon size.
| Unknown | optional |