Пређи на садржај

Модул:category tree/topic cat/data/Transport

Script error: The function "main" does not exist.

local labels = {}

labels["транспорт"] = {
	type = "повезаних",
	description = "default",
	parents = {"све теме"},
}

labels["animal riding"] = {
	type = "related-to",
	description = "=riding [[animal]]s",
	parents = {"транспорт", "horses"},
}

labels["automotive"] = {
	type = "related-to",
	description = "default",
	parents = {"транспорт"},
}

labels["cycling"] = {
	type = "related-to",
	description = "default",
	parents = {"транспорт"},
}

labels["наутика"] = {
	type = "повезаних",
	description = "default",
	parents = {"транспорт"},
}

labels["navigation"] = {
	type = "related-to",
	description = "default",
	parents = {"транспорт"},
}

labels["rail transportation"] = {
	type = "related-to",
	description = "default",
	parents = {"транспорт"},
}

labels["road transport"] = {
	type = "related-to",
	description = "default",
	parents = {"транспорт"},
}

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

labels["sailing"] = {
	type = "related-to",
	description = "default",
	parents = {"наутика"},
}

labels["ship parts"] = {
	type = "type",
	description = "default",
	parents = {"наутика"},
}

labels["ship prefixes"] = {
	type = "name",
	description = "default",
	parents = {"наутика"},
}

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 = {"транспорт", "наутика"},
}

labels["space travel"] = {
	type = "related-to",
	description = "default",
	parents = {"транспорт", "astronautics"},
}

labels["walking"] = {
	type = "related-to",
	description = "default",
	parents = {"транспорт"},
}

return labels