Module:category tree/lang/cel-gal: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
for _, pos in ipairs{"nouns", "proper nouns"} do | for _, pos in ipairs{"nouns", "proper nouns"} do | ||
for _, decl in ipairs{"a", "e", "o", "n", "nt", "á", "consonant"} do | for _, decl in ipairs{"a", "e", "o", "n", "nt", "á", "r", "consonant"} do | ||
local decltext = decl .. "-declension" | local decltext = decl .. "-declension" | ||
labels[decltext .. " " .. pos] = { | labels[decltext .. " " .. pos] = { | ||
description = "{{{langname}}} " .. pos .. " | description = "{{{langname}}} " .. pos .. " that end in " .. (decl == "consonant" and "a consonant" or "''-" .. decl .. "''") .. ".", | ||
parents = {{name = pos .. " by inflection type", sort = declnum}}, | parents = {{name = pos .. " by inflection type", sort = declnum}}, | ||
breadcrumb = decl, | breadcrumb = decl, | ||