Module:Category tree/poscatboiler/data/lang-specific/vzaa: Difference between revisions
(Created page with "local labels = {} ----------------------------------------------------------------------------- -- -...") |
No edit summary |
||
Line 13: | Line 13: | ||
labels["light nouns"] = { | labels["light nouns"] = { | ||
description = "{{{langname}}} light | 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 | 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}