Module:category tree/fam/wasc-fam: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
labels["human nouns"] = {
labels["human nouns"] = {
description = "{{{langname}}} nouns which cause human agreement.",
description = "{{{langname}}} nouns which cause human agreement.",
breadcrumb = "human", -- Note: changed 'class' to a string to avoid a Lua error
breadcrumb = "human",
parents = {"nouns by class"},
parents = {"nouns by class"},
umbrella_parents = "Nouns by class by language", -- Adds the umbrella category to this parent
umbrella_parents = "Nouns by class by language",
}
}


Line 12: Line 12:
breadcrumb = "agent",
breadcrumb = "agent",
parents = {"human nouns"},
parents = {"human nouns"},
umbrella_parents = "Human nouns by language", -- Optional: If you want to structure the agent umbrella the same way
umbrella_parents = "Human nouns by language",
}
}


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