Jump to content

Module:Adjacent stations/alex

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "",
	["system icon"] = "[[File:Alex (Zug) Logo.svg|60px|link=Alex (rail service)]]",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Hof"] = hbf,
		["Landshut (Bayern)"] = hbf,
		["München"] = hbf,
		["Regensburg"] = hbf,
		["Praha hl.n."] = "Praha hlavní nádraží",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Die Länderbahn#alex|%1]]",
		},
		["RE 2"] = {
			["color"] = "006666",
			["left terminus"] = "München",
			["right terminus"] = "Hof",
		},
		["RE 23"] = {
			["color"] = "006666",
			["left terminus"] = "München",
			["right terminus"] = "Hof",
		},
		["RE 25"] = {
			["color"] = "006666",
			["left terminus"] = "München",
			["right terminus"] = "Praha hl.n.",
		},
	},
}

return p