Module:category tree/fam/wasc

From Linguifex
Revision as of 19:05, 8 May 2026 by Sware (talk | contribs) (Created page with "local labels = {} labels["human nouns"] = { description = "{{{langname}}} nouns that represent humans.", breadcrumb = "human", parents = {"noun by class"}, } return {LABELS = labels}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 = {"noun by class"},
}

return {LABELS = labels}