Module:category tree/lang/snon: Difference between revisions

Melinoë (talk | contribs)
No edit summary
Melinoë (talk | contribs)
No edit summary
Line 3: Line 3:


--------------------------------- Nouns/Pronouns/Numerals --------------------------------
--------------------------------- Nouns/Pronouns/Numerals --------------------------------
labels["n-stem nouns"] = {
description = "{{{langname}}} ''n''-stem nouns, deriving from Proto-Indo-European ''n''-stem nouns.",
displaytitle = "{{{langname}}} ''n''-stem nouns",
additional = "This is not a single class in {{{langdisp}}}, but several related gender-differentiated classes.",
breadcrumb = "''n''-stem",
parents = {"nouns by inflection type"},
}
--[=[
--[=[
Noun declension specifications. The top-level key is the stem class, and the value is an object containing properties of
Noun declension specifications. The top-level key is the stem class, and the value is an object containing properties of
Line 49: Line 40:
]=]
]=]
local noun_decls = {
local noun_decls = {
["<a>-stem"] = {
["lenite"] = {
gender = "masculine",
nom_sg = "bare stem, slender",
gen_sg = "bare stem, slender",
nom_pl = "<-arr>",
},
},


["<ō>-stem"] = {
["radical"] = {
gender = "feminine",
nom_sg = "bare stem",
gen_sg = "<-arr>",
nom_pl = "<-arr>",
},
},
}
}
Line 78: Line 61:
end,
end,
principal_parts = {
principal_parts = {
{"nom_sg", "nominative singular"},
{"sg", "singular"},
{"gen_sg", "genitive singular"},
{"pl", "plural"},
{"nom_pl", "nominative plural"},
},
},
addl = "The stem classes are named from the perspective of [[:Category:Proto-Germanic language|Proto-Germanic]] " ..
"and may not still be visible in {{{langname}}} inflections.",
}
}


return {LABELS = labels}
return {LABELS = labels}