Jump to content

Module:Adjacent stations/Go-Ahead Bayern

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "",
	["system icon"] = "[[File:Go-Ahead Bayern.svg|80px|link=Go-Ahead Verkehrsgesellschaft Deutschland]]",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Aalen"] = hbf,
		["Augsburg"] = hbf,
		["München"] = hbf,
		["Stuttgart"] = hbf,
		["Ulm"] = hbf,
		["Würzburg"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
			["title"] = "[[List of railway routes in Bavaria|%1]]",			
		},
		["RB 86"] = {
			["color"] = "6cc3d9",
			["title"] = "[[List of railway routes in Bavaria#Lines 8, 80–89 (south)|RB 86]]",	
			["left terminus"] = "Dinkelscherben",
			["right terminus"] = "München",
		},
		["RB 87"] = {
			["color"] = "6cc3d9",
			["title"] = "[[List of railway routes in Bavaria#Lines 8, 80–89 (south)|RB 87]]",
			["left terminus"] = "Donauwörth",
			["right terminus"] = "München",
		},
		["RB 89"] = {
			["color"] = "008fbf",
			["title"] = "[[List of railway routes in Bavaria#Lines 8, 80–89 (south)|RB 89]]",
			["left terminus"] = "Aalen",
			["right terminus"] = "Donauwörth",
		},
		["RB 92"] = {
			["color"] = "999999",
			["title"] = "[[List of railway routes in Bavaria#Lines 9, 90–99 (south)|RB 92]]",	
			["left terminus"] = "Lindau-Insel",
			["right terminus"] = "Memmingen",
		},
		["RE 9"] = {
			["color"] = "004080",
			["title"] = "[[List of railway routes in Bavaria#Lines 9, 90–99 (south)|RE 9]]",
			["left terminus"] = "Ulm",
			["right terminus"] = "München",
		},
		["RE 72"] = {
			["color"] = "ff6600",
			["title"] = "[[List of railway routes in Bavaria#Lines 7, 17, 70–79 (south)|RE 72]]",
			["left terminus"] = "Memmingen",
			["right terminus"] = "München",
		},
		["RE 80"] = {
			["color"] = "008fbf",
			["title"] = "[[List of railway routes in Bavaria#Lines 8, 80–89 (south)|RE 80]]",
			["left terminus"] = "Würzburg",
			["right terminus"] = "München",
		},
		["RE 89"] = {
			["color"] = "008fbf",
			["title"] = "[[List of railway routes in Bavaria#Lines 8, 80–89 (south)|RE 89]]",
			["left terminus"] = "Aalen",
			["right terminus"] = "München",
		},
		["RE 96"] = {
			["color"] = "ffb200",
			["title"] = "[[List of railway routes in Bavaria#Lines 9, 90–99 (south)|RE 96]]",	
			["left terminus"] = "Lindau-Reutin",
			["right terminus"] = "München",
		},
	},
}
return p