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

Hello, you have come here looking for the meaning of the word Module:category tree/poscatboiler/data/lang-specific/de. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:category tree/poscatboiler/data/lang-specific/de, 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/de in singular and plural. Everything you need to know about the word Module:category tree/poscatboiler/data/lang-specific/de you have here. The definition of the word Module:category tree/poscatboiler/data/lang-specific/de 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/de, 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 German category pages of the format "German 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 = {}



-----------------------------------------------------------------------------
--                                                                         --
--                                   NOUNS                                 --
--                                                                         --
-----------------------------------------------------------------------------


--------------------------------- Noun labels --------------------------------

labels = {
	description = "{{{langname}}} nouns following the ].",
	parents = {"nouns by inflection type"},
	breadcrumb = "mixed",
}

labels = {
	description = "{{{langname}}} nouns following the ].",
	parents = {"nouns by inflection type"},
	breadcrumb = "weak",
}

labels = {
	description = "{{{langname}}} nouns referring to language-families, languages and dialects, with two possible declensions. One follows a typical neuter noun declension, while the other is more adjectival and is only used with the definite article.",
	parents = {"nouns by inflection type"},
}



-----------------------------------------------------------------------------
--                                                                         --
--                                   VERBS                                 --
--                                                                         --
-----------------------------------------------------------------------------


--------------------------------- Verb labels --------------------------------

labels = {
	description = "{{{langname}}} ] with irregular past tense or past participle.",
	parents = {{name = "irregular verbs", sort = "weak"}},
	breadcrumb = "weak",
}

labels = {
	description = "{{{langname}}} ] that cannot be categorized into one of the seven primary categories of strong verbs.",
	parents = {{name = "irregular verbs", sort = "strong"}},
	breadcrumb = "strong",
}

labels = {
	description = "{{{langname}}} verbs that conjugate their composed tenses using {{m|de|haben}}.",
	parents = {{name = "verbs by inflection type", sort = "haben as auxiliary"}},
	breadcrumb = "{{m|de||haben}} as auxiliary",
}

labels = {
	description = "{{{langname}}} verbs that conjugate their composed tenses using {{m|de|sein}}.",
	parents = {{name = "verbs by inflection type", sort = "sein as auxiliary"}},
	breadcrumb = "{{m|de||sein}} as auxiliary",
}

labels = {
	description = "{{{langname}}} verbs that conjugate their composed tenses using either {{m|de|haben}} or {{m|de|sein}} (possibly with a difference in meaning).",
	parents = {{name = "verbs by inflection type", sort = "haben and sein as auxiliary"}},
	breadcrumb = "{{m|de||haben}} and {{m|de||sein}} as auxiliary",
}


return {LABELS = labels}