Jump to content

Module:Adjacent stations/Vogtlandbahn

From Wikipedia, the free encyclopedia

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Vogtlandbahn]]",
	["system icon"] = "",
	["system icon format"] = "broute",
	["station format"] = {
		"%1 station",
		["Gera"] = hbf,
		["Hof"] = hbf,
		["Plauen (Vogtl) ob Bf"] = "Plauen (Vogtland) Oberer Bahnhof",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Die Länderbahn#Network|%1]]",
			["text color"] = "FFFFFF",
		},
		["RB 1"] = {
			["color"] = "e2001a",
			["left terminus"] = "Zwickau Zentrum",
			["right terminus"] = "Kraslice",
		},
		["RB 2"] = {
			["color"] = "FFFFFF",
			["text color"] = "009bd4",
			["border color"] = "009bd4",
			["left terminus"] = {"Hof", "Cheb"},
			["right terminus"] = "Zwickau Zentrum",
		},
		["RB 4"] = {
			["color"] = "b07f48",
			["left terminus"] = "Gera",
			["right terminus"] = "Weischlitz",
		},
		["RB 5"] = {
			["color"] = "008a2e",
			["left terminus"] = "Mehltheuer",
			["right terminus"] = "Kraslice",
		},
	},
}

return p