Module:number list/data/mhj
පෙනුම
- පහත දැක්වෙන උපදෙස්, Module:documentation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains data on various types of numbers in Mogholi.
(edit)
| Number | Cardinal |
|---|---|
| 1 | نكه |
| 2 | قیار |
| 3 | غربان |
| 4 | دربان |
| 5 | تابون |
| 6 | آثون |
| 7 | دالان |
| 8 | ثالان |
| 9 | تاسان |
| 10 | آربان |
local export = {numbers = {}}
export.numbers[1] = {
cardinal = "نكه",
}
export.numbers[2] = {
cardinal = "قیار",
}
export.numbers[3] = {
cardinal = "غربان",
}
export.numbers[4] = {
cardinal = "دربان",
}
export.numbers[5] = {
cardinal = "تابون",
}
export.numbers[6] = {
cardinal = "آثون",
}
export.numbers[7] = {
cardinal = "دالان",
}
export.numbers[8] = {
cardinal = "ثالان",
}
export.numbers[9] = {
cardinal = "تاسان",
}
export.numbers[10] = {
cardinal = "آربان",
}
return export