Module:labels/data/lang/el

From Wiktionary, the free dictionary
< Module:labels‎ | data‎ | lang
Jump to navigation Jump to search

This module contains data for language-specific labels. See Module:labels/data for more info.

NOTE: If you add a new language-specific module, you must add the language code to the list at the top of Module:labels/data/lang in order for the module to be recognized.


local labels = {}

labels["Cretan"] = {
	aliases = {"cretan", "Crete"},
	Wikipedia = "Cretan Greek",
	regional_categories = true,
}

labels["Demotic"] = {
	Wikipedia = "Demotic Greek",
	regional_categories = true,
}

labels["Kaliarda"] = {
	aliases = {"Kaliarnta"},
	Wikipedia = true,
	plain_categories = true,
}

labels["Katharevousa"] = {
	aliases = {"kth"},
	Wikipedia = true,
	plain_categories = true,
}

labels["Maniot"] = {
	aliases = {"maniot"},
	Wikipedia = "Maniot dialect",
	regional_categories = true,
}

labels["Egyptiot"] = {
	aliases = {"Egyptiot Dialect", "Egyptiot Greek"},
	Wikipedia = "Egyptian Greeks",
	regional_categories = true,
}

labels["polytonic"] = {
	aliases = {"polyt", "poly"},
	Wikipedia = "Greek diacritics",
}

labels["Italiot"] = {
	aliases = {"Italiot Greek"},
	Wikipedia = "Italiot Greek",
}

return require("Module:labels").finalize_data(labels)