Module:labels/data/lang/vec

Hello, you have come here looking for the meaning of the word Module:labels/data/lang/vec. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:labels/data/lang/vec, but we will also tell you about its etymology, its characteristics and you will know how to say Module:labels/data/lang/vec in singular and plural. Everything you need to know about the word Module:labels/data/lang/vec you have here. The definition of the word Module:labels/data/lang/vec will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:labels/data/lang/vec, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

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 = {}

-- CITIES --

labels = {
	aliases = {"Vicentine"},
	Wikipedia = true,
	regional_categories = "Central",
}

labels = {
	aliases = {"Bellunese"},
	Wikipedia = true,
	regional_categories = "Northern",
}

labels = {
	aliases = {"Trevisan"},
	Wikipedia = true,
	regional_categories = "Northern",
}

labels = {
	aliases = {"Paduan"},
	Wikipedia = true,
	regional_categories = "Central",
}

labels = {
	aliases = {"Veronese"},
	Wikipedia = true,
	regional_categories = "Western",
}

labels = {
	Wikipedia = true,
	regional_categories = "Lagunar",
}

labels = {
	aliases = {"Dubrovnik", "Ragusan"},
	Wikipedia = "Dubrovnik",
	regional_categories = "Istro-Dalmatian",
}

labels = {
	Wikipedia = true,
	regional_categories = true,
}

-- DIALECT GROUPS --

labels = { -- magenta on the Galepin
	aliases = {"L"},
	Wikipedia = "it:Dialetto veneziano",
	region = "the city of ] and environs",
	regional_categories = "Lagunar",
	parent = true,
}

labels = { -- yellow
	aliases = {"C"},
	Wikipedia = "it:Dialetto veneto centrale",
	region = "], ] and ]",
	regional_categories = "Central",
	parent = true,
}

labels = { -- red
	aliases = {"E"},
	Wikipedia = "it:Veneto orientale",
	region = "], ], ] and ]",
	regional_categories = "Eastern",
	parent = true,
}

labels = { -- dark green
	aliases = {"W"},
	Wikipedia = "it:Dialetto veneto occidentale",
	region = "] and ]",
	regional_categories = "Western",
	parent = true,
}

labels = { -- light green
	aliases = {"N"},
	Wikipedia = "it:Dialetto veneto settentrionale",
	region = "most of the province of ]",
	regional_categories = "Northern",
	parent = true,
}

labels = { -- blue
	aliases = {"HV"},
	Wikipedia = "it:Alto vicentino",
	region = "the northwestern sector of the province of ]",
	regional_categories = "High Vicentine",
	parent = true,
}

labels = { -- black
	aliases = {"ET"},
	display = "eastern ]",
	region = "eastern ]",
	regional_categories = "Eastern Trentino",
	parent = true,
}

labels = { -- grey
	aliases = {"JD", "ID", "Istro-Dalmatian"},
	Wikipedia = "it:Dialetto veneto coloniale",
	region = "], ] and ]",
	regional_categories = true,
	parent = true,
}

-- MISC --

labels = {
	aliases = {"Armn"},
	Wikipedia = "hy:Բառ գիրգ Տալիանի",
	display = "17th c. Armenian dictionary",
}

labels = {
	display = "alternative spelling",
}

labels = {
	display = "alternative spellings",
}

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