Module:category tree/lang/qhv: Difference between revisions
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
local ordinal = require("Module:ConvertNumeric").spell_number(num, nil, nil, false, false, false, "ordinal") | local ordinal = require("Module:ConvertNumeric").spell_number(num, nil, nil, false, false, false, "ordinal") | ||
labels[ordinal .. "-declension " .. pos] = { | labels[ordinal .. "-declension " .. pos] = { | ||
description = "{{{langname}}} " .. pos .. " that belong to the " .. ordinal .. | description = "{{{langname}}} " .. pos .. " that belong to the " .. ordinal .. | ||
(i ~= 6 and "(or | (i ~= 6 and " (or ''" .. decl_vowel .. "''-themed)" or "") .. " declension class.", | ||
parents = {{name = pos .. " by inflection type", sort = num}}, | parents = {{name = pos .. " by inflection type", sort = num}}, | ||
breadcrumb = num, | breadcrumb = num, | ||