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

مۆدیوول:category tree/lang/bku

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

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

local labels = {}
local handlers = {}
local native_script = "Buhid"

labels["terms with " .. native_script .. " script"] = {
	description = "{{{langname}}} terms with inclusion of " .. native_script .. " script.",
	parents = {{
		name = "terms by script",
		sort = native_script,
	}},
	can_be_empty = true
}

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

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

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

labels["terms where syllabification alignment failed"] = {
	description = "{{{langname}}} terms where [[Module:bku-pronunciation]] was unable to align the syllabified respelling with the pagename to produce a syllabified spelling.",
	parents = {{name = "entry maintenance"}},
	hidden = true,
	can_be_empty = true
}


return {LABELS = labels, HANDLERS = handlers}