مۆدیوول:category tree/poscatboiler/data/lang-specific/pl
"بەڵگەدارکردنی ئەم مۆدیوولە دەکرێ لە مۆدیوول:category tree/poscatboiler/data/lang-specific/pl/docدا دروست بکرێ"
local labels = {}
--------------------------------- Adjectives --------------------------------
local adj_like_poses = {"adjective", "pronoun", "determiner", "numeral", "suffix"}
for _, pos in ipairs(adj_like_poses) do
local plpos = require("Module:string utilities").pluralize(pos)
labels["hard " .. plpos] = {
description = "{{{langname}}} hard-stem " .. plpos .. ".",
breadcrumb = "hard",
parents = {{name = plpos .. " by inflection type", sort = "hard-stem"}},
}
labels["soft " .. plpos] = {
description = "{{{langname}}} soft-stem " .. plpos .. ".",
breadcrumb = "soft",
parents = {{name = plpos .. " by inflection type", sort = "soft-stem"}},
}
labels["velar " .. plpos] = {
description = "{{{langname}}} velar-stem " .. plpos .. ".",
breadcrumb = "velar",
parents = {{name = plpos .. " by inflection type", sort = "velar-stem"}},
}
labels[plpos .. " with short forms"] = {
description = "{{{langname}}} " .. plpos .. " with short-form inflections.",
breadcrumb = "with short forms",
parents = {{name = plpos .. " by inflection type", sort = "short forms"}},
}
end
return {LABELS = labels}