Module:category tree/lang/loxw: Difference between revisions

Created page with "local labels = {} return {LABELS = labels}"
 
No edit summary
 
Line 1: Line 1:
local labels = {}
local labels = {}
labels["human nouns"] = {
description = "{{{langname}}} nouns which cause human agreement.",
breadcrumb = "human",
parents = {"nouns by class"},
umbrella = false
}
labels["agent nouns"] = {
description = "{{{langname}}} nouns derived with agentivizers.",
breadcrumb = "agent",
parents = {"human nouns"},
}


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