Template:Hp: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Simplify.)
(update templatedata)
Line 28: Line 28:
"description": "The number of hitpoints to represent.",
"description": "The number of hitpoints to represent.",
"type": "number"
"type": "number"
},
"plural": {
"description": "If specified, will force plural.",
"type": "boolean"
},
"temp": {
"description": "If specified, will format as temporary HP"
},
"text": {
"description": "If specified, will replace the number with this text instead."
},
},
"size": {
"size": {
Line 46: Line 36:
"paramOrder": [
"paramOrder": [
"1",
"1",
"size",
"size"
"plural",
],
"temp",
"format": "inline"
"text"
]
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Revision as of 21:07, 10 October 2023


Represents HP or Temp HP. See also Template:Temp hp for the equivalent template for temporary HP.

Code Result
{{Hp}} HP Icon.png Hit Points
{{Hp|1}} HP Icon.png 1 Hit Point
{{Hp|2}} HP Icon.png 2 Hit Points
{{Hp|2d4}} HP Icon.png 2d4 Hit Points
{{Hp|3|size=40}} HP Icon.png 3 Hit Points

Template data

No description.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
value1

The number of hitpoints to represent.

Numberoptional
sizesize

The icon size.

Default
25
Unknownoptional