Module:category tree/fam/wasc


This data submodule defines part of Wiktionary's category structure.

For an introduction to the category tree system and a description of how to add or modify categories, see Module:category tree/documentation.


local labels = {}

labels["human nouns"] = {
	description = "{{{langname}}} nouns that represent humans.",
	breadcrumb = "human",
	parents = {"nouns by class"},
}

return {LABELS = labels}