Module:category tree/miscellaneous
පෙනුම
(Module:category tree/poscatboiler/data/miscellaneous වෙතින් යළි-යොමු කරන ලදි)
- පහත දැක්වෙන උපදෙස්, 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 --
-- --
-----------------------------------------------------------------------------
-- Appendices
labels["උපග්රන්ථ"] = {
description = "{{{langname}}} පිළිබඳව අමතර තොරතුරු අඩංගු පිටු.",
parents = {{name = "{{{langcat}}}", raw = true}},
umbrella = {
description = "යම් භාෂාවක් පිළිබඳව අමතර තොරතුරු අඩංගු පිටු සහිත ප්රවර්ග.",
parents = {"ප්රවර්ගය:උපග්රන්ථ"},
breadcrumb = "භාෂාව අනුව",
},
}
-- Citations
labels["citations"] = {
description = "Pages documenting instances of actual usage of {{{langname}}} terms.",
parents = {{name = "{{{langcat}}}", raw = true}},
umbrella = {
description = "Categories with pages documenting instances of actual usage of terms in a given language.",
parents = {"Category:Citations"},
breadcrumb = "Citations by language",
},
}
labels["citations of undefined terms"] = {
description = "Pages documenting instances of actual usage of {{{langname}}} terms, but for which the term is not defined yet.",
additional = "Citation pages in {{{langname}}} are automatically added here when any of the corresponding entries is a redlink. You can also add citation pages to this category manually when the entry exists but it has not a(n) {{{langname}}} section yet or has not been defined in that specific meaning. Before removing a page from this category, please verify that all citations relate to senses properly defined in the entry.",
parents = {"citations"},
umbrella = {
description = "Categories with pages documenting instances of actual usage of terms in a given language, but for which the term is not defined yet.",
parents = {"Requests", "Category:Citations"},
breadcrumb = "Citations of undefined terms by language",
},
can_be_empty = true,
hidden = true,
}
-- Thesaurus entries
labels["තෙසෝරස් ප්රවේශ"] = {
description = "[[WT:WS|තෙසෝරස්]] entries for listing [[Wiktionary:Semantic relations|semantically related terms]] such as [[synonym]]s, [[antonym]]s, [[hyponym]]s, [[hypernym]]s, [[meronym]]s, and [[holonym]]s of {{{langname}}} words.",
parents = {{name = "{{{langcat}}}", raw = true}},
umbrella = {
description = "Categories with [[WT:WS|තෙසෝරස්]] entries for listing [[Wiktionary:Semantic relations|semantically related terms]].",
breadcrumb = "භාෂාව අනුව",
parents = {{name = "ප්රවර්ගය:තෙසෝරස්", sort = " "}},
},
}
-----------------------------------------------------------------------------
-- --
-- RAW CATEGORIES --
-- --
-----------------------------------------------------------------------------
raw_categories["මූලධර්ම"] = {
topright = "{{commonscat|CommonsRoot}}",
description = "මෙය, වික්ෂණරිය තුළ ඇති සියලුම ප්රවර්ග අන්තර්ගත විය යුතු ඉහළ-මට්ටමේ (top-level) ප්රවර්ගය වේ.",
additional = "බොහොමයක් ප්රවර්ග [[:ප්රවර්ගය:මාතෘකා සියල්ල|මාතෘකා සියල්ල]] යටතේ හෝ අදාළ [[:ප්රවර්ගය:භාෂා සියල්ල|භාෂා]] යටතේ හෝ පවතින බව සැලකිය යුතුයි.",
}
raw_categories["ඡත්ර මෙටා ප්රවර්ග"] = {
description = "මෙම පිටුව තුළ ඇත්තේ, ඉහළ--මට්ටමේ මාතෘකා යටතේ, ඡත්ර ප්රවර්ග කාණ්ඩ ගත කිරීම සිදු කරන '''ඡත්ර මෙටා ප්රවර්ග''' වෙයි.",
additional = "එම ඡත්ර ප්රවර්ග තුළ, පහළ-මට්ටමේ මාතෘකා සඳහා වෙන් වූ, නිශ්චිත-භාෂාවක් සඳහා වන ප්රවර්ග කාණ්ඩ ගත වෙයි.",
parents = {"මූලධර්ම"},
}
return {LABELS = labels, RAW_CATEGORIES = raw_categories}