Модул:category tree/poscatboiler/data/shortenings

Документација модула[прикажи] [уреди] [историја] [освежи]

local labels = {}
local raw_categories = {}



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


labels["пречице"] = {
	description = "{{{langname}}} terms that are shortened forms of other words or word combinations.",
	umbrella_parents = "Термини по етимологији подкатегорије по језику",
	parents = {{name = "{{{langcat}}}", raw = true}},
}

labels["скраћенице"] = {
	description = "{{{langname}}} abbreviated words or groups of words.",
	parents = {"пречице"},
}

labels["acronyms"] = {
	description = "{{{langname}}} groups of words represented by parts pronounced together as single words.",
	parents = {"пречице"},
}

labels["aphetic forms"] = {
	description = "{{{langname}}} words that underwent [[aphesis]], meaning their origin involved a loss or omission of a sound or syllable from their beginning.",
	parents = {"clippings", "термини по етимологији"},
}

labels["apocopic forms"] = {
	description = "{{{langname}}} words that underwent [[apocope]], thus their origin involved a loss or omission of a sound or syllable(s) from their end.",
	parents = {"clippings", "термини по етимологији"},
}

labels["clippings"] = {
	description = "{{{langname}}} words that were formed from another word by removing part of it, but without changing the part of speech.",
	parents = {"пречице"},
}

labels["контракције"] = {
	description = "{{{langname}}} shortened words or phrases, deriving from multiple words.",
	parents = {"пречице"},
}

labels["ellipses"] = {
	description = "{{{langname}}} terms that are shortened versions of longer expressions.",
	parents = {"пречице", "термини по етимологији"},
}

labels["иницијализми"] = {
	description = "{{{langname}}} groups of words represented by their beginning parts pronounced separately.",
	parents = {"пречице"},
}

labels["nomina sacra"] = {
	description = "{{{langname}}} [[nomen sacrum|nomina sacra]].",
	parents = {"скраћенице"},
}

labels["pseudo-acronyms"] = {
	description = "{{{langname}}} groups of words that used to represent an acronym but no longer do.",
	parents = {"пречице"},
}

labels["scribal abbreviations"] = {
	description = "{{{langname}}} abbreviations used by scribes.",
	parents = {"скраћенице"},
}

labels["sigla"] = {
	description = "{{{langname}}} letters or symbols standing for words, word parts or common sequences of letters.",
	parents = {"скраћенице", "symbols"},
}

labels["syncopic forms"] = {
	description = "{{{langname}}} words that underwent [[syncope]], thus their origin involved a loss or omission of a sound or syllable from their interior.",
	parents = {"clippings", "термини по етимологији"},
}


-- Add 'umbrella_parents' key if not already present.
for key, data in pairs(labels) do
	if not data.umbrella_parents then
		data.umbrella_parents = "Скраћенице подкатегорије по језику"
	end
end


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


raw_categories["Скраћенице подкатегорије по језику"] = {
	description = "Umbrella categories covering topics related to shortenings.",
	additional = "{{{umbrella_meta_msg}}}",
	parents = {
		"Кишобран метакатегорија",
		{name = "пречице", is_label = true, sort = " "},
	},
}


return {LABELS = labels, RAW_CATEGORIES = raw_categories}