Template:Hex2dec/main/doc
< Template:Hex2dec | main
Jump to navigation
Jump to search
Revision as of 08:36, 11 September 2010 by imported>Ludwigs2 (←Created page with '{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This subtemplate of {{tl|hex2dec}} is used to do the actual mult...')
| This is a documentation subpage for Template:Hex2dec/main. It contains usage information, categories and other content that is not part of the original template page. |
This subtemplate of {{hex2dec}} is used to do the actual multiplication and addition needed to create a decimal number from a hexadecimal string. It is not meant to be called directly.
Usage
{{hex2dec/main | {{lc:0xFFAADDEE}} | {{Hex2dec/1 | 0xFFAADDEE }} }}
This template works in conjunction with the following templates:
- {{Hex2dec/1}}: returns the length of the hexadecimal string.
- {{Hex2dec/2}}: converts individual hexadecimal characters into their decimal equivalent.