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

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



-----------------------------------------------------------------------------
--                                                                         --
--                                   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|gmh|hân}}.",
	parents = {{name = "verbs by inflection type", sort = "hân as auxiliary"}},
	breadcrumb = "{{m|gmh||hân}} as auxiliary",
}

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

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


return {LABELS = labels}