Template:Number format
Appearance
unknown action
Template documentation
{{subst:number format | number | action }}
|1=
:
- A value between zero and fifty in Arabic (4), Roman (IV), or written (four) format.
|2=
:
- "type" returns one of "arabic", "roman" or "written".
- "arabic" returns the equivalent number in Arabic format (4).
- "roman" returns the equivalent number in Roman format (IV).
- "written" returns the equivalent number in Written format (four).
Examples
will return '15':
{{subst:number format | fifteen | arabic }}