Module:number list/data/enm

Hello, you have come here looking for the meaning of the word Module:number list/data/enm. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:number list/data/enm, but we will also tell you about its etymology, its characteristics and you will know how to say Module:number list/data/enm in singular and plural. Everything you need to know about the word Module:number list/data/enm you have here. The definition of the word Module:number list/data/enm will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:number list/data/enm, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "nought",
}

numbers = {
	cardinal = {"oon", "oo"},
	ordinal = "first",
	adverbial = {"ene", "enes", "ones"},
	multiplier = "sengle",
	distributive = "sengle",
	-- collective = "",
	-- fractional = "",
}

numbers = {
	cardinal = {"two", "twei"},
	ordinal = "secunde",
	adverbial = {"twie", "twies"},
	multiplier = "twofold",
}

numbers = {
	cardinal = "thre",
	ordinal = "thridde",
	adverbial = {"thrie", "thries"},
	multiplier = "threfold",
	distributive = "threfold",
}

numbers = {
	cardinal = "four",
	ordinal = "ferthe",
}

numbers = {
	cardinal = "five",
	ordinal = "fifte",
}

numbers = {
	cardinal = "six",
	ordinal = "sixte",
}

numbers = {
	cardinal = "seven",
	ordinal = "seventhe",
	multiplier = "sevenefold",
}

numbers = {
	cardinal = "eighte",
	ordinal = "eiȝtthe",
}

numbers = {
	cardinal = "nyne",
	ordinal = "nynthe",
}

numbers = {
	cardinal = "ten",
	ordinal = {"tenthe", "tithe"},
}

numbers = {
	cardinal = "elleven",
}

numbers = {
	cardinal = "twelve",
}

numbers = {
	cardinal = "thrittene",
}

numbers = {
	cardinal = "fourtene",
}

numbers = {
	cardinal = "fiftene",
}

numbers = {
	cardinal = "sixtene",
}

numbers = {
	cardinal = "seventene",
}

numbers = {
	cardinal = "eightetene",
}

numbers = {
	cardinal = "nynetene",
}

numbers = {
	cardinal = "twenty",
	ordinal = "twentithe",
}

numbers = {
	cardinal = "thritty",
	ordinal = "thrittithe",
}

numbers = {
	cardinal = "fourty",
	ordinal = "fourtithe",
}

numbers = {
	cardinal = "fifty",
	ordinal = "fiftithe",
}

numbers = {
	cardinal = "sixty",
	ordinal = "sixtithe",
}

numbers = {
	cardinal = "seventy",
	ordinal = "seventithe",
}

numbers = {
	ordinal = "eightithe",
}

numbers = {
	cardinal = "nynty",
	ordinal = "nyntithe",
}

numbers = {
	cardinal = "hundred",
	ordinal = "hundred",
	multiplier = "hundredfold"
}

numbers = {
	cardinal = "thousend",
	ordinal = "thousend",
	multiplier = "thousendfold"
}


return export