Module:number list/data/dra-pro
පෙනුම
- පහත දැක්වෙන උපදෙස්, Module:documentation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains data on various types of numbers in Proto-Dravidian.
(edit)
| Number | ශුද්ධාංක | Adjectival |
|---|---|---|
| 1 | *onṯu | *oru, *on |
| 2 | *ir- | *iru |
| 3 | *mūnṯu | *muH |
| 4 | *nāl | *nāl |
| 5 | *cay | *cay |
| 6 | *cāṯu | *caṯ- |
| 7 | *ēẓu | *eẓ- |
| 8 | *eṇ- | *eṇ- |
| 9 | *toḷ, *toṇ | *toḷ, *toṇ |
| 10 | *paHtu | *paH- |
| 100 | *nūṯu |
local export = {numbers = {}}
export.additional_number_types = {
{key = "adjectival", display = "[[Adjectival]]", before = "multiplier"},
}
export.numbers[1] = {cardinal = "*onṯu", adjectival = {"*oru", "*on"}}
export.numbers[2] = {cardinal = "*ir-", adjectival = "*iru"}
export.numbers[3] = {cardinal = "*mūnṯu", adjectival = "*muH"}
export.numbers[4] = {cardinal = "*nāl", adjectival = "*nāl"}
export.numbers[5] = {cardinal = "*cay", adjectival = "*cay"}
export.numbers[6] = {cardinal = "*cāṯu", adjectival = "*caṯ-"}
export.numbers[7] = {cardinal = "*ēẓu", adjectival = "*eẓ-"}
export.numbers[8] = {cardinal = "*eṇ-", adjectival = "*eṇ-"}
export.numbers[9] = {cardinal = {"*toḷ", "*toṇ"}, adjectival = {"*toḷ", "*toṇ"}}
export.numbers[10] = {cardinal = "*paHtu", adjectival = "*paH-"}
export.numbers[100] = {cardinal = "*nūṯu"}
return export