Module:Category tree/poscatboiler/data/lang-specific/vzaa: Difference between revisions
No edit summary |
No edit summary Tag: Reverted |
||
Line 13: | Line 13: | ||
labels["dark adjectives"] = { | labels["dark adjectives"] = { | ||
description = "{{{langname}}} adjectives that belong to the dark class.", | description = "{{{langname}}} adjectives that belong to the dark gender or class.", | ||
parents = {"adjectives by class"}, | parents = {"adjectives by gender or class"}, | ||
breadcrumb = "dark", | breadcrumb = "dark", | ||
} | } | ||
labels["dark nouns"] = { | labels["dark nouns"] = { | ||
description = "{{{langname}}} nouns that belong to the dark class.", | description = "{{{langname}}} nouns that belong to the dark gender or class.", | ||
parents = {"nouns by class"}, | parents = {"nouns by gender or class"}, | ||
breadcrumb = "dark", | breadcrumb = "dark", | ||
} | } | ||
labels["dark numerals"] = { | labels["dark numerals"] = { | ||
description = "{{{langname}}} numerals that belong to the dark class.", | description = "{{{langname}}} numerals that belong to the dark gender or class.", | ||
parents = {"numerals by class"}, | parents = {"numerals by gender or class"}, | ||
breadcrumb = "dark", | breadcrumb = "dark", | ||
} | } | ||
labels["dark possessive adjectives"] = { | labels["dark possessive adjectives"] = { | ||
description = "{{{langname}}} possessive adjectives that belong to the dark class.", | description = "{{{langname}}} possessive adjectives that belong to the dark gender or class.", | ||
parents = {"dark adjectives", "possessive adjectives"}, | parents = {"dark adjectives", "possessive adjectives"}, | ||
} | } | ||
labels["dark pronouns"] = { | labels["dark pronouns"] = { | ||
description = "{{{langname}}} pronouns that belong to the dark class.", | description = "{{{langname}}} pronouns that belong to the dark gender or class.", | ||
parents = {"pronouns by class"}, | parents = {"pronouns by gender or class"}, | ||
breadcrumb = "dark", | breadcrumb = "dark", | ||
} | } | ||
labels["dark proper nouns"] = { | labels["dark proper nouns"] = { | ||
description = "{{{langname}}} proper nouns that belong to the dark class.", | description = "{{{langname}}} proper nouns that belong to the dark gender or class.", | ||
parents = {"proper nouns by class"}, | parents = {"proper nouns by gender or class"}, | ||
breadcrumb = "dark", | breadcrumb = "dark", | ||
} | } | ||
labels["dark verbs"] = { | labels["dark verbs"] = { | ||
description = "{{{langname}}} verbs that belong to the dark class.", | description = "{{{langname}}} verbs that belong to the dark gender or class.", | ||
parents = {"verbs by class"}, | parents = {"verbs by gender or class"}, | ||
breadcrumb = "dark", | breadcrumb = "dark", | ||
} | } | ||
labels["light adjectives"] = { | labels["light adjectives"] = { | ||
description = "{{{langname}}} adjectives that belong to the light class.", | description = "{{{langname}}} adjectives that belong to the light gender or class.", | ||
parents = {"adjectives by class"}, | parents = {"adjectives by gender or class"}, | ||
breadcrumb = "light", | breadcrumb = "light", | ||
} | } | ||
labels["light nouns"] = { | labels["light nouns"] = { | ||
description = "{{{langname}}} nouns that belong to the light class.", | description = "{{{langname}}} nouns that belong to the light gender or class.", | ||
parents = {"nouns by class"}, | parents = {"nouns by gender or class"}, | ||
breadcrumb = "light", | breadcrumb = "light", | ||
} | } | ||
labels["light numerals"] = { | labels["light numerals"] = { | ||
description = "{{{langname}}} numerals that belong to the light class.", | description = "{{{langname}}} numerals that belong to the light gender or class.", | ||
parents = {"numerals by class"}, | parents = {"numerals by gender or class"}, | ||
breadcrumb = "light", | breadcrumb = "light", | ||
} | } | ||
labels["light possessive adjectives"] = { | labels["light possessive adjectives"] = { | ||
description = "{{{langname}}} possessive adjectives that belong to the light class.", | description = "{{{langname}}} possessive adjectives that belong to the light gender or class.", | ||
parents = {"light adjectives", "possessive adjectives"}, | parents = {"light adjectives", "possessive adjectives"}, | ||
} | } | ||
labels["light pronouns"] = { | labels["light pronouns"] = { | ||
description = "{{{langname}}} pronouns that belong to the light class.", | description = "{{{langname}}} pronouns that belong to the light gender or class.", | ||
parents = {"pronouns by class"}, | parents = {"pronouns by gender or class"}, | ||
breadcrumb = "light", | breadcrumb = "light", | ||
} | } | ||
labels["light proper nouns"] = { | labels["light proper nouns"] = { | ||
description = "{{{langname}}} proper nouns that belong to the light class.", | description = "{{{langname}}} proper nouns that belong to the light gender or class.", | ||
parents = {"proper nouns by class"}, | parents = {"proper nouns by gender or class"}, | ||
breadcrumb = "light", | breadcrumb = "light", | ||
} | } | ||
labels["light verbs"] = { | labels["light verbs"] = { | ||
description = "{{{langname}}} verbs that belong to the light class.", | description = "{{{langname}}} verbs that belong to the light gender or class.", | ||
parents = {"verbs by class"}, | parents = {"verbs by gender or class"}, | ||
breadcrumb = "light", | breadcrumb = "light", | ||
} | } | ||
return {LABELS = labels} | return {LABELS = labels} |
Revision as of 14:07, 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["dark adjectives"] = {
description = "{{{langname}}} adjectives that belong to the dark gender or class.",
parents = {"adjectives by gender or class"},
breadcrumb = "dark",
}
labels["dark nouns"] = {
description = "{{{langname}}} nouns that belong to the dark gender or class.",
parents = {"nouns by gender or class"},
breadcrumb = "dark",
}
labels["dark numerals"] = {
description = "{{{langname}}} numerals that belong to the dark gender or class.",
parents = {"numerals by gender or class"},
breadcrumb = "dark",
}
labels["dark possessive adjectives"] = {
description = "{{{langname}}} possessive adjectives that belong to the dark gender or class.",
parents = {"dark adjectives", "possessive adjectives"},
}
labels["dark pronouns"] = {
description = "{{{langname}}} pronouns that belong to the dark gender or class.",
parents = {"pronouns by gender or class"},
breadcrumb = "dark",
}
labels["dark proper nouns"] = {
description = "{{{langname}}} proper nouns that belong to the dark gender or class.",
parents = {"proper nouns by gender or class"},
breadcrumb = "dark",
}
labels["dark verbs"] = {
description = "{{{langname}}} verbs that belong to the dark gender or class.",
parents = {"verbs by gender or class"},
breadcrumb = "dark",
}
labels["light adjectives"] = {
description = "{{{langname}}} adjectives that belong to the light gender or class.",
parents = {"adjectives by gender or class"},
breadcrumb = "light",
}
labels["light nouns"] = {
description = "{{{langname}}} nouns that belong to the light gender or class.",
parents = {"nouns by gender or class"},
breadcrumb = "light",
}
labels["light numerals"] = {
description = "{{{langname}}} numerals that belong to the light gender or class.",
parents = {"numerals by gender or class"},
breadcrumb = "light",
}
labels["light possessive adjectives"] = {
description = "{{{langname}}} possessive adjectives that belong to the light gender or class.",
parents = {"light adjectives", "possessive adjectives"},
}
labels["light pronouns"] = {
description = "{{{langname}}} pronouns that belong to the light gender or class.",
parents = {"pronouns by gender or class"},
breadcrumb = "light",
}
labels["light proper nouns"] = {
description = "{{{langname}}} proper nouns that belong to the light gender or class.",
parents = {"proper nouns by gender or class"},
breadcrumb = "light",
}
labels["light verbs"] = {
description = "{{{langname}}} verbs that belong to the light gender or class.",
parents = {"verbs by gender or class"},
breadcrumb = "light",
}
return {LABELS = labels}