Difference between revisions of "Template:Duodecimal/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|numeral systems}})
Line 8: Line 8:
 
Example: <nowiki> {{Duodecimal|2356}} </nowiki>yields {{Duodecimal|2356}}.  
 
Example: <nowiki> {{Duodecimal|2356}} </nowiki>yields {{Duodecimal|2356}}.  
 
=== See also ===
 
=== See also ===
*[[Template:Roman]]
+
{{Math templates|numeral systems}}<includeonly>
*[[Template:Binary]]
 
*[[Template:Ternary]]
 
*[[Template:Quaternary numeral system]]
 
*[[Template:Senary]]
 
*[[Template:Octal]]
 
*[[Template:Hexadecimal]]
 
<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 20:33, 22 November 2013

This template makes it easy to convert decimal numbers into duodecimal.

Usage

Use: {{Duodecimal|x}} where x is the decimal number to be converted to duodecimal.

Example: {{Duodecimal|2356}} yields 144412.

See also