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