Module:category tree/lang/snon: Difference between revisions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
--------------------------------- Nouns/Pronouns/Numerals -------------------------------- | --------------------------------- Nouns/Pronouns/Numerals -------------------------------- | ||
--[=[ | --[=[ | ||
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 = { | ||
[" | ["lenite"] = { | ||
}, | }, | ||
[" | ["radical"] = { | ||
}, | }, | ||
} | } | ||
| Line 78: | Line 61: | ||
end, | end, | ||
principal_parts = { | principal_parts = { | ||
{" | {"sg", "singular"}, | ||
{" | {"pl", "plural"}, | ||
}, | }, | ||
} | } | ||
return {LABELS = labels} | return {LABELS = labels} | ||