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 = {}
-- classes
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"}},
}
-- spellings
labels = {
description = "{{{langname}}} terms using the spelling created by {{w|Joseph of Anchieta}} in the 16th century.",
parents = {"terms by orthographic property"},
}
labels = {
description = "{{{langname}}} terms using the spelling present in 1624's Vocabulary in the Brasílica Language.",
parents = {"terms by orthographic property"},
}
labels = {
description = "{{{langname}}} terms using the spelling by Jehan Lamy in his ''{{w|Le langaige du Bresil}}''.",
parents = {"terms by orthographic property"},
}
return {LABELS = labels}