Module:Category tree/poscatboiler/data/lang-specific/vzaa: Difference between revisions

From The Languages of David J. Peterson
Jump to navigation Jump to search
(Created page with "local labels = {} ----------------------------------------------------------------------------- -- -...")
 
No edit summary
Line 13: Line 13:


labels["light nouns"] = {
labels["light nouns"] = {
description = "{{{langname}}} light nouns.",
description = "{{{langname}}} nouns that belong to the light class.",
parents = {"nouns"},
parents = {"nouns by class"},
breadcrumb = "light",
breadcrumb = "light",
}
}


labels["dark nouns"] = {
labels["dark nouns"] = {
description = "{{{langname}}} dark nouns.",
description = "{{{langname}}} nouns that belong to the dark class.",
parents = {"nouns"},
parents = {"nouns by class"},
breadcrumb = "dark",
breadcrumb = "dark",
}
}


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

Revision as of 13:10, 12 September 2023

Documentation for this module may be created at Module:Category tree/poscatboiler/data/lang-specific/vzaa/documentation

local labels = {}



-----------------------------------------------------------------------------
--                                                                         --
--                                   NOUNS                                 --
--                                                                         --
-----------------------------------------------------------------------------


--------------------------------- Noun labels --------------------------------

labels["light nouns"] = {
	description = "{{{langname}}} nouns that belong to the light class.",
	parents = {"nouns by class"},
	breadcrumb = "light",
}


labels["dark nouns"] = {
	description = "{{{langname}}} nouns that belong to the dark class.",
	parents = {"nouns by class"},
	breadcrumb = "dark",
}


return {LABELS = labels}