Модул:category tree/poscatboiler/data/lang-specific/goh

Документацију овог модула можете да направите на страници Модул:category tree/poscatboiler/data/lang-specific/goh/док

local labels = {}
local handlers = {}


--------------------------------- Nouns/Pronouns/Numerals --------------------------------

for _, pos in ipairs({"nouns"}) do
	local sgpos = pos:gsub("s$", "")
	for _, decl in ipairs { "a", "ja", "wa", "i", "n", "ō", "jō" } do
		labels[decl .. "-stem " .. pos] = {
			description = "Old High German ''" .. decl .. "''-stem " .. pos .. ".",
			additional = "Note that the stem class is named from the perspective of Proto-Germanic, and the stem suffix may no longer be visible synchronically.",
			breadcrumb = {name = decl .. "-stem", nocap = true},
			parents = {{
				name = pos .. " by inflection type",
				sort = decl,
			}},
		}
	end
end


return {LABELS = labels, HANDLERS = handlers}