Template:Hp: Difference between revisions
Jump to navigation
Jump to search
(Finish.) |
(add temphp category) |
||
Line 4: | Line 4: | ||
<!--otherwise if it's a non-number assume always plural--> | <!--otherwise if it's a non-number assume always plural--> | ||
|{{#lvardef:text|{{{text|}}}}}{{#lvardef:plural|true}} | |{{#lvardef:text|{{{text|}}}}}{{#lvardef:plural|true}} | ||
}}{{Icon|HP Icon.png|{{{size|25}}}}} {{#lvar:text}} {{#if:{{{temp|}}}|[[Hit Points#Temporary Hit Points|Temporary Hit Point{{#if:{{#lvar:plural}}|s}}]]|[[Hit Points|Hit Point{{#if:{{#lvar:plural}}|s}}]]}}</includeonly><noinclude> | }}{{Icon|HP Icon.png|{{{size|25}}}}} {{#lvar:text}} {{#if:{{{temp|}}}|[[Category:Sources of Temporary Hit Points]] [[Hit Points#Temporary Hit Points|Temporary Hit Point{{#if:{{#lvar:plural}}|s}}]]|[[Hit Points|Hit Point{{#if:{{#lvar:plural}}|s}}]]}}</includeonly><noinclude> | ||
Represents HP or Temp HP. See also [[Template:Temp hp]] for a simpler way to display temporary HP. | Represents HP or Temp HP. See also [[Template:Temp hp]] for a simpler way to display temporary HP. |
Revision as of 14:06, 10 October 2023
Represents HP or Temp HP. See also Template:Temp hp for a simpler way to display temporary HP.
If the number to be displayed isn't really a number (e.g. "3 ~ 6" or "2d4"), provide it with the text
parameter.
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|text=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 |
plural | plural | If specified, will force plural. | Boolean | optional |
temp | temp | If specified, will format as temporary HP | Unknown | optional |
text | text | If specified, will replace the number with this text instead. | Unknown | optional |