Jump to content

Module:Adjacent stations/DB Regio Bayern - Agilis (cooperation)

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "[[Agilis]] / [[DB Regio Bayern]]",
	["system icon"] = "",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Bayreuth"] = hbf,
		["Hof"] = hbf,
		["Landshut"] = hbf,
		["Passau"] = hbf,
		["Regensburg"] = hbf,
		["Ingolstadt"] = hbf,
		["Ulm"] = hbf,
		["Nürnberg"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
			["title"] = "[[List of railway routes in Bavaria|%1]]",
		},
		["RE 22"] = {
			["title"] = "[[List of railway routes in Bavaria#Lines 2, 20–29 (southwest)|RE 22]]",
			["color"] = "FF6600",
			["left terminus"] = "Nürnberg",
			["right terminus"] = "Munich Airport",
		},			
	},
}

return p