Difference between revisions of "Template:Hex2dec/2/doc"

From blackwiki
Jump to navigation Jump to search
imported>Plastikspork
(Add doc)
 
imported>Ludwigs2
Line 7: Line 7:
 
{{tlx|hex2dec/2|0xFFAADDEE|5}}
 
{{tlx|hex2dec/2|0xFFAADDEE|5}}
  
=== See also ===
+
This template works in conjunction with the following templates:
* {{tl|hex2dec}}
+
*{{tl|Hex2dec/main}}: does the actual multiplication and addition to create a decimal number.
* {{tl|hex2dec/1}}
+
*{{tl|Hex2dec/1}}: returns the length of the hexadecimal string.
 +
 
 
<includeonly>
 
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
  
 
</includeonly>
 
</includeonly>

Revision as of 08:36, 11 September 2010

This subtemplate of {{hex2dec}} converts a particular character of a hex string into its decimal equivalent. This subtemplate is not meant to be called directly.

Usage

{{hex2dec/2|0xFFAADDEE|5}}

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 hexadecimal string.