Jump to content

Module:writing systems/data

From Wiktionary, the free dictionary

This module needs documentation.
Please document this module by describing its purpose and usage on the documentation page.

local m = {}

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

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

m["alphabet"] = {
	"alphabet",
	9779,
	category = "Alphabetic writing systems",
}

m["logography"] = {
	"logography",
	3953107,
	otherNames = {"ideography"},
	category = "Logographic writing systems",
}

m["pictography"] = {
	"pictography",
	860735,
	category = "Pictographic writing systems",
}

m["semisyllabary"] = {
	"semisyllabary",
	3781304,
	otherNames = {"semi-syllabary"},
	category = "Semisyllabaries",
}

m["syllabary"] = {
	"syllabary",
	182133,
	category = "Syllabaries",
}

return require("Module:languages").finalizeData(m, "writing systems")