وحدة:category tree/lang/tsg
المظهر
local labels = {}
local handlers = {}
local native_script = "Sulat Sūg"
labels["terms with " .. native_script .. " script"] = {
description = "{{{langname}}} terms with transcription to " .. native_script .. " script.",
parents = {{
name = "terms by script",
sort = native_script,
}},
}
labels["terms without " .. native_script .. " script"] = {
description = "{{{langname}}} terms without " .. native_script .. " script set.",
parents = {{name = "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 [[Template:tsg-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:tsg-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
}
labels["terms with syllabification not matching pagename"] = {
description = "{{{langname}}} terms where [[Module:tsg-pronunciation]] syllabification does not match pagename.",
parents = {{name = "entry maintenance"}},
hidden = true,
can_be_empty = true
}
return {LABELS = labels, HANDLERS = handlers}