模組:Category tree/poscatboiler/data/terms by semantic function/sandbox

維基詞典,自由的多語言詞典

此數據子模塊定義了維基詞典分類結構的一部分。

關於poscatboiler系統的介紹以及如何添加或更改分類,請參見Module:category tree/poscatboiler/data/documentation


local labels = {}
local raw_categories = {}



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


labels["依語義分類的"] = {
	description = "{{{langname}}}詞按照各自的語義功能進行分類,與詞性無關。",
	umbrella_parents = "分类",
	parents = {{name = "{{{langcat}}}", raw = true}},
}

labels["基數詞"] = {
	description = "{{{langname}}}中描述事物數量的多少的詞。",
	parents = {"數字"},
}

labels["demonstrative pro-forms"] = {
	description = "{{{langname}}} terms that refer to specified entities or qualities.",
	parents = {"依語義分類的"},
}

labels["小數"] = {
	description = "{{{langname}}} terms that indicate proportioned parts of a whole.",
	parents = {"數字"},
}

labels["indefinite pro-forms"] = {
	description = "{{{langname}}} terms that refer to unspecified entities or qualities.",
	parents = {"依語義分類的"},
}

labels["intensifiers"] = {
	description = "{{{langname}}} terms that serve to intensify.",
	parents = {"依語義分類的"},
}

labels["interrogative pro-forms"] = {
	description = "{{{langname}}} terms that request the listener to specify.",
	parents = {"依語義分類的"},
}

labels["nominal numbers"] = {
	description = "{{{langname}}} terms that represent numbers as entities in themselves.",
	parents = {"數字"},
}

-- numbers;"數詞"在[[Module:Category_tree/poscatboiler/data/lemmas]]
labels["數字"] = {
	description = "{{{langname}}} terms that represent or relate to numbers of various kinds.",
	parents = {"依語義分類的"},
}

labels["序數詞"] = {
	description = "{{{langname}}}中描述事物的先後順序的詞。",
	parents = {"數字"},
}

labels["relative pro-forms"] = {
	description = "{{{langname}}} terms that indicate [[relative clause]]s.",
	parents = {"依語義分類的"},
}

for label, data in pairs(labels) do
	if not data.umbrella_parents then
		data.umbrella_parents = "Terms by semantic function subcategories by language"
	end
end



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


raw_categories["Terms by semantic function subcategories by language"] = {
	description = "Umbrella categories covering topics related to terms categorized by their semantic function, such as types of numbers or questions.",
	additional = "{{{umbrella_meta_msg}}}",
	parents = {
		"Umbrella metacategories",
		{name = "依語義分類的", is_label = true, sort = " "},
	},
}


return {LABELS = labels, RAW_CATEGORIES = raw_categories}