模組:Category tree/poscatboiler/data/lang-specific/gmh
外观
This module handles generating the descriptions and categorization for 中古高地德語 category pages of the format "中古高地德語 LABEL" where LABEL can be any text. Examples are Category:Bulgarian conjugation 2.1 verbs and Category:Russian velar-stem neuter-form nouns. 該模块是 poscatboiler 系統的一部分,該系統是用於生成分類頁面的描述和分類的通用框架。
有關更多資訊,請參閱Module:category tree/poscatboiler/data/lang-specific/doc。
注意:如果您新增了特定語言的模块,請將語言代碼新增至 Module:category tree/poscatboiler/data/lang-specific 頂部的清單中,使程式碼能識別該模块。
local labels = {}
-----------------------------------------------------------------------------
-- --
-- VERBS --
-- --
-----------------------------------------------------------------------------
--------------------------------- Verb labels --------------------------------
labels["irregular weak verbs"] = {
description = "{{{langname}}} [[Appendix:Glossary#weak verb|weak verbs]] with irregular past tense or past participle.",
parents = {{name = "irregular verbs", sort = "weak"}},
breadcrumb = "weak",
}
labels["irregular strong verbs"] = {
description = "{{{langname}}} [[Appendix:Glossary#strong verb|strong verbs]] that cannot be categorized into one of the seven primary categories of strong verbs.",
parents = {{name = "irregular verbs", sort = "strong"}},
breadcrumb = "strong",
}
labels["verbs using hân as auxiliary"] = {
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["verbs using sîn as auxiliary"] = {
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["verbs using hân and sîn as auxiliary"] = {
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}