Template:Data value/doc
From TerraFirmaCraft Plus Wiki
(Redirected from Template:Dv/doc)
This template is used to show a data value in decimal and hexadecimal. Values are input as a decimal value, and the template will automatically convert it to hexadecimal.
Usage
{{dv|69}}
dec: 69 hex: 45
{{dv|69|optional label}}
optional label
dec: 69 hex: 45
{{dv|69:5}} or {{dv|69|p=5}}
dec: 695 hex: 455