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

Replaced content with "local labels = {} local noun_declensions = { first = "1", second = "2", third = "3", fourth = "4", fifth = "5", sixth = "6", seventh = "7", eighth = "8", ninth = "9" } for _, pos in ipairs{"nouns", "adjectives"} do for decl, declnum in pairs(noun_declensions) do local decltext = decl .. " declension" labels[decltext .. " " .. pos] = { description = "{{{langname}}} " .. pos .. " of the " .. decltext .. ".", parents = {{name = pos .. " by inflecti..."
Tag: Replaced
No edit summary
Line 23: Line 23:
end
end
end
end
labels["nouns with oblique suppletion"] = {
description = "{{{langname}}} nouns that have separate stems for absolutive and oblique cases.",
parents = "suppletive nouns",
breadcrumb = "oblique suppletion"
}


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