Difference between revisions of "Template:Duodecimal/doc"

From blackwiki
Jump to navigation Jump to search
imported>Toohool
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 +
{{lua|Module:BaseConvert}}
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
This template makes it easy to convert decimal numbers into duodecimal.
+
This template makes it easy to convert decimal numbers into [[duodecimal]].
 
=== Usage ===
 
=== Usage ===
 
Use: <nowiki> {{Duodecimal|x}} </nowiki> where x is the decimal number to be converted to duodecimal.
 
Use: <nowiki> {{Duodecimal|x}} </nowiki> where x is the decimal number to be converted to duodecimal.
Line 7: 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>{{Sandbox other||
*[[Template:Binary]]
 
*[[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}}]]
[[Category:Lua-based templates|{{PAGENAME}}]]
+
}}</includeonly>
</includeonly>
 

Latest revision as of 00:44, 25 April 2020

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