Module:category tree/topic/Transport: Difference between revisions
Jump to navigation
Jump to search
m 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)) |
m 1 revision imported |
(No difference)
| |
Latest revision as of 12:37, 21 April 2026
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