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

From EMPTY MEDIAWIKI
Jump to navigation Jump to search

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

local labels = {}

labels["buildings and structures"] = {
	description = "{{{langname}}} terms related to [[Wiktionary:building|building]]s and [[Wiktionary:structure|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 [[Wiktionary:pyramid|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 [[Wiktionary:wall|wall]]s and [[Wiktionary:fence|fence]]s.",
	parents = {"buildings and structures"},
}

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

return labels