Module:category tree/topic/Transport

From Linguifex
Revision as of 21:59, 7 June 2025 by wikt>Benwing (Changed protection settings for "Module:category tree/topic/Transport": 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/Transport/doc

local labels = {}

labels["transport"] = {
	type = "related-to",
	description = "default",
	parents = {"all topics"},
}

labels["animal riding"] = {
	type = "related-to",
	description = "=riding [[animal]]s",
	parents = {"transport", "horses"},
}

labels["automotive"] = {
	type = "related-to",
	description = "default",
	parents = {"transport"},
}

labels["cycling"] = {
	type = "related-to",
	description = "default",
	parents = {"transport"},
}

labels["nautical"] = {
	type = "related-to",
	description = "default",
	parents = {"transport"},
}

labels["navigation"] = {
	type = "related-to",
	description = "default",
	parents = {"transport"},
}

labels["rail transportation"] = {
	type = "related-to",
	description = "default",
	parents = {"transport"},
}

labels["road transport"] = {
	type = "related-to",
	description = "default",
	parents = {"transport"},
}

labels["roads"] = {
	type = "related-to",
	description = "default",
	parents = {"road transport"},
}

labels["sailing"] = {
	type = "related-to",
	description = "default",
	parents = {"nautical"},
}

labels["ship parts"] = {
	type = "type",
	description = "default",
	parents = {"nautical"},
}

labels["ship prefixes"] = {
	type = "name",
	description = "default",
	parents = {"nautical"},
}

labels["shipping"] = {
	type = "related-to",
	description = "=the transportation of goods by ship",
	additional = "For the [[fandom]] sense of {{l|en|ship|shipping|id=fandomverb}}, see [[:Category:Shipping (fandom)]].",
	parents = {"transport", "nautical"},
}

labels["space travel"] = {
	type = "related-to",
	description = "default",
	parents = {"transport", "astronautics"},
}

labels["walking"] = {
	type = "related-to",
	description = "default",
	parents = {"transport"},
}

return labels