Модуль:Writing systems/data

Wiktionary дан

Documentation for this module may be created at Модуль:Writing systems/data/doc

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