模組:Category tree/poscatboiler/data/phrases/sandbox
- 下列說明文檔由Module:documentation所生成。[編輯]
- 相關連結:根頁面 • 根頁面的子頁面 • 本頁面的子頁面 • 链入 • 嵌入包含 • 測試用例 • sandbox of (差異)
此數據子模塊定義了維基詞典分類結構的一部分。
關於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}