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

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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 = {name = "nouns by class", is_label = true},
}
}


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 = {name = "human nouns", is_label = true}
}
}


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