Module:Category tree/topic cat/data/Buildings and structures

From The Languages of David J. Peterson
Revision as of 20:27, 23 January 2020 by Djp (talk | contribs) (Created page with "local labels = {} labels["buildings and structures"] = { description = "{{{langname}}} terms related to buildings and structures.", parents = {"architecture"}, } l...")
(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 cat/data/Buildings and structures/documentation

local labels = {}

labels["buildings and structures"] = {
	description = "{{{langname}}} terms related to [[building]]s and [[structure]]s.",
	parents = {"architecture"},
}

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

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

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

labels["pyramids"] = {
	description = "{{{langname}}} terms related to [[pyramid]]s.",
	parents = {"buildings"},
}

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

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

labels["walls and fences"] = {
	description = "{{{langname}}} terms related to [[wall]]s and [[fence]]s.",
	parents = {"buildings and structures"},
}

labels["WC"] = {
	description = "{{{langname}}} terms related to [[water closet]]s ([[WC]]s), that is, [[flush toilet]]s or rooms containing flush toilets.",
	parents = {"hygiene", "rooms"},
}

return labels