Module:category tree/shortenings
පෙනුම
(Module:category tree/poscatboiler/data/shortenings වෙතින් යළි-යොමු කරන ලදි)
- පහත දැක්වෙන උපදෙස්, Template:category tree data submodule documentation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This data submodule defines part of Wiktionary's category structure.
For an introduction to the category tree system and a description of how to add or modify categories, see Module:category tree/documentation.
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 = {"ක්ලිප් කිරීම්", "යෙදුම්, නිරුක්තිය අනුව"},
}
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 = {"ක්ලිප් කිරීම්", "යෙදුම්, නිරුක්තිය අනුව"},
}
labels["ක්ලිප් කිරීම්"] = {
description = "{{{langname}}} වචන, වෙනත් වචනයක part of speech වෙනස් නොකොට, කොටසක් ඉවත් කිරීම මගින් නිර්මාණය කර ගත්.",
parents = {"කෙටි කිරීම් ආකාර"},
}
labels["contractions"] = {
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["initialisms"] = {
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, or which appear to be acronyms but are not.",
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 = {"කෙටි යෙදුම්", "සංකේත"},
}
labels["stenoscript abbreviations"] = {
description = "{{{langname}}} abbreviations used in [[Stenoscript|stenoscript]].",
parents = {"කෙටි යෙදුම්"},
}
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 = {"ක්ලිප් කිරීම්", "යෙදුම්, නිරුක්තිය අනුව"},
}
-- 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["Shortenings subcategories by language"] = {
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}