Module:category tree/poscatboiler/data/lang-specific/tpw

Hello, you have come here looking for the meaning of the word Module:category tree/poscatboiler/data/lang-specific/tpw. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:category tree/poscatboiler/data/lang-specific/tpw, but we will also tell you about its etymology, its characteristics and you will know how to say Module:category tree/poscatboiler/data/lang-specific/tpw in singular and plural. Everything you need to know about the word Module:category tree/poscatboiler/data/lang-specific/tpw you have here. The definition of the word Module:category tree/poscatboiler/data/lang-specific/tpw will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:category tree/poscatboiler/data/lang-specific/tpw, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

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 poscatboiler system, which is a general framework for generating the descriptions and categorization of category pages.

For more information, see Module:category tree/poscatboiler/data/lang-specific/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/poscatboiler/data/lang-specific in order for the module to be recognized.


local labels = {}

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

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

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

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

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

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

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

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

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

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

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

return {LABELS = labels}