Module:NumberSpell/doc
From Kenshi Wiki
More actions
This is the documentation page for Module:NumberSpell
| This is a documentation subpage for Module:NumberSpell. It may contain usage information, categories and other content that is not part of the original module page. |
This module takes a number and returns the equivalent English word. For example, "2" becomes "two" and "79" becomes "seventy-nine". Numbers must be integers between 0 and 100.
Usage
{{#invoke:NumberSpell|main|number}}
Examples
{{#invoke:NumberSpell|main|8}}→ eight{{#invoke:NumberSpell|main|56}}→ fifty-six{{#invoke:NumberSpell|main|101}}→ Error: input must be an integer between 0 and 100