Bước tới nội dung

Mô đun:category tree/topic/Buildings and structures

Từ điển mở Wiktionary
local labels = {}

labels["Công trình xây dựng"] = {
	type = "chủ đề thuộc nhóm loại hình",
	description = "=[[building]]s and [[structure]]s",
	parents = {"Kiến trúc"},
}

labels["nơi ở của động vật"] = {
	type = "chủ đề thuộc nhóm loại hình",
	description = "=[[nơi ở]] của [[động vật]]",
	parents = {"công trình xây dựng", "động vật học"},
}

labels["bridges"] = {
	type = "chủ đề thuộc nhóm loại hình",
	description = "default",
	parents = {"công trình xây dựng"},
}

labels["Tòa nhà"] = {
	type = "chủ đề thuộc nhóm loại hình",
	description = "default",
	parents = {"Công trình xây dựng"},
}

labels["pyramids"] = {
	type = "set,related-to",
	description = "default",
	parents = {"buildings"},
}

labels["Phòng"] = {
	type = "chủ đề thuộc nhóm loại hình",
	description = "default",
	parents = {"Công trình xây dựng"},
}

labels["kitchen"] = {
	type = "related-to",
	description = "default",
	parents = {"rooms", "cooking"},
}

labels["ports and harbours"] = {
	type = "related-to",
	description = "default",
	parents = {"công trình xây dựng", "nautical", "commerce"},
}

labels["shops"] = {
	type = "chủ đề thuộc nhóm loại hình",
	description = "default",
	parents = {"buildings", "businesses"},
}

labels["walls and fences"] = {
	type = "chủ đề thuộc nhóm loại hình",
	description = "=[[wall]]s and [[fence]]s",
	parents = {"công trình xây dựng"},
}

labels["toilet (room)"] = {
	type = "related-to",
	description = "=[[flush toilet]]s or rooms containing flush toilets",
	parents = {"hygiene", "rooms"},
}

return labels