Module:labels/data/lang/tpw

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

labels = {
	region= "Southern Brazil",
	aliases = {"South", "Southern"},
	regional_categories = "Southern",
}

labels = {
	region= "Northern and Northeastern Brazil",
	aliases = {"Tupinambá", "North", "Northern"},
	regional_categories = "Northern",
}

labels = {
	aliases = {"Late"},
	plain_categories = true
}

labels = {
	aliases = {"LGA", "Língua Geral Setentrional"},
	Wikipedia = "pt:Língua geral amazônica",
	plain_categories = true
}

labels = {
	aliases = {"LGP", "Língua Geral Meridional"},
	Wikipedia = "Paulista General Language",
	plain_categories = true
}

-- spellings
labels = {
	aliases = {"Anchieta", "Anchietan"},
	pos_categories = "terms with Anchietan spelling",
}

labels = {
	aliases = {"VLB"},
	pos_categories = "terms with Vocabulary in the Brasílica Language spelling",
}

labels = {
	aliases = {"Lamy", "Jehan Lamy"},
	pos_categories = "terms with Lamy spelling",
}

--other
--making so the label Christianity also adds Late Tupi by default
labels = {
	topical_categories = true,
	plain_categories = "Late Tupi",
	display = "]",
}

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