Template:Hp
Jump to navigation
Jump to search
This page is in the process of being constructed or reformatted. You are welcome to contribute as well. Last edited on 2023-10-10. If multiple days have passed since, this template should be removed. |
Represents HP or Temp HP. See also Template:Temp hp for a simpler way to display temporary HP.
Code | Result |
---|---|
{{Hp}} |
Hit Points |
{{Hp|temp=1}} |
Temporary Hit Points |
{{Hp|1}} |
1 Hit Point |
{{Hp|2}} |
2 Hit Points |
{{Hp|1|temp=1}} |
1 Temporary Hit Point |
{{Hp|2|temp=1}} |
2 Temporary Hit Points |
{{Hp|1|plural=t}} |
1 Hit Points |
{{Hp|2d4}} |
Expression error: Unrecognized word "d". 2d4 Hit Point |
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
value | 1 | The number of hitpoints to represent. | Number | optional |
size | 2 | The icon size.
| Unknown | optional |
plural | plural | If specified, will force plural. | Boolean | optional |
temp | temp | If specified, will format as temporary HP | Unknown | optional |