模組:Category tree/poscatboiler/data/phrases/sandbox


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

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


local labels = {}
local raw_categories = {}


labels["短語"] = {
	description = "{{{langname}}} groups of words elaborated to express ideas, not necessarily [[phrase]]s in the grammatical sense.",
	umbrella_parents = "詞元子分類",
	parents = {"詞元"},
}

labels["句子"] = {
	description = "{{{langname}}}[[句子]]。",
	umbrella_parents = "分类",
	parents = {{name = "{{{langcat}}}", raw = true}},
}


return {LABELS = labels, RAW_CATEGORIES = raw_categories}