Module:category tree/poscatboiler/data/lang-specific-raw

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

-- This module contains definitions of language-specific categories that do not begin with the language in question.
-- Specifying such definitions in the language-specific modules themselves is not supported (because all modules would
-- have to be loaded to find the definitions).

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


------------------- Korean -----------------

raw_categories = {
	lang = "ko",
	description = "{{w|Sino-Korean vocabulary|Sino-Korean}} words, i.e. words of Chinese origin, as contrasted with native Korean, etc.",
	parents = {
		{name = "terms by etymology", is_label = true, lang = "ko"},
		{name = "borrowed terms", is_label = true, lang = "ko"},
	},
	preceding = "{{also|:Category:Sino-Vietnamese words}}",
}

raw_categories = {
	lang = "ko",
	description = "{{w|Sino-Korean vocabulary|Sino-Korean}} words where the initial consonant of the second component is converted to its {{w|Korean phonology#Tense|tense}} equivalent.",
	breadcrumb = "with compound tensing",
	parents = {
		{name = "Sino-Korean words", sort = "compound tensing"},
	},
	preceding = "{{also|:Category:Korean terms interfixed with -ㅅ-|Appendix:Sino-Korean tensing}}",
}



------------------- Vietnamese -----------------

raw_categories = {
	lang = "vi",
	description = "{{w|Sino-Vietnamese vocabulary|Sino-Vietnamese}} readings of Chinese terms.",
	parents = {"Vietnamese language"},
}

raw_categories = {
	lang = "vi",
	description = "{{w|Sino-Vietnamese vocabulary|Sino-Vietnamese}} words, i.e. words of Chinese origin, as contrasted with native Vietnamese, Euro-Vietnamese, etc.",
	parents = {
		{name = "terms by etymology", is_label = "true", lang = "vi"},
		{name = "borrowed terms", is_label = "true", lang = "vi"},
	},
	preceding = "{{also|:Category:Sino-Korean words}}",
}

raw_categories = {
	lang = "vi",
	description = "{{w|Sino-Vietnamese vocabulary|Sino-Vietnamese}} words whose equivalent Chinese-origin word does not exist.",
	additional = "This category is added by {{tl|vi-etym-sino}} when the concatenation of the specified Chinese components does not form a term that currently exists.",
	parents = {
		{name = "entry maintenance", is_label = "true", lang = "vi"},
		{name = "term requests", is_label = "true", lang = "zh"},
	},
	hidden = true,
}

return {RAW_CATEGORIES = raw_categories}