Difference between revisions of "Template:Decimal2Base"
Jump to navigation
Jump to search
imported>Jkasd (Put it here for now) |
imported>Jkasd (add doc) |
||
| Line 25: | Line 25: | ||
-->{{#switch:{{#expr: ({{{1}}} div 1) mod {{#expr:{{{2}}} }} }}|0=0|1=1|2=2|3=3|4=4|5=5|6=6|7=7|8=8|9=9|<!-- | -->{{#switch:{{#expr: ({{{1}}} div 1) mod {{#expr:{{{2}}} }} }}|0=0|1=1|2=2|3=3|4=4|5=5|6=6|7=7|8=8|9=9|<!-- | ||
-->10=A|11=B|12=C|13=D|14=E|15=F|16=G|17=H|18=I|19=J|20=K|21=L|22=M|23=N|24=O|25=P|26=Q|27=R|28=S|29=T|30=U|31=V|32=W|33=X|34=Y|35=Z}}<!-- | -->10=A|11=B|12=C|13=D|14=E|15=F|16=G|17=H|18=I|19=J|20=K|21=L|22=M|23=N|24=O|25=P|26=Q|27=R|28=S|29=T|30=U|31=V|32=W|33=X|34=Y|35=Z}}<!-- | ||
| − | --><sub>{{{2}}}</sub>}} }}</includeonly> | + | --><sub>{{{2}}}</sub>}} }}</includeonly><noinclude>{{documentation}}</noinclude> |
Revision as of 21:44, 20 June 2008
| This template uses Lua: |
This template converts numbers from decimal to a given base.
Usage
Use: {{Decimal2Base|n|radix}} where n is the number in decimal and radix is the base you want to convert to.
Examples: {{Decimal2Base|42|3}} yields 11203.
{{Decimal2Base|{{#expr: 6 * 9}}|13}} yields 4213.
{{Decimal2Base|58|16}} yields 3A16.
See also
| The above documentation is transcluded from Template:Decimal2Base/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |