Module:Category tree/poscatboiler/data/lang-specific/hval: Difference between revisions
No edit summary |
No edit summary |
||
Line 83: | Line 83: | ||
parents = {"proper nouns by gender"}, | parents = {"proper nouns by gender"}, | ||
breadcrumb = "aquatic", | breadcrumb = "aquatic", | ||
} | |||
----------------------------------------------------------------------------- | |||
-- -- | |||
-- ADJECTIVES -- | |||
-- -- | |||
----------------------------------------------------------------------------- | |||
------------------------------ Adjective labels ----------------------------- | |||
labels["adjectives of second declension"] = { | |||
description = "{{{langname}}} adjectives that belong to the second declension class.", | |||
parents = {{name = "adjectives by inflection type", sort = "2"}}, | |||
} | |||
labels["adjectives of third declension"] = { | |||
description = "{{{langname}}} adjectives that belong to the third declension class.", | |||
parents = {{name = "adjectives by inflection type", sort = "3"}}, | |||
} | |||
labels["numerals of first declension"] = { | |||
description = "{{{langname}}} numerals that belong to the first declension class.", | |||
parents = {{name = "numerals by inflection type", sort = "1"}}, | |||
} | |||
labels["numerals of second declension"] = { | |||
description = "{{{langname}}} numerals that belong to the second declension class.", | |||
parents = {{name = "numerals by inflection type", sort = "2"}}, | |||
} | |||
labels["numerals of third declension"] = { | |||
description = "{{{langname}}} numerals that belong to the third declension class.", | |||
parents = {{name = "numerals by inflection type", sort = "3"}}, | |||
} | |||
labels["participles of first declension"] = { | |||
description = "{{{langname}}} participles that belong to the first declension class.", | |||
parents = {{name = "participles by inflection type", sort = "1"}}, | |||
} | |||
labels["participles of second declension"] = { | |||
description = "{{{langname}}} participles that belong to the second declension class.", | |||
parents = {{name = "participles by inflection type", sort = "2"}}, | |||
} | |||
labels["participles of third declension"] = { | |||
description = "{{{langname}}} participles that belong to the third declension class.", | |||
parents = {{name = "participles by inflection type", sort = "3"}}, | |||
} | } | ||
return {LABELS = labels} | return {LABELS = labels} |
Revision as of 13:16, 12 September 2023
Documentation for this module may be created at Module:Category tree/poscatboiler/data/lang-specific/hval/documentation
local labels = {}
-----------------------------------------------------------------------------
-- --
-- NOUNS --
-- --
-----------------------------------------------------------------------------
--------------------------------- Noun labels --------------------------------
labels["lunar nouns"] = {
description = "{{{langname}}} nouns that belong to the lunar gender or class.",
parents = {"nouns by gender"},
breadcrumb = "lunar",
}
labels["lunar pronouns"] = {
description = "{{{langname}}} pronouns that belong to the lunar gender or class.",
parents = {"pronouns by gender"},
breadcrumb = "lunar",
}
labels["lunar proper nouns"] = {
description = "{{{langname}}} proper nouns that belong to the lunar gender or class.",
parents = {"proper nouns by gender"},
breadcrumb = "lunar",
}
labels["solar nouns"] = {
description = "{{{langname}}} nouns that belong to the solar gender or class.",
parents = {"nouns by gender"},
breadcrumb = "solar",
}
labels["solar pronouns"] = {
description = "{{{langname}}} pronouns that belong to the solar gender or class.",
parents = {"pronouns by gender"},
breadcrumb = "solar",
}
labels["solar proper nouns"] = {
description = "{{{langname}}} proper nouns that belong to the solar gender or class.",
parents = {"proper nouns by gender"},
breadcrumb = "solar",
}
labels["terrestrial nouns"] = {
description = "{{{langname}}} nouns that belong to the terrestrial gender or class.",
parents = {"nouns by gender"},
breadcrumb = "terrestrial",
}
labels["terrestrial pronouns"] = {
description = "{{{langname}}} pronouns that belong to the terrestrial gender or class.",
parents = {"pronouns by gender"},
breadcrumb = "terrestrial",
}
labels["terrestrial proper nouns"] = {
description = "{{{langname}}} proper nouns that belong to the terrestrial gender or class.",
parents = {"proper nouns by gender"},
breadcrumb = "terrestrial",
}
labels["aquatic nouns"] = {
description = "{{{langname}}} nouns that belong to the aquatic gender or class.",
parents = {"nouns by gender"},
breadcrumb = "aquatic",
}
labels["aquatic pronouns"] = {
description = "{{{langname}}} pronouns that belong to the aquatic gender or class.",
parents = {"pronouns by gender"},
breadcrumb = "aquatic",
}
labels["aquatic proper nouns"] = {
description = "{{{langname}}} proper nouns that belong to the aquatic gender or class.",
parents = {"proper nouns by gender"},
breadcrumb = "aquatic",
}
-----------------------------------------------------------------------------
-- --
-- ADJECTIVES --
-- --
-----------------------------------------------------------------------------
------------------------------ Adjective labels -----------------------------
labels["adjectives of second declension"] = {
description = "{{{langname}}} adjectives that belong to the second declension class.",
parents = {{name = "adjectives by inflection type", sort = "2"}},
}
labels["adjectives of third declension"] = {
description = "{{{langname}}} adjectives that belong to the third declension class.",
parents = {{name = "adjectives by inflection type", sort = "3"}},
}
labels["numerals of first declension"] = {
description = "{{{langname}}} numerals that belong to the first declension class.",
parents = {{name = "numerals by inflection type", sort = "1"}},
}
labels["numerals of second declension"] = {
description = "{{{langname}}} numerals that belong to the second declension class.",
parents = {{name = "numerals by inflection type", sort = "2"}},
}
labels["numerals of third declension"] = {
description = "{{{langname}}} numerals that belong to the third declension class.",
parents = {{name = "numerals by inflection type", sort = "3"}},
}
labels["participles of first declension"] = {
description = "{{{langname}}} participles that belong to the first declension class.",
parents = {{name = "participles by inflection type", sort = "1"}},
}
labels["participles of second declension"] = {
description = "{{{langname}}} participles that belong to the second declension class.",
parents = {{name = "participles by inflection type", sort = "2"}},
}
labels["participles of third declension"] = {
description = "{{{langname}}} participles that belong to the third declension class.",
parents = {{name = "participles by inflection type", sort = "3"}},
}
return {LABELS = labels}