Module:category tree/topic cat/data/Transport

विक्षनरी से

"इस मॉड्यूल हेतु प्रलेख Module:category tree/topic cat/data/Transport/doc पर बनाया जा सकता है"

local labels = {}

labels["transport"] = {
	description = "default",
	parents = {"all topics"},
}

labels["animal riding"] = {
	description = "{{{langname}}} terms related to riding [[animal]]s.",
	parents = {"transport","horses"},
}

labels["automotive"] = {
	description = "default with topic",
	parents = {"transport"},
}

labels["cycling"] = {
	description = "default",
	parents = {"transport"},
}

labels["nautical"] = {
	description = "default with topic",
	parents = {"transport"},
}

labels["navigation"] = {
	description = "default",
	parents = {"transport"},
}

labels["rail transportation"] = {
	description = "{{{langname}}} terms related to [[rail]] [[transportation]].",
	parents = {"transport"},
}

labels["road transport"] = {
	description = "{{{langname}}} terms related to [[road]] [[transport]].",
	parents = {"transport"},
}

labels["roads"] = {
	description = "{{{langname}}} terms related to [[road]]s.",
	parents = {"road transport"},
}

labels["sailing"] = {
	description = "default",
	parents = {"nautical"},
}

labels["ship parts"] = {
	description = "default",
	parents = {"nautical", "list of sets"},
}

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

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

labels["space travel"] = {
	description = "default with topic",
	parents = {"transport", "astronautics"},
}

return labels