Module:number list/data/mrw

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

This module contains data on various types of numbers in Maranao.

Number Cardinal
1 isa
2 dowa
3 telo
4 pat
5 lima
6 nem
7 pito
8 walo, oalo
9 siyaw, siao
10 sapolo', sapoloq
100 gatos
1,000 nggibo
10,000 laksa', laksaq

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "isa"
}

numbers = {
	cardinal = "dowa"
}

numbers = {
	cardinal = "telo"
}

numbers = {
	cardinal = "pat"
}

numbers = {
	cardinal = "lima"
}

numbers = {
	cardinal = "nem"
}

numbers = {
	cardinal = "pito"
}

numbers = {
	cardinal = { "walo", "oalo" }
}

numbers = {
	cardinal = { "siyaw", "siao" }
}

numbers = {
	cardinal = { "sapolo'", "sapoloq" }
}

numbers = {
	cardinal = "gatos"
}

numbers = {
	cardinal = "nggibo"
}

numbers = {
	cardinal = { "laksa'", "laksaq" }
}

return export