Module:Adjacent stations/Verkehrsbetriebe Zürich

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Verkehrsbetriebe Zürich|VBZ]]",
	["system icon"] = "",
	["station format"] = {
		"",
		[""] = "",
	},
	["system icon format"] = "route",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Verkehrsbetriebe Zürich#Motor buses|%1]]",
			["text color"] = "FFFFFF",
			["color"] = "82bfe7",
		},

		-- Trolleybus
		["31"] = {
			["title"] = "[[Trolleybuses in Zürich#Lines|%1]]",
			["color"] = "9fa3cd",
		},
		["32"] = {
			["title"] = "[[Trolleybuses in Zürich#Lines|%1]]",
			["text color"] = "000000",
			["color"] = "dab2d2",
		},
		["33"] = {
			["title"] = "[[Trolleybuses in Zürich#Lines|%1]]",
			["text color"] = "000000",
			["color"] = "e9e6a5",
		},
		["46"] = {
			["title"] = "[[Trolleybuses in Zürich#Lines|%1]]",
			["text color"] = "000000",
			["color"] = "c5dfa5",
		},
		["72"] = {
			["title"] = "[[Trolleybuses in Zürich#Lines|%1]]",
			["text color"] = "000000",
			["color"] = "d8aa99",
		},
		["83"] = {
			["title"] = "[[Trolleybuses in Zürich#Lines|%1]]",
			["text color"] = "000000",
			["color"] = "FFFFFF",
		},

		-- Stadtbus
		["61"] = {
			["color"] = "a29a91",
		},
		["62"] = {
			["color"] = "d7ccbc",
			["text color"] = "000000",
		},
		["80"] = {
			["color"] = "d5ddbe",
			["text color"] = "000000",
		},
	},
}

return p