模組:Category tree/poscatboiler/data/lang-specific/mul


This module handles generating the descriptions and categorization for 跨語言 category pages of the format "跨語言 LABEL" where LABEL can be any text. Examples are Category:Bulgarian conjugation 2.1 verbs and Category:Russian velar-stem neuter-form nouns. 該模块是 poscatboiler 系統的一部分,該系統是用於生成分類頁面的描述和分類的通用框架。

有關更多資訊,請參閱Module:category tree/poscatboiler/data/lang-specific/doc

注意:如果您新增了特定語言的模块,請將語言代碼新增至 Module:category tree/poscatboiler/data/lang-specific 頂部的清單中,使程式碼能識別該模块。


local labels = {}

labels["有定義行的漢字"] = {
	description = "{{{langname}}}章節具有一個或多個定義行的漢字詞條。",
	additional = "在幾乎所有情況下,這些定義行都應被刪除,因為傳統上定義應在相關語言部分中給出。請注意,它們不應逐字逐句地移入其他語言部分:在絕大多數情況下,它們只是從 Unicode 的資料集中複製而來,該資料集為許多字元提供了簡短的註釋。這些註釋僅用作字元識別的簡單輔助,這意味著它們通常對於維基詞典來說過於寬泛、不完整或不準確。",
	parents = {{name = "詞條維護"}},
	can_be_empty = true,
	hidden = true,
}

return {LABELS = labels}