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

This module handles generating the descriptions and categorization for Nheengatu category pages of the format "Nheengatu 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["IIa class nouns"] = {
	description = "{{{langname}}} pluriform nouns that follow the T-R-S relational prefix pattern.",
	parents = {{name = "pluriform nouns", sort = "a"}},
}

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["IIf class nouns"] = {
	description = "{{{langname}}} pluriform nouns that follow the ∅-R-S relational prefix pattern, but descend from distinct Old Tupi noun classes.",
	parents = {{name = "pluriform nouns", sort = "f"}},
}

return {LABELS = labels}