Template:Cardinal to word/0 to 999999/doc

From blackwiki
< Template:Cardinal to word‎ | 0 to 999999
Revision as of 00:49, 24 April 2020 by imported>Vanisaac (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Converts a natural number in the range 0 to 999,999 into a word in the English language.

Usage

{{Cardinal to word/0 to 999999|natural[|zero=zero][|us=on]}}

natural: Required. A natural number in the range 0 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

{{Cardinal to word/0 to 999999|0|zero=not a sausage}}
{{Cardinal to word/0 to 999999|30}}
{{Cardinal to word/0 to 999999|100}}
{{Cardinal to word/0 to 999999|1000}}
{{Cardinal to word/0 to 999999|1001|us=on}}
{{Cardinal to word/0 to 999999|8052}}
{{Cardinal to word/0 to 999999|8052|us=on}}
{{Cardinal to word/0 to 999999|999999}}
{{Cardinal to word/0 to 999999|999999|us=on}}
{{Cardinal to word/0 to 999999|-1}}

produces:

not a sausage 
thirty
one hundred
one thousand
one thousand one
eight thousand and fifty-two
eight thousand fifty-two
nine hundred and ninety-nine thousand, nine hundred and ninety-nine
nine hundred ninety-nine thousand, nine hundred ninety-nine
{{Cardinal to word/0 to 999999}}: value "-1" is not a natural number in the range 0 to 999,999

See also