Module:number list/data/ccp
Appearance
- පහත දැක්වෙන උපදෙස්, Module:documentation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains data on various types of numbers in Chakma.
(edit)
Number | Numeral | Cardinal |
---|---|---|
1 | 𑄷 | 𑄆𑄇𑄴 (ek), 𑄃𑄬𑄇𑄴 (ek) |
2 | 𑄸 | 𑄘𑄪𑄭 |
3 | 𑄹 | 𑄖𑄨𑄚𑄴 (tin) |
local export = {numbers = {}}
local numbers = export.numbers
export.numeral_config = {
zero_codepoint = 0x11136, -- 𑄶, CHAKMA DIGIT ZERO
}
-- This number list has yet to be expanded.
numbers[1] = {
cardinal = { "𑄆𑄇𑄴", "𑄃𑄬𑄇𑄴" },
}
numbers[2] = {
cardinal = "𑄘𑄪𑄭",
}
numbers[3] = {
cardinal = "𑄖𑄨𑄚𑄴",
}
return export