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

From The Languages of David J. Peterson
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
description = "{{{langname}}} nouns that belong to the celestial gender or class.",
description = "{{{langname}}} nouns that belong to the celestial gender or class.",
parents = {"nouns by gender"},
parents = {"nouns by gender"},
breadcrumb = "celestial",
}
}


Line 20: Line 21:
description = "{{{langname}}} pronouns that belong to the celestial gender or class.",
description = "{{{langname}}} pronouns that belong to the celestial gender or class.",
parents = {"pronouns by gender"},
parents = {"pronouns by gender"},
breadcrumb = "celestial",
}
}


Line 25: Line 27:
description = "{{{langname}}} proper nouns that belong to the celestial gender or class.",
description = "{{{langname}}} proper nouns that belong to the celestial gender or class.",
parents = {"proper nouns by gender"},
parents = {"proper nouns by gender"},
breadcrumb = "celestial",
}
}


Line 43: Line 46:
parents = {"proper nouns by gender"},
parents = {"proper nouns by gender"},
breadcrumb = "terrestrial",
breadcrumb = "terrestrial",
}
-----------------------------------------------------------------------------
--                                                                        --
--                                  VERBS                                --
--                                                                        --
-----------------------------------------------------------------------------
--------------------------------- Verb labels -------------------------------
labels["consonant-final verbs"] = {
description = "{{{langname}}} verbs whose stems end in a consonant.",
parents = {"verbs by inflection type"},
}
labels["vowel-final verbs"] = {
description = "{{{langname}}} verbs whose stems end in a vowel.",
parents = {"verbs by inflection type"},
}
}


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

Latest revision as of 01:14, 28 August 2024

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

local labels = {}



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


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

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

labels["celestial pronouns"] = {
	description = "{{{langname}}} pronouns that belong to the celestial gender or class.",
	parents = {"pronouns by gender"},
	breadcrumb = "celestial",
}

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

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",
}

-----------------------------------------------------------------------------
--                                                                         --
--                                   VERBS                                 --
--                                                                         --
-----------------------------------------------------------------------------


--------------------------------- Verb labels -------------------------------

labels["consonant-final verbs"] = {
	description = "{{{langname}}} verbs whose stems end in a consonant.",
	parents = {"verbs by inflection type"},
}

labels["vowel-final verbs"] = {
	description = "{{{langname}}} verbs whose stems end in a vowel.",
	parents = {"verbs by inflection type"},
}

return {LABELS = labels}