มอดูล:writing systems/data
หน้าตา
- This มอดูล lacks a documentation subpage. Please create it.
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
local m = {}
m["abjad"] = {
canonicalName = "อักษรไร้สระ",
otherNames = {"abjad", "consonantary", "consonantal alphabet"},
}
m["abugida"] = {
canonicalName = "อักษรสระประกอบ",
otherNames = {"abugida", "alphasyllabary"},
}
m["alphabet"] = {
canonicalName = "อักษรสระ-พยัญชนะ",
otherNames = {"alphabet"},
category = "อักษรสระ-พยัญชนะ",
}
m["logography"] = {
canonicalName = "อักษรคำ",
otherNames = {"logography", "ideography"},
category = "อักษรคำ",
}
m["pictography"] = {
canonicalName = "อักษรภาพ",
otherNames = {"pictography"},
category = "อักษรภาพ",
}
m["semisyllabary"] = {
canonicalName = "อักษรกึ่งพยางค์",
category = "อักษรกึ่งพยางค์",
}
m["syllabary"] = {
canonicalName = "อักษรพยางค์",
otherNames = {"syllabary"},
category = "อักษรพยางค์",
}
return m