Module:category tree/lang/pra


This module handles generating the descriptions and categorization for Prakrit category pages of the format "Prakrit 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 category tree system, which is a general framework for generating the descriptions and categorization of category pages.

For more information, see Module:category tree/lang/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/lang in order for the module to be recognized.


local labels = {}

labels["terms with unexpected voicing"] = {
	description = "Prakrit terms undergoing unexpected voicing.",
	parents = {"terms by phonemic property"},
}

labels["terms with unexpected gemination"] = {
	description = "Prakrit terms undergoing unexpected gemination.",
	parents = {"terms by phonemic property"},
}

labels["terms with unexpected retroflexion"] = {
	description = "Prakrit terms undergoing unexpected retroflexion.",
	parents = {"terms by phonemic property"},
}

labels["terms of the defective word group"] = {
	description = "{{{langname}}} terms belonging to an Indo-Aryan group " ..
			      "of words that {{w|Ralph Lilley Turner|Turner}} refers to " ..
			      "as \"defective\". These words can express a physical, " ..
			      "mental, or moral defect or express a general meaning of " ..
			      "''[[lump]]'' or ''[[heap]]''. Such \"defective\" terms " ..
			      "included here do not have clear Indo-European etymology. " .. 
			      "They are characterized by showing a wide variety of " ..
			      "alternative forms, perhaps indicating [[substrate]] " ..
			      "origin or [[taboo deformation]].",
	parents = {"terms by etymology"}
}

return {LABELS = labels}
Category:Category tree data modules/lang Category:Prakrit data modules Category:Prakrit modules