Module:labels/data/lang/yrl

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


local labels = {}

-- VARIETIES --
-- Cities --
labels = {
	aliases = {"São Gabriel", "são-gabrielense"},
	Wikipedia = true,
	regional_categories = "São-Gabrielense",
	parent = "Rio Negro",
}

labels = {
	aliases = {"Santa Isabel", "isabelense"},
	Wikipedia = true,
	regional_categories = "Isabelense",
	parent = "Rio Negro",
}

-- Rivers/Regions --
labels = {
	aliases = {"Rionegrino"},
	Wikipedia = "Rio Negro (Amazon)",
	regional_categories = "Rionegrino",
	parent = "Brazil",
	prep = "along",
	region = "the {{w|Rio Negro (Amazon)|Rio Negro}}",
}

labels = {
	Wikipedia = true,
	regional_categories = true,
	parent = "Brazil",
	region = "the stretch of the {{w|Amazon River}} before the {{w|Meeting of Waters}}, also known as the Solimões River",
}
labels = {
	aliases = {"Alto Amazonas"},
	Wikipedia = "Amazon River",
	regional_categories = "Upper Amazonian",
	parent = "Amazon",
	region = "the stretch of the Amazon River between the {{w|Meeting of Waters}} and the {{w|Madeira River|Madeira}} tributary",
}

labels = {
	aliases = {"Médio Amazonas"},
	Wikipedia = "Amazon River",
	regional_categories = "Middle Amazonian",
	parent = "Amazon",
	region = "the stretch of the Amazon River between the {{w|Madeira River|Madeira}} and {{w|Tapajós}} tributaries",
}

labels = {
	aliases = {"Baixo Amazonas"},
	Wikipedia = "Amazon River",
	regional_categories = "Lower Amazonian",
	parent = "Amazon",
	region = "the stretch of the Amazon River after the {{w|Tapajós}} tributary",
}

labels = {
	aliases = {"Amazonas"},
	Wikipedia = "Amazon River",
	regional_categories = "Amazonian",
	parent = "Brazil",
	prep = "along",
	region = "the Amazon River",
}

labels = {
	Wikipedia = true,
	regional_categories = "Brazilian",
	parent = true,
}

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