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", | breadcrumb = "human", | ||
parents = {"nouns by class"}, | parents = {"nouns by class"}, | ||
umbrella_parents = " | 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 = " | umbrella_parents = {name = "human nouns", is_label = true} | ||
} | } | ||
return {LABELS = labels} | return {LABELS = labels} | ||