Toggle menu
15
236
75
27.7K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 02:06, 21 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{lua|Module:BaseConvert}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template converts numbers from decimal to a given base. === Usage === Use: <nowiki> {{Decimal2Base|n|radix}} </nowiki> where n is the number in decimal and radix is the base you want to convert to. Examples: <nowiki> {{Decimal2Base|42|3}} </nowiki> yields {{Decimal2Base|42|3}}. <nowiki> {{Decimal2Base|{{#expr: 6 * 9}}|13}} </nowiki> yields...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 1120.

{{Decimal2Base|{{#expr: 6 * 9}}|13}} yields 42.

{{Decimal2Base|58|16}} yields 3A.


See also