Template:Binary/doc - minecraft.fandom.com
Treść tej podstrony pochodzi z artykułu „Template:Binary/doc” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
[purge]
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more informationRedirect
This is a simple to use tool for dynamically converting decimal values to binary values. It can take decimal numbers up to 9999999999999999999.
Code[]
In full the template code is as follows:
{{Binary|1234}}
which will output 10011010010.