Jump to content

Module:Adjacent stations/agilis

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grahamec (talk | contribs) at 09:16, 18 May 2023 (add RB34). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "",
	["system icon"] = "[[File:Agilis Logo.svg|50px|link=agilis]]",
	["station format"] = {
		"%1 station",
		["Bayreuth Hbf"] = "Bayreuth Hauptbahnhof",
		["Hof Hbf"] = "Hof Hauptbahnhof",
		["Landshut Hbf"] = "Landshut Hauptbahnhof",
		["Passau Hbf"] = "Passau Hauptbahnhof",
		["Regensburg Hbf"] = "Regensburg Hauptbahnhof", 
		["Ingolstadt Hbf"] = "Ingolstadt Hauptbahnhof",
		["Ulm Hbf"] = "Ulm Hauptbahnhof"
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
			["title"] = "[[List of railway routes in Bavaria|%1]]",
		},
		-- RB
		["RB 15"] = {
			["color"] = "9cad49",
			["left terminus"] = "Ulm Hbf",
			["right terminus"] = "Ingolstadt Hbf",
		},
		["RB 17"] = {
			["color"] = "9cad49",
			["left terminus"] = "Ingolstadt",
			["right terminus"] = "Regensburg",
		},
		["RB 18"] = {
			["color"] = "ff9999",
			["left terminus"] = "Bad Rodach",
			["right terminus"] = "Coburg",
		},
		["RB 22"] = {
			["color"] = "9cad49",
			["left terminus"] = "Lichtenfels",
			["right terminus"] = "Ebermannstadt",
		},
		["RB 24"] = {
			["color"] = "007ec2",
			["left terminus"] = "Coburg",
			["right terminus"] = "Bad Steben",
		},
		["RB 26"] = {
			["color"] = "68a7cc",
			["left terminus"] = "Ebern",
			["right terminus"] = "Forchheim (Oberfr)",
		},
		["RB 34"] = {
			["color"] = "bf73bf",
			["left terminus"] = "Weiden (Oberpfalz)",
			["right terminus"] = "Weidenberg",
		},
		["RB 51"] = {
			["color"] = "c189a3",
			["left terminus"] = "Neumarkt (Oberpfalz)",
			["right terminus"] = "Plattling",
		},
		["RB 96"] = {
			["color"] = "ff6600",
			["left terminus"] = "Hof Hbf",
			["right terminus"] = "Selb Stadt",
		},
		["RB 99"] = {
			["color"] = "ffb200",
			["left terminus"] = "Neuenmarkt-Wirsberg",
			["right terminus"] = "Hof Hbf",
		},
		-- RE
		["RE 18"] = {
			["color"] = "FF0000",
			["left terminus"] = "Ulm Hbf",
			["right terminus"] = "Regensburg Hbf",					
		},
	},
}

return p