Module:category tree/lang/qhv: Difference between revisions
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
for _, pos in ipairs{"nouns", "proper nouns", "pronouns"} do | for _, pos in ipairs{"nouns", "proper nouns", "pronouns"} do | ||
for _, gender in ipairs{"lunar", "aquatic", "solar", "terrestrial"} do | for _, gender in ipairs{"lunar", "aquatic", "solar", "terrestrial"} do | ||
labels[gender .. pos] = { | labels[gender .. " " .. pos] = { | ||
description = "{{{langname}}} " .. pos .. " that belong to the " .. gender .. " gender or class.", | description = "{{{langname}}} " .. pos .. " that belong to the " .. gender .. " gender or class.", | ||
parents = {pos .. " by gender"}, | parents = {pos .. " by gender"}, | ||