Difference between revisions of "Template:Base 36/doc"
Jump to navigation
Jump to search
imported>Toohool |
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) |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
| + | {{lua|Module:BaseConvert}} | ||
| + | |||
This template makes it easy to convert decimal numbers into base 36. | This template makes it easy to convert decimal numbers into base 36. | ||
=== Usage === | === Usage === | ||
| Line 18: | Line 20: | ||
<!-- 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 10:39, 19 July 2013
| This is a documentation subpage for Template:Base 36. It contains usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
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.