Module:category tree/poscatboiler/data/miscellaneous

Hello, you have come here looking for the meaning of the word Module:category tree/poscatboiler/data/miscellaneous. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:category tree/poscatboiler/data/miscellaneous, but we will also tell you about its etymology, its characteristics and you will know how to say Module:category tree/poscatboiler/data/miscellaneous in singular and plural. Everything you need to know about the word Module:category tree/poscatboiler/data/miscellaneous you have here. The definition of the word Module:category tree/poscatboiler/data/miscellaneous will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:category tree/poscatboiler/data/miscellaneous, 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                                 --
--                                                                         --
-----------------------------------------------------------------------------


-- 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 = {"Category:Appendices"},
		breadcrumb = "By language",
	},
}

-- 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 = {"Category:Citations"},
		breadcrumb = "Citations by language",
	},
}

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 = {"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 = "] entries for listing ] such as ]s, ]s, ]s, ]s, ]s, and ]s of {{{langname}}} words.",
	parents = {{name = "{{{langcat}}}", raw = true}},
	umbrella = {
		description = "Categories with ] entries for listing ] terms.",
		breadcrumb = "By language",
		parents = {{name = "Category:Thesaurus", sort = " "}},
	},
}


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


raw_categories = {
	topright = "{{commonscat|CommonsRoot}}",
	description = "This page is the top-level category, under which all categories at Wiktionary should lie.",
	additional = "Note that most categories are in ] or under individual ].",
}

raw_categories = {
	description = "This page contains '''umbrella metacategories''', which group umbrella categories under high-level topics.",
	additional = "Umbrella categories in turn group language-specific categories devoted to particular low-level topics.",
	parents = {"Fundamental"},
}


return {LABELS = labels, RAW_CATEGORIES = raw_categories}