Module:category tree/poscatboiler/data/miscellaneous

विक्षनरी से

"इस मॉड्यूल हेतु प्रलेख Module:category tree/poscatboiler/data/miscellaneous/doc पर बनाया जा सकता है"

local labels = {}
local raw_categories = {}



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


-- Appendices - यह नामस्थान हिंदी विक्षनरी पर मौज़ूद नहीं

labels["परिशिष्ट"] = {
	description = "Pages containing additional information about {{{langname}}}.",
	parents = {{name = "{{{langcat}}}", raw = true}},
	umbrella = {
		description = "Categories with pages containing additional information about a given language.",
		parents = {"श्रेणी:परिशिष्ट"},
		breadcrumb = "भाषा अनुसार",
	},
}

-- Citations - यह नामस्थान हिंदी विक्षनरी पर मौज़ूद नहीं

labels["उद्धरण"] = {
	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 = {"श्रेणी:उद्धरण"},
		breadcrumb = "उद्धरण भाषा अनुसार",
	},
}

labels["अपरिभाषित शब्दावलियों के उद्धरण"] = {
	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 = {"उद्धरण"},
	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 = {"अनुरोध", "श्रेणी:उद्धरण"},
		breadcrumb = "अपरिभाषित शब्दों के उद्धरण भाषा अनुसार",
	},
	can_be_empty = true,
	hidden = true,
}

-- Thesaurus entries

labels["समांतरकोश प्रविष्टियाँ"] = {
	description = "[[WT:WS|Thesaurus]] 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|thesaurus]] entries for listing [[Wiktionary:Semantic relations|semantically related terms]] terms.",
		breadcrumb = "समांतरकोश प्रविष्टियाँ भाषा अनुसार",
	},
}


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


raw_categories["मूलभूत श्रेणी"] = {
	intro = "{{sisterlinks|Category:CommonsRoot}}",
	description = "यह सबसे ऊपरी-स्तर (टॉप-लेवल) की श्रेणी है, विक्षनरी की अन्य सभी श्रेणियाँ इसके नीचे की श्रेणियों में उचित पदानुक्रम अनुसार रखी जानीं चाहिएँ।",
	additional = "ध्यान दें कि अधिकतर श्रेणियाँ [[:श्रेणी:सभी विषय]]  अथवा विशिष्ट [[:श्रेणी:सभी भाषाएँ|भाषाओं]] की श्रेणियों में हैं।",
}

raw_categories["छतरी मेटाश्रेणियाँ"] = {
	description = "इस पृष्ठ में '''छतरी मेटाश्रेणियाँ''' हैं,  जो ऊँचे-स्तर के विषयों के तहत आने वाली छतरी श्रेणियाँ समाहित करती हैं।",
	additional = "इस क्रम में, छतरी श्रेणियाँ उन भाषा-विशिष्टश्रेणियों को अपने अंदर समाहित करती हैं जो विशिष्ट निचले-स्तर के विषयों से संबंधित हैं।",
	parents = {"मूलभूत श्रेणी"},
}


return {LABELS = labels, RAW_CATEGORIES = raw_categories}