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

From The Languages of David J. Peterson
Jump to navigation Jump to search
(Created page with "local labels = {} ----------------------------------------------------------------------------- -- -- -- NOUNS -- -- -- ----------------------------------------------------------------------------- --------------------------------- Noun labels ----------------...")
 
No edit summary
Line 66: Line 66:
breadcrumb = "fire class",
breadcrumb = "fire class",
}
}
labels["human-class nouns"] = {
description = "{{{langname}}} nouns that belong to the human class or gender.",
parents = {"nouns by gender"},
breadcrumb = "human class",
}
labels["human-class pronouns"] = {
description = "{{{langname}}} pronouns that belong to the human class or gender.",
parents = {"pronouns by gender"},
breadcrumb = "human class",
}
labels["human-class proper nouns"] = {
description = "{{{langname}}} proper nouns that belong to the human class or gender.",
parents = {"proper nouns by gender"},
breadcrumb = "human class",
}
labels["magic-class nouns"] = {
labels["magic-class nouns"] = {
description = "{{{langname}}} nouns that belong to the magic class or gender.",
description = "{{{langname}}} nouns that belong to the magic class or gender.",

Revision as of 03:39, 23 August 2024

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

local labels = {}



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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

return {LABELS = labels}