Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:NumberSpell/doc

From Wikipedia, the free encyclopedia

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

[edit]
{{#invoke:NumberSpell|main|number}}

Examples

[edit]
  • {{#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