Module:NumberSpell/doc: Difference between revisions
From Kenshi Wiki
More actions
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
[[Category:Module documents]] | |||
[[Category:Module documentation pages]] | [[Category:Module documentation pages]] | ||
</noinclude> | </noinclude> |
Revision as of 22:28, 9 March 2025
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