모듈:Writing systems/data

위키낱말사전, 말과 글의 누리

이 모듈에 대한 설명문서는 모듈:Writing systems/data/설명문서에서 만들 수 있습니다

local m = {}

m["abjad"] = {
    canonicalName = "abjad",
    otherNames = {"consonantary", "consonantal alphabet", "syllabary"},
}

m["abugida"] = {
    canonicalName = "abugida",
    otherNames = {"alphasyllabary"},
}

m["alphabet"] = {
    canonicalName = "alphabet",
}

m["logography"] = {
    canonicalName = "logography",
    otherNames = {"ideography"},
}

m["pictography"] = {
    canonicalName = "pictography",
}

m["syllabary"] = {
    canonicalName = "syllabary",
}

return m