Difference between revisions of "Template:Cardinal to word/doc"

From blackwiki
Jump to navigation Jump to search
imported>BrandonXLF
(→‎See also: Not needed)
imported>Frietjes
(Redirected page to Template:Number to word/doc)
 
Line 1: Line 1:
{{Documentation subpage}}
+
#REDIRECT [[Template:Number to word/doc]]
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 
Converts an [[integer]] in the range -999,999 to 999,999 into a word in the English language.
 
 
 
=== Usage ===
 
<nowiki>{{Cardinal to word|</nowiki>''integer''<nowiki>[|zero=</nowiki>''zero''<nowiki>][|us=on]}}</nowiki>
 
 
 
''integer'': Required. An [[integer]] in the range -999,999 to 999,999.
 
 
 
''zero'': Optional. The value to use when the number is 0. Default is "zero". Can be made empty or, for example, "no", "none" or "nought", as appropriate for the context.
 
 
 
''us'': Optional. If the value is "on", the output of numbers does not include "and" to separate hundreds from smaller values, nor to separate thousands from hundreds. This accords with American usage as described at [[English numerals]].
 
 
 
=== Examples ===
 
 
 
<nowiki>{{Cardinal to word|-999999}}</nowiki>
 
<nowiki>{{Cardinal to word|-1001|us=on}}</nowiki>
 
<nowiki>{{Cardinal to word|-100}}</nowiki>
 
<nowiki>{{Cardinal to word|-30}}</nowiki>
 
<nowiki>{{Cardinal to word|0|zero=not a sausage}}</nowiki>
 
<nowiki>{{Cardinal to word|30}}</nowiki>
 
<nowiki>{{Cardinal to word|100}}</nowiki>
 
<nowiki>{{Cardinal to word|1001|us=on}}</nowiki>
 
<nowiki>{{Cardinal to word|999999}}</nowiki>
 
 
produces:
 
 
 
{{Cardinal to word|-999999}}
 
{{Cardinal to word|-1001|us=on}}
 
{{Cardinal to word|-100}}
 
{{Cardinal to word|-30}}
 
{{Cardinal to word|0|zero=not a sausage}}
 
{{Cardinal to word|30}}
 
{{Cardinal to word|100}}
 
{{Cardinal to word|1001|us=on}}
 
{{Cardinal to word|999999}}
 
 
 
=== See also ===
 
* [[Template:Number to word]]
 
* [[Template:Ordinal to word]]
 
 
 
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
[[Category:Numbers as words conversion templates]]
 
</includeonly>
 

Latest revision as of 22:23, 19 July 2019