Jump to content

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"] = "",
	["system icon"] = "[[File:Erfurter Bahn logo.svg|50px|link=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"] = "E19F74",
			["left terminus"] = "Hof",
			["right terminus"] = "Leipzig"
		},
		["RB 21"] = {
			["color"] = "579b95",
			["left terminus"] = "Erfurt",
			["right terminus"] = "Gera"
		},
		["RB 22"] = {
			["color"] = "F8BD01",
			["left terminus"] = "Saalfeld (Saale)",
			["right terminus"] = "Leipzig"
		},
		["RB 23"] = {
			["color"] = "631F66",
			["left terminus"] = "Erfurt",
			["right terminus"] = "Saalfeld (Saale)"
		},
		["RB 26"] = {
			["color"] = "809CCD",
			["left terminus"] = "Weimar",
			["right terminus"] = "Kranichfeld"
		},
		["RB 27"] = {
			["color"] = "817246",
			["left terminus"] = "Sömmerda",
			["right terminus"] = "Buttstädt"
		},
		["RB 28"] = {
			["color"] = "0D8AB8",
			["left terminus"] = "Jena Saale",
			["right terminus"] = "Pößneck unt Bf"
		},
		["RB 32"] = {
			["color"] = "DFBD03",
			["left terminus"] = "Saalfeld (Saale)",
			["right terminus"] = "Blankenstein (Saale)"
		},
		["RB 40"] = {
			["color"] = "0E8632",
			["left terminus"] = "Schweinfurt Stadt",
			["right terminus"] = "Meiningen"
		},
		["RB 50"] = {
			["color"] = "0E8632",
			["left terminus"] = "Gemünden (Main)",
			["right terminus"] = "Schweinfurt Stadt"
		},
		["RB 76"] = {
			["color"] = "73542f",
			["left terminus"] = "Weißenfels",
			["right terminus"] = "Zeitz",
		},

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

return p