Minecraft Wiki
Advertisement

テンプレート:Decimal to hexadecimal converter/Switchテンプレート:Decimal to hexadecimal converter/Switchテンプレート:Decimal to hexadecimal converter/Switchテンプレート:Decimal to hexadecimal converter/Switchテンプレート:Decimal to hexadecimal converter/Switchテンプレート:Decimal to hexadecimal converter/Switch

Documentation

This is a simple to use tool for dynamically converting decimal values to hexadecimal values. It outputs in a 6 character hex format and so can take decimal numbers up to 16777215. There currently isn't a system implemented for truncating preceding 0's so all outputs are in 6 character hex format.

Code

In full the template code is as follows:

{{Decimal to hexadecimal converter|1234}}

But it is much easier to use it through the redirect dec-hex which allows it to be written out as:

{{Dec-hex|1234}}

Both of which will output 0004D2.

Advertisement