Module:category tree/lang/ceb

Ang dokumentasyon ng ng modyul na ito ay maaaring likhain sa Module:category tree/lang/ceb/doc

local labels = {}
local handlers = {}

labels["surnames in the Catálogo alfabético de apellidos"] = {
	description = "{{{langname}}} surnames listed at the {{w|Catálogo alfabético de apellidos}}.",
	additional = "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 = "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 in Badlit script"] = {
	description = "{{{langname}}} terms in the Badlit script.",
	parents = {{
		name = "terms by orthographic property",
		sort = "Badlit",
	}},
	breadcrumb = "Badlit",
}

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}