Difference between revisions of "Template:Hex2dec/1/doc"
< Template:Hex2dec | 1
Jump to navigation
Jump to search
imported>Plastikspork (Add doc) |
imported>Ludwigs2 |
||
| Line 7: | Line 7: | ||
{{tlx|hex2dec/1|0xFFAADDEE}} | {{tlx|hex2dec/1|0xFFAADDEE}} | ||
| − | + | This template works in conjunction with the following templates: | |
| − | * {{tl| | + | *{{tl|Hex2dec/main}}: does the actual multiplication and addition to create a decimal number. |
| − | * {{tl| | + | *{{tl|Hex2dec/1}}: returns the length of the string. |
| + | *{{tl|Hex2dec/2}}: converts individual hexadecimal characters into their decimal equivalent. | ||
<includeonly> | <includeonly> | ||
Latest revision as of 08:38, 11 September 2010
| This is a documentation subpage for Template:Hex2dec/1. It contains usage information, categories and other content that is not part of the original template page. |
This subtemplate of {{hex2dec}} is used to determine the length of the input, up to 10 characters in length. It is not meant to be called directly.
Usage
{{hex2dec/1|0xFFAADDEE}}
This template works in conjunction with the following templates:
- {{Hex2dec/main}}: does the actual multiplication and addition to create a decimal number.
- {{Hex2dec/1}}: returns the length of the string.
- {{Hex2dec/2}}: converts individual hexadecimal characters into their decimal equivalent.