Module:category tree/topic/Buildings and structures

From Linguifex
Revision as of 21:54, 7 June 2025 by wikt>Benwing (Changed protection settings for "Module:category tree/topic/Buildings and structures": per discussion at Wiktionary:Beer_parlour/2025/June#upped_protection_for_category_tree_topic_data_pages ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:category tree/topic/Buildings and structures/doc

local labels = {}

labels["buildings and structures"] = {
	type = "type",
	description = "=[[building]]s and [[structure]]s",
	parents = {"architecture"},
}

labels["animal dwellings"] = {
	type = "type",
	description = "default",
	parents = {"buildings and structures", "zoology"},
}

labels["bridges"] = {
	type = "type",
	description = "default",
	parents = {"buildings and structures"},
}

labels["buildings"] = {
	type = "type",
	description = "default",
	parents = {"buildings and structures"},
}

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

labels["rooms"] = {
	type = "type",
	description = "default",
	parents = {"buildings and structures"},
}

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

labels["ports and harbours"] = {
	type = "related-to",
	description = "default",
	parents = {"buildings and structures", "nautical", "commerce"},
}

labels["shops"] = {
	type = "type",
	description = "default",
	parents = {"buildings", "businesses"},
}

labels["walls and fences"] = {
	type = "type",
	description = "=[[wall]]s and [[fence]]s",
	parents = {"buildings and structures"},
}

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

return labels