มอดูล:category tree/topic cat/data/เบ็ดเตล็ด

จาก วิกิพจนานุกรม พจนานุกรมเสรี
local labels = {}

labels["เบ็ดเตล็ด"] = {
	type = "related-to",
	description = "{{{langname}}} topics that do not currently fit elsewhere.",
	parents = {"หัวข้อทั้งหมด"},
}
labels["miscellaneous"] = labels["เบ็ดเตล็ด"]

labels["กลุ่มบุคคล"] = {
	type = "set",
	description = "=[[entity|entities]] involving or consisting of a [[congregation]] or [[membership]]",
	parents = {"เบ็ดเตล็ด"},
}
labels["collectives"] = labels["กลุ่มบุคคล"]

labels["เงื่อน"] = {
	type = "type",
	description = "default",
	parents = {"เบ็ดเตล็ด"},
}
labels["knots"] = labels["เงื่อน"]

return labels