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

From The Languages of David J. Peterson
Jump to navigation Jump to search
No edit summary
(Undo revision 477899 by Juelos (talk))
Tag: Undo
 
Line 15: Line 15:
description = "{{{langname}}} nouns that belong to the wolf class or gender.",
description = "{{{langname}}} nouns that belong to the wolf class or gender.",
parents = {"nouns by gender"},
parents = {"nouns by gender"},
breadcrumb = "wolf-class",
breadcrumb = "wolf class",
}
}


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


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


Line 33: Line 33:
description = "{{{langname}}} nouns that belong to the hare class or gender.",
description = "{{{langname}}} nouns that belong to the hare class or gender.",
parents = {"nouns by gender"},
parents = {"nouns by gender"},
breadcrumb = "hare-class",
breadcrumb = "hare class",
}
}


Line 39: Line 39:
description = "{{{langname}}} pronouns that belong to the hare class or gender.",
description = "{{{langname}}} pronouns that belong to the hare class or gender.",
parents = {"pronouns by gender"},
parents = {"pronouns by gender"},
breadcrumb = "hare-class",
breadcrumb = "hare class",
}
}


Line 45: Line 45:
description = "{{{langname}}} proper nouns that belong to the hare class or gender.",
description = "{{{langname}}} proper nouns that belong to the hare class or gender.",
parents = {"proper nouns by gender"},
parents = {"proper nouns by gender"},
breadcrumb = "hare-class",
breadcrumb = "hare class",
}
}


Line 51: Line 51:
description = "{{{langname}}} nouns that belong to the tooth class or gender.",
description = "{{{langname}}} nouns that belong to the tooth class or gender.",
parents = {"nouns by gender"},
parents = {"nouns by gender"},
breadcrumb = "tooth-class",
breadcrumb = "tooth class",
}
}


Line 57: Line 57:
description = "{{{langname}}} pronouns that belong to the tooth class or gender.",
description = "{{{langname}}} pronouns that belong to the tooth class or gender.",
parents = {"pronouns by gender"},
parents = {"pronouns by gender"},
breadcrumb = "tooth-class",
breadcrumb = "tooth class",
}
}


Line 63: Line 63:
description = "{{{langname}}} proper nouns that belong to the tooth class or gender.",
description = "{{{langname}}} proper nouns that belong to the tooth class or gender.",
parents = {"proper nouns by gender"},
parents = {"proper nouns by gender"},
breadcrumb = "tooth-class",
breadcrumb = "tooth class",
}
}




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

Latest revision as of 15:25, 9 December 2023

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

local labels = {}



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


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

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

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

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

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

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

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

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

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

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


return {LABELS = labels}