มอดูล:number list/data/mhj
- The following documentation is generated by Module:documentation. [edit]
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
This module contains data on various types of numbers in Mogholi.
(edit)
จำนวน | เชิงการนับ |
---|---|
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