Module:category tree/poscatboiler/data/shortenings

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

This data submodule defines part of Wiktionary's category structure.

For an introduction to the poscatboiler system and a description of how to add or modify categories, see Module:category tree/poscatboiler/data/documentation.


local labels = {}
local raw_categories = {}



-----------------------------------------------------------------------------
--                                                                         --
--                                  LABELS                                 --
--                                                                         --
-----------------------------------------------------------------------------


labels = {
	description = "{{{langname}}} terms that are shortened forms of other words or word combinations.",
	umbrella_parents = "Terms by etymology subcategories by language",
	parents = {{name = "{{{langcat}}}", raw = true}},
}

labels = {
	description = "{{{langname}}} abbreviated words or groups of words.",
	parents = {"shortenings"},
}

labels = {
	description = "{{{langname}}} groups of words represented by parts pronounced together as single words.",
	parents = {"shortenings"},
}

labels = {
	description = "{{{langname}}} words that underwent ], meaning their origin involved a loss or omission of a sound or syllable from their beginning.",
	parents = {"clippings", "terms by etymology"},
}

labels = {
	description = "{{{langname}}} words that underwent ], thus their origin involved a loss or omission of a sound or syllable(s) from their end.",
	parents = {"clippings", "terms by etymology"},
}

labels = {
	description = "{{{langname}}} words that were formed from another word by removing part of it, but without changing the part of speech.",
	parents = {"shortenings"},
}

labels = {
	description = "{{{langname}}} shortened words or phrases, deriving from multiple words.",
	parents = {"shortenings"},
}

labels = {
	description = "{{{langname}}} terms that are shortened versions of longer expressions.",
	parents = {"shortenings", "terms by etymology"},
}

labels = {
	description = "{{{langname}}} groups of words represented by their beginning parts pronounced separately.",
	parents = {"shortenings"},
}

labels = {
	description = "{{{langname}}} ].",
	parents = {"abbreviations"},
}

labels = {
	description = "{{{langname}}} groups of words that used to represent an acronym but no longer do, or which appear to be acronyms but are not.",
	parents = {"shortenings"},
}

labels = {
	description = "{{{langname}}} abbreviations used by scribes.",
	parents = {"abbreviations"},
}

labels = {
	description = "{{{langname}}} letters or symbols standing for words, word parts or common sequences of letters.",
	parents = {"abbreviations", "symbols"},
}

labels = {
	description = "{{{langname}}} abbreviations used in ].",
	parents = {"abbreviations"},
}

labels = {
	description = "{{{langname}}} words that underwent ], thus their origin involved a loss or omission of a sound or syllable from their interior.",
	parents = {"clippings", "terms by etymology"},
}


-- Add 'umbrella_parents' key if not already present.
for key, data in pairs(labels) do
	if not data.umbrella_parents then
		data.umbrella_parents = "Shortenings subcategories by language"
	end
end


-----------------------------------------------------------------------------
--                                                                         --
--                              RAW CATEGORIES                             --
--                                                                         --
-----------------------------------------------------------------------------


raw_categories = {
	description = "Umbrella categories covering topics related to shortenings.",
	additional = "{{{umbrella_meta_msg}}}",
	parents = {
		"Umbrella metacategories",
		{name = "shortenings", is_label = true, sort = " "},
	},
}


return {LABELS = labels, RAW_CATEGORIES = raw_categories}