48,355
edits
No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
local default_form_types = { | local default_form_types = { | ||
{key = "cardinal", display = "[[cardinal number|Cardinal]]"}, | {key = "cardinal", display = "[[wikt:cardinal number|Cardinal]]"}, | ||
{key = "ordinal", display = "[[ordinal number|Ordinal]]"}, | {key = "ordinal", display = "[[wikt:ordinal number|Ordinal]]"}, | ||
{key = "ordinal_abbr", display = "[[ordinal number|Ordinal]] [[abbreviation]]"}, | {key = "ordinal_abbr", display = "[[wikt:ordinal number|Ordinal]] [[wikt:abbreviation]]"}, | ||
{key = "adverbial", display = "[[adverbial number|Adverbial]]"}, | {key = "adverbial", display = "[[wikt:adverbial number|Adverbial]]"}, | ||
{key = "multiplier", display = "[[multiplier|Multiplier]]"}, | {key = "multiplier", display = "[[wikt:multiplier|Multiplier]]"}, | ||
{key = "distributive", display = "[[distributive number|Distributive]]"}, | {key = "distributive", display = "[[wikt:distributive number|Distributive]]"}, | ||
{key = "collective", display = "[[collective number|Collective]]"}, | {key = "collective", display = "[[wikt:collective number|Collective]]"}, | ||
{key = "fractional", display = "[[fractional|Fractional]]"}, | {key = "fractional", display = "[[wikt:fractional|Fractional]]"}, | ||
} | } | ||