Jump to content

Module:Adjacent stations/alex

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 14:09, 2 May 2023 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "alex", ["system icon"] = "", ["station format"] = { "%1 station", ["Hof"] = hbf, ["Landshut (Bayern)"] = hbf, ["München"] = hbf, ["Regensburg"] = hbf, ["Praha hl.n."] = "Praha hlavní nádraží", }, ["_default"] = { ["title"] = "%1", }, ["lines"] = { ["RE 2"] = { ["color"] = "006666", ["left t...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {
	["system title"] = "[[Alex (rail service)|alex]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hof"] = hbf,
		["Landshut (Bayern)"] = hbf,
		["München"] = hbf,
		["Regensburg"] = hbf,
		["Praha hl.n."] = "Praha hlavní nádraží",
	},
	["_default"] = {
		["title"] = "[[List of railway routes in Bavaria|%1]]",
	},
	["lines"] = {
		["RE 2"] = {
			["color"] = "006666",
			["left terminus"] = "München",
			["right terminus"] = "Hof",
		},
		["RE 25"] = {
			["color"] = "006666",
			["left terminus"] = "München",
			["right terminus"] = "Praha hl.n.",
		},
	},
}

return p