Module:category tree/lang/tpw


This module handles generating the descriptions and categorization for Old Tupi category pages of the format "Old Tupi LABEL" where LABEL can be any text. Examples are Category:Bulgarian conjugation 2.1 verbs and Category:Russian velar-stem neuter-form nouns. This module is part of the category tree system, which is a general framework for generating the descriptions and categorization of category pages.

For more information, see Module:category tree/lang/documentation.

NOTE: If you add a new language-specific module, you must add the language code to the list at the top of Module:category tree/lang in order for the module to be recognized.


local labels = {}

-- classes
labels["IIa class nouns"] = {
	description = "{{{langname}}} pluriform nouns that follow the T-R-S relational prefix pattern.",
	parents = {{name = "pluriform nouns", sort = "a"}},
}

labels["Ib class nouns"] = {
	description = "{{{langname}}} pluriform nouns that the starting P changes to M/MB when in the absolute form .",
	parents = {{name = "pluriform nouns", sort = "b"}},
}

labels["IIb class nouns"] = {
	description = "{{{langname}}} pluriform nouns that follow the T-R-T relational prefix pattern.",
	parents = {{name = "pluriform nouns", sort = "b"}},
}

labels["IIc class nouns"] = {
	description = "{{{langname}}} pluriform nouns that follow the ∅-R-S relational prefix pattern.",
	parents = {{name = "pluriform nouns", sort = "c"}},
}

labels["IId class nouns"] = {
	description = "{{{langname}}} pluriform nouns that follow the ∅-R-S relational prefix pattern, plus an additional interfix.",
	parents = {{name = "pluriform nouns", sort = "d"}},
}

labels["IIe class nouns"] = {
	description = "{{{langname}}} pluriform nouns that follow the S-R-S relational prefix pattern.",
	parents = {{name = "pluriform nouns", sort = "e"}},
}

labels["IIa class adjectives"] = {
	description = "{{{langname}}} pluriform adjectives that derive from IIa class nouns.",
	parents = {{name = "pluriform adjectives", sort = "a"}},
}

labels["IIb class adjectives"] = {
	description = "{{{langname}}} pluriform adjectives that derive from IIb class nouns.",
	parents = {{name = "pluriform adjectives", sort = "b"}},
}

labels["IIc class adjectives"] = {
	description = "{{{langname}}} pluriform adjectives that derive from IIc class nouns.",
	parents = {{name = "pluriform adjectives", sort = "c"}},
}

labels["IId class adjectives"] = {
	description = "{{{langname}}} pluriform adjectives that derive from IId class nouns.",
	parents = {{name = "pluriform adjectives", sort = "d"}},
}

labels["IIe class adjectives"] = {
	description = "{{{langname}}} pluriform adjectives that derive from IIe class nouns.",
	parents = {{name = "pluriform adjectives", sort = "e"}},
}

-- spellings
labels["terms with Anchietan spelling"] = {
	description = "{{{langname}}} terms using the spelling created by {{w|Joseph of Anchieta}} in the 16th century.",
	parents = {"terms by orthographic property"},
}

labels["terms with Vocabulary in the Brasílica Language spelling"] = {
	description = "{{{langname}}} terms using the spelling present in 1624's Vocabulary in the Brasílica Language.",
	parents = {"terms by orthographic property"},

}

labels["terms with Lamy spelling"] = {
	description = "{{{langname}}} terms using the spelling by Jehan Lamy in his ''{{w|Le langaige du Bresil}}''.",
	parents = {"terms by orthographic property"},

}

-- pronunciation
labels["terms with consonant clusters"] = {
	description = "{{{langname}}} terms with [[consonant cluster]]s originated from unadapted or partially adapted borrowings.",
	parents = {"terms by phonemic property"},
}

return {LABELS = labels}
Category:Category tree data modules/lang Category:Old Tupi data modules Category:Old Tupi modules