Module:labels/data/lang/scn

Hello, you have come here looking for the meaning of the word Module:labels/data/lang/scn. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:labels/data/lang/scn, but we will also tell you about its etymology, its characteristics and you will know how to say Module:labels/data/lang/scn in singular and plural. Everything you need to know about the word Module:labels/data/lang/scn you have here. The definition of the word Module:labels/data/lang/scn will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:labels/data/lang/scn, 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 = {}

-- CALABRIA

labels = {
	aliases = {"Calabrian", "Calabrese", "cal"},
	Wikipedia = "Languages of Calabria#Central–Southern Calabrian",
	regional_categories = "Calabrian",
}

-- -- CENTER

labels = {
	aliases = {"CC"},
	display = "central ]",
	regional_categories = true,
}

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

-- -- SOUTH

labels = {
	aliases = {"South Calabria", "SC"},
	display = "southern ]",
	regional_categories = true,
}

labels = {
	aliases = {"Reggio", "Reggino"},
	Wikipedia = true,
	regional_categories = "Reggino",
}

-- SALENTO

labels = {
	aliases = {"Salentino", "sal"},
	Wikipedia = "Salentino dialect",
	regional_categories = "Salentine",
}

-- SICILY
labels = {
	Wikipedia = true,
	regional_categories = "Sicilian",
}

-- -- WEST

labels = {
	aliases = {"West Sicily", "West", "WS"},
	display = "western ]",
	regional_categories = true,
}

labels = {
	aliases = {"Palermitan"},
	Wikipedia = true,
	regional_categories = "Palermitan",
}

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

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

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

labels = {
	aliases = {"Pantesco"},
	Wikipedia = "Pantesco dialect",
	regional_categories = "Pantesco",
}

-- -- EAST

labels = {
	aliases = {"East Sicily", "East", "ES"},
	display = "eastern ]",
	regional_categories = true,
}

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

labels = {
	aliases = {"SES"},
	display = "south-eastern ]",
	regional_categories = "South-Eastern Sicily",
}

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

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

labels = {
	Wikipedia = "Ragusa, Sicily",
	regional_categories = "Ragusan",
}

-- IDK

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

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