Module:labels/data/lang/bar

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

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

labels = {
	aliases = {"East Central Bavaria", "East Central"},
	regional_categories = "East Central",
}

labels = {
	aliases = {"West Central Bavaria", "West Central"},
	regional_categories = "West Central",
}

labels = {
	aliases = {"South Central Bavaria", "South Central"},
	regional_categories = "South Central",
}

labels = {
	aliases = {"South Bavarian", "Southern Bavaria", "Southern"},
	Wikipedia = true,
	regional_categories = "Southern",
}

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

labels = {
	aliases = {"Upper Austrian"},
	Wikipedia = true,
	regional_categories = "Upper Austrian",
}

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

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

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

labels = {
	aliases = {"Carinthian", "Kärnten"},
	Wikipedia = true,
	regional_categories = "Carinthian",
}

labels = {
	aliases = {"Egerländisch", "Chebsko"},
	Wikipedia = true,
	regional_categories = true,
}

labels = {
	aliases = {"Niederösterreich", "Niederösterreichisch", "Lower Austrian"},
	Wikipedia = true,
	regional_categories = "Lower Austrian",
}

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

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

labels = {
	aliases = {"Styrian", "Steiermark", "Steiermärkisch", "Steirisch"},
	Wikipedia = true,
	regional_categories = "Styrian",
}

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

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

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