مۆدیوول:category tree/topic cat/data/Transport

لە ویکیفەرھەنگ

"بەڵگەدارکردنی ئەم مۆدیوولە دەکرێ لە مۆدیوول:category tree/topic cat/data/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