Module:number list/data/itc-pro

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

local numbers = export.numbers

-- Delete any number types that don't apply.
numbers = {
	cardinal = "*oinos",
	ordinal = {"*prāmos", "*priismos"},
}

numbers = {
	cardinal = "*duō",
	prefix = "*dwi-",
	adverbial = "*dwis"
}
numbers = {
	cardinal = "*trēs",
	ordinal = "*tritios",
	prefix = "*tri-",
}
numbers = {
	cardinal = "*kʷettwōr",
	ordinal = "*kʷatwortos",
	prefix = "*kʷatru-",
}
numbers = {
	cardinal = "*kʷenkʷe",
	ordinal = "*kʷenktos",
}

numbers = {
	cardinal = "*seks",
	ordinal = "*sekstos"
}

numbers = {
	cardinal = "*septəm",
	ordinal = "*septVmos"
}
numbers = {
	cardinal = "*oktō",
	ordinal = "*oktāwos"
}
numbers = {
	cardinal = "*nowən",
	ordinal = "*nowVnos"
}
numbers = {
	cardinal = "*dekəm",
	ordinal = "*dekVmos",
}

return export