مۆدیوول:labels/data/lang/yrl
ڕواڵەت
"بەڵگەدارکردنی ئەم مۆدیوولە دەکرێ لە مۆدیوول:labels/data/lang/yrl/docدا دروست بکرێ"
local labels = {}
-- VARIETIES --
-- Cities --
labels["São Gabriel da Cachoeira"] = {
aliases = {"São Gabriel", "são-gabrielense"},
Wikipedia = true,
regional_categories = "São-Gabrielense",
parent = "Rio Negro",
}
labels["Santa Isabel do Rio Negro"] = {
aliases = {"Santa Isabel", "isabelense"},
Wikipedia = true,
regional_categories = "Isabelense",
parent = "Rio Negro",
}
-- Rivers/Regions --
labels["Rio Negro"] = {
aliases = {"Rionegrino"},
Wikipedia = "Rio Negro (Amazon)",
regional_categories = "Rionegrino",
parent = "Brazil",
fulldef = "Terms or senses in Nheengatu as spoken along the Rio Negro",
}
labels["Solimões"] = {
Wikipedia = true,
regional_categories = true,
parent = "Brazil",
fulldef = "Terms or senses in Nheengatu as spoken along the stretch of the Amazon River before the Meeting of Waters, also known as the Solimões River",
}
labels["Upper Amazon"] = {
aliases = {"Alto Amazonas"},
Wikipedia = "Amazon River",
regional_categories = "Upper Amazonian",
parent = "Amazon",
fulldef = "Terms or senses in Nheengatu as spoken in the stretch of the Amazon River between the Meeting of Waters and the Madeira tributary",
}
labels["Middle Amazon"] = {
aliases = {"Médio Amazonas"},
Wikipedia = "Amazon River",
regional_categories = "Middle Amazonian",
parent = "Amazon",
fulldef = "Terms or senses in Nheengatu as spoken in the stretch of the Amazon River between the Madeira and Tapajós tributaries",
}
labels["Lower Amazon"] = {
aliases = {"Baixo Amazonas"},
Wikipedia = "Amazon River",
regional_categories = "Lower Amazonian",
parent = "Amazon",
fulldef = "Terms or senses in Nheengatu as spoken in the stretch of the Amazon River after the Tapajós tributary",
}
labels["Amazon"] = {
aliases = {"Amazonas"},
Wikipedia = "Amazon River",
regional_categories = "Amazonian",
parent = "Brazil",
fulldef = "Terms or senses in Nheengatu as spoken along the Amazon River",
}
labels["Brazil"] = {
Wikipedia = true,
regional_categories = "Brazilian",
parent = true,
}
return require("Module:labels").finalize_data(labels)