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
Line 44: Line 44:
breadcrumb = "terrestrial",
breadcrumb = "terrestrial",
}
}
-----------------------------------------------------------------------------
--                                                                        --
--                                ADJECTIVES                              --
--                                                                        --
-----------------------------------------------------------------------------
------------------------------ Adjective labels -----------------------------


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

Revision as of 14:20, 12 September 2023

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

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

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

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

return {LABELS = labels}