Template:Number format

From Wikisource
Jump to navigation Jump to search

unknown action


{{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 [roman|roman|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).
----
Example (will return '15'):
  {{subst:number format
    | fifteen
    | arabic
  }}