Документација модула[прикажи] [уреди] [историја] [освежи]
За овај шаблон потребна документација.
Please document this template by describing its purpose and usage on the documentation page.

local m = {}

m["абјад"] = {
	canonicalName = "abjad",
	otherNames = {"consonantary", "consonantal alphabet", "syllabary"},
}

m["абугида"] = {
	canonicalName = "абугида",
	otherNames = {"alphasyllabary"},
}

m["алфабет"] = {
	canonicalName = "алфабет",
	category = "Абецедни системи писања",
}

m["logography"] = {
	canonicalName = "logography",
	otherNames = {"ideography"},
	category = "Логографски системи за писање",
}

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

m["словар"] = {
	canonicalName = "syllabary",
	category = "Словар",
}

return m