Module:Adjacent stations/Erfurter Bahn

From Wikipedia, the free encyclopedia

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local rws = "%1 railway station"

local p = {
	["system title"] = "[[Erfurter Bahn]]",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Arnstadt"] = hbf,
		["Erfurt"] = hbf,
		["Gera"] = hbf,
		["Hof"] = hbf,
		["Leipzig"] = hbf,
		["Leipzig-Plagwitz"] = rws,
		["Leipzig-Möckern"] = rws,
		["Mellrichstadt"] = "[[%1 Bahnhof|%1 Bf]]",
		["Schweinfurt"] = hbf
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Erfurter Bahn|%1]]",
		},
		-- RB
		["RB 13"] = {
			["color"] = "90bc5c",
			["left terminus"] = "Hof",
			["right terminus"] = "Gera"
		},
		["RB 21"] = {
			["color"] = "579b95",
			["left terminus"] = "Erfurt",
			["right terminus"] = "Gera"
		},
		["RB 22"] = {
			["color"] = "3c6b66",
			["left terminus"] = "Saalfeld (Saale)",
			["right terminus"] = "Leipzig"
		},
		["RB 23"] = {
			["color"] = "662a84",
			["left terminus"] = "Erfurt",
			["right terminus"] = "Saalfeld (Saale)"
		},
		["RB 26"] = {
			["color"] = "7f93c9",
			["left terminus"] = "Weimar",
			["right terminus"] = "Kranichfeld"
		},
		["RB 27"] = {
			["color"] = "817246",
			["left terminus"] = "Sömmerda",
			["right terminus"] = "Buttstädt"
		},
		["RB 28"] = {
			["color"] = "1b2a7f",
			["left terminus"] = "Jena Saale",
			["right terminus"] = "Pößneck unt Bf"
		},
		["RB 32"] = {
			["color"] = "ad8fbf",
			["left terminus"] = "Saalfeld (Saale)",
			["right terminus"] = "Blankenstein (Saale)"
		},
		["RB 40"] = {
			["color"] = "498242",
			["left terminus"] = "Schweinfurt Stadt",
			["right terminus"] = "Meiningen"
		},
		["RB 50"] = {
			["color"] = "c8001b",
			["left terminus"] = "Gemünden (Main)",
			["right terminus"] = "Schweinfurt Stadt"
		},

		-- RE
		["RE 12"] = {
			["color"] = "3c6b66",
			["left terminus"] = "Saalfeld (Saale)",
			["right terminus"] = "Leipzig"
		},
		["RE 47"] = {
			["color"] = "662a84",
			["left terminus"] = "Erfurt",
			["right terminus"] = "Saalfeld (Saale)"
		}
	}
}

return p