بۆ ناوەڕۆک بازبدە

مۆدیوول:category tree/poscatboiler/data/lang-specific/ceb

لە ویکیفەرھەنگ

"بەڵگەدارکردنی ئەم مۆدیوولە دەکرێ لە مۆدیوول:category tree/poscatboiler/data/lang-specific/ceb/docدا دروست بکرێ"

local labels = {}
local handlers = {}

labels["surnames in the Catalogo alfabético de apellidos"] = {
	description = "{{{langname}}} surnames listed at the {{w|Catálogo alfabético de apellidos}}.<br>To add a {{{langname}}} surname to this category, add {{tl|Catálogo alfabético de apellidos|ceb}} to a surname entry's Etymology section.",
	parents = {{
		name = "surnames",
		sort = " Catálogo",
	}},
}

labels["terms with Badlit script"] = {
	description = "{{{langname}}} terms with transcription to Badlit script.",
	parents = {{
		name = "terms by script",
		sort = "Badlit",
	}},
}

labels["terms without Badlit script"] = {
	description = "{{{langname}}} terms without Badlit script set.",
	parents = {{name = "entry maintenance"}},
	hidden = true,
	can_be_empty = true
}

labels["terms with missing Badlit script entries"] = {
	description = "{{{langname}}} terms with missing Badlit script entries.",
	parents = {"entry maintenance"},
	hidden = true,
	can_be_empty = true
}

labels["terms without pronunciation template"] = {
	description = "{{{langname}}} terms missing [[Template:ceb-IPA]] to indicate pronunciation.",
	parents = {{name = "entry maintenance"}},
	hidden = true,
	can_be_empty = true
}

return {LABELS = labels, HANDLERS = handlers}