Module:category tree/poscatboiler/data/lang-specific/phl

Hello, you have come here looking for the meaning of the word Module:category tree/poscatboiler/data/lang-specific/phl. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:category tree/poscatboiler/data/lang-specific/phl, but we will also tell you about its etymology, its characteristics and you will know how to say Module:category tree/poscatboiler/data/lang-specific/phl in singular and plural. Everything you need to know about the word Module:category tree/poscatboiler/data/lang-specific/phl you have here. The definition of the word Module:category tree/poscatboiler/data/lang-specific/phl will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:category tree/poscatboiler/data/lang-specific/phl, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

This module handles generating the descriptions and categorization for Phalura category pages of the format "Phalura LABEL" where LABEL can be any text. Examples are Category:Bulgarian conjugation 2.1 verbs and Category:Russian velar-stem neuter-form nouns. This module is part of the poscatboiler system, which is a general framework for generating the descriptions and categorization of category pages.

For more information, see Module:category tree/poscatboiler/data/lang-specific/documentation.

NOTE: If you add a new language-specific module, you must add the language code to the list at the top of Module:category tree/poscatboiler/data/lang-specific in order for the module to be recognized.


local labels = {}
local handlers = {}

labels = {
	description = "{{{langname}}} a-declension nouns.",
	parents = {{name = "nouns by inflection type", sort = "a-declension nouns"}},
	breadcrumb = "nouns by inflection type",
}

labels = {
	description = "{{{langname}}} a-declension nouns ending in -í or -ú.",
	parents = {
		{name = "nouns by inflection type", sort = "a-declension nouns ending in -í or -ú"},
		{name = "a-declension nouns", sort = "ending in -í or -ú"}
	},
	breadcrumb = "nouns by inflection type",
}

labels = {
	description = "{{{langname}}} a-declension nouns ending in -ái.",
	parents = {
		{name = "nouns by inflection type", sort = "a-declension nouns ending in -ái"},
		{name = "a-declension nouns", sort = "ending in -ái"}
	},
	breadcrumb = "nouns by inflection type",
}

labels = {
	description = "{{{langname}}} a-declension nouns with accent shift.",
	parents = {
		{name = "nouns by inflection type", sort = "a-declension nouns with accent shift"},
		{name = "a-declension nouns", sort = "accent shift"}
	},
	breadcrumb = "nouns by inflection type",
}

labels = {
	description = "{{{langname}}} a-declension nouns with length alternation.",
	parents = {
		{name = "nouns by inflection type", sort = "a-declension nouns with length alternation"},
		{name = "a-declension nouns", sort = "length alternation"}
	},
	breadcrumb = "nouns by inflection type",
}

labels = {
	description = "{{{langname}}} i-declension nouns.",
	parents = {{name = "nouns by inflection type", sort = "i-declension nouns"}},
	breadcrumb = "nouns by inflection type",
}

labels = {
	description = "{{{langname}}} i-declension nouns with umlaut.",
	parents = {
		{name = "nouns by inflection type", sort = "i-declension nouns with umlaut"},
		{name = "i-declension nouns", sort = "umlaut"}
	},
	breadcrumb = "nouns by inflection type",
}

labels = {
	description = "{{{langname}}} i-declension nouns with length alternation.",
	parents = {
		{name = "nouns by inflection type", sort = "i-declension nouns with length alternation"},
		{name = "i-declension nouns", sort = "length alternation"}
	},
	breadcrumb = "nouns by inflection type",
}

labels = {
	description = "{{{langname}}} m-declension nouns.",
	parents = {{name = "nouns by inflection type", sort = "m-declension nouns"}},
	breadcrumb = "nouns by inflection type",
}

labels = {
	description = "{{{langname}}} ee-declension nouns.",
	parents = {{name = "nouns by inflection type", sort = "ee-declension nouns"}},
	breadcrumb = "nouns by inflection type",
}

labels = {
	description = "{{{langname}}} ee-declension nouns ending in -óo.",
	parents = {
		{name = "nouns by inflection type", sort = "ee-declension nouns ending in -óo"},
		{name = "ee-declension nouns", sort = "ending in -óo"}
	},
	breadcrumb = "nouns by inflection type",
}

labels = {
	description = "{{{langname}}} aan-declension nouns.",
	parents = {{name = "nouns by inflection type", sort = "aan-declension nouns"}},
	breadcrumb = "nouns by inflection type",
}

labels = {
	description = "{{{langname}}} aan-declension nouns with -g- insertion.",
	parents = {
		{name = "nouns by inflection type", sort = "aan-declension nouns with -g- insertion"},
		{name = "aan-declension nouns", sort = "with -g- insertion"}
	},
	breadcrumb = "nouns by inflection type",
}

return {LABELS = labels, HANDLERS = handlers}