Module:category tree/fam/gem: Difference between revisions
m 1 revision imported |
No edit summary |
||
| Line 203: | Line 203: | ||
breadcrumb = "''j''-present", | breadcrumb = "''j''-present", | ||
parents = {{name = "class 7 strong verbs", sort = "j-present"}}, | parents = {{name = "class 7 strong verbs", sort = "j-present"}}, | ||
} | |||
for _, pos in ipairs{"nouns", "adjectives"} do | |||
for _, decl in ipairs{"a", "ō", "ī/jō", "i", "u", "an", "ōn", "īn", "r", "z"} do | |||
labels[decl .. "-stem " .. pos] = { | |||
description = "{{{langname}}} " .. pos .. " that belong to the ''" .. decl .. "''-stem declension class.", | |||
breadcrumb = {name = "''" .. decl .. "''-stem", nocap = true}, | |||
displaytitle = "{{{langname}}} ''" .. decl .. "''-stem " .. pos, | |||
parents = {{ | |||
name = pos .. " by inflection type", | |||
sort = decl, | |||
}}, | |||
} | |||
end | |||
end | |||
labels["consonant stem nouns"] = { | |||
description = "{{{langname}}} nouns that belong to the consonant stem declension class.", | |||
breadcrumb = {name = "consonant stem", nocap = true}, | |||
parents = "nouns by inflection type", | |||
} | } | ||