Difference between revisions of "Template:Hex2dec/1/sandbox"

From blackwiki
Jump to navigation Jump to search
imported>Plastikspork
(fix)
imported>Plastikspork
(rv)
 
Line 1: Line 1:
{{#switch:x{{{1|}}}|{{padleft:|2|x{{{1|}}}}}=1|{{padleft:|3|x{{{1|}}}}}=2|{{padleft:|4|x{{{1|}}}}}=3|{{padleft:|5|x{{{1|}}}}}=4|{{padleft:|6|x{{{1|}}}}}=5|{{padleft:|7|x{{{1|}}}}}=6|{{padleft:|8|x{{{1|}}}}}=7|{{padleft:|9|x{{{1|}}}}}=8|{{padleft:|10|x{{{1|}}}}}=9|{{padleft:|11|x{{{1|}}}}}=10}}<noinclude>
+
{{#switch:{{{1|}}}|{{padleft:|1|{{{1|}}}}}=1|{{padleft:|2|{{{1|}}}}}=2|{{padleft:|3|{{{1|}}}}}=3|{{padleft:|4|{{{1|}}}}}=4|{{padleft:|5|{{{1|}}}}}=5|{{padleft:|6|{{{1|}}}}}=6|{{padleft:|7|{{{1|}}}}}=7|{{padleft:|8|{{{1|}}}}}=8|{{padleft:|9|{{{1|}}}}}=9|{{padleft:|10|{{{1|}}}}}=10}}<noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 21:35, 11 September 2010

1

50px Template documentation[view] [edit] [history] [purge]

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.