มอดูล:category tree/topic cat/data/อาคารและโครงสร้าง

local labels = {}

labels["อาคารและโครงสร้าง"] = {
	type = "type",
	description = "=[[building]]s and [[structure]]s",
	parents = {"สถาปัตยกรรม"},
}
labels["buildings and structures"] = labels["อาคารและโครงสร้าง"]

labels["animal dwellings"] = {
	type = "type",
	description = "default",
	parents = {"อาคารและโครงสร้าง", "สัตววิทยา"},
}

labels["สะพาน"] = {
	type = "type",
	description = "default",
	parents = {"อาคารและโครงสร้าง"},
}
labels["bridges"] = labels["สะพาน"]

labels["อาคาร"] = {
	type = "type",
	description = "default",
	parents = {"อาคารและโครงสร้าง"},
}
labels["buildings"] = labels["อาคาร"]

labels["พีระมิด"] = {
	type = "set,related-to",
	description = "default",
	parents = {"อาคาร"},
}
labels["pyramids"] = labels["พีระมิด"]

labels["ห้อง"] = {
	type = "type",
	description = "default",
	parents = {"อาคารและโครงสร้าง"},
}
labels["rooms"] = labels["ห้อง"]

labels["ครัว"] = {
	type = "related-to",
	description = "default",
	parents = {"ห้อง", "การทำอาหาร"},
}
labels["kitchen"] = labels["ครัว"]

labels["ports and harbours"] = {
	type = "related-to",
	description = "default",
	parents = {"อาคารและโครงสร้าง", "nautical", "commerce"},
}

labels["shops"] = {
	type = "type",
	description = "default",
	parents = {"อาคาร", "businesses"},
}

labels["walls and fences"] = {
	type = "type",
	description = "=[[wall]]s and [[fence]]s",
	parents = {"อาคารและโครงสร้าง"},
}

labels["ส้วม"] = {
	type = "related-to",
	description = "=[[flush toilet]]s or rooms containing flush toilets",
	parents = {"อนามัย", "ห้อง"},
}
labels["toilet (room)"] = labels["ส้วม"]

return labels