Difference between revisions of "Template:Base 36/doc"

From blackwiki
Jump to navigation Jump to search
imported>Mr. Stradivarius
(add {{lua}} template and remove Category:Lua-based templates, as it is added by the template as well - see Wikipedia talk:Lua#Lua talk template)
imported>Hyacinth
(→‎See also: {{Math templates}})
Line 9: Line 9:
  
 
=== See also ===
 
=== See also ===
*[[Template:Roman]]
+
{{Math templates}}
*[[Template:Binary]]
 
*[[Template:Ternary]]
 
*[[Template:Quaternary numeral system]]
 
*[[Template:Octal]]
 
*[[Template:Duodecimal]]
 
*[[Template:Hexadecimal]]
 
*[[Template:Vigesimal]]
 
 
<includeonly>
 
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
[[Category:Numerical conversion templates|{{PAGENAME}}]]
 
[[Category:Numerical conversion templates|{{PAGENAME}}]]
 
</includeonly>
 
</includeonly>

Revision as of 19:16, 22 November 2013

This template makes it easy to convert decimal numbers into base 36.

Usage

Use: {{Base 36|x}} where x is the decimal number to be converted to base 36.

Example: {{Base 36|2356}} yields 1TG36.

See also