Module:Adjacent stations/Go-Ahead Baden-Württemberg

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "",
	["system icon"] = "[[File:Go-Ahead Baden-Württemberg.svg|80px|link=Go-Ahead Verkehrsgesellschaft Deutschland]]",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Aalen"] = hbf,
		["Bad Friedrichshall"] = hbf,
		["Heilbronn"] = hbf,
		["Karlsruhe"] = hbf,
		["Nürnberg"] = hbf,
		["Pforzheim"] = hbf,
		["Stuttgart"] = hbf,
		["Ulm"] = hbf,
		["Würzburg"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
		},
		["IRE 1"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|IRE 1]]",
			["color"] = "8dc63f",
			["left terminus"] = "Karlsruhe",
			["right terminus"] = "Aalen",
		},
		["MEX 13"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|MEX 13]]",
			["color"] = "00aeef",
			["left terminus"] = "Stuttgart",
			["right terminus"] = "Crailsheim",
		},
		["MEX 16"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|MEX 16]]",
			["color"] = "0072bc",
			["left terminus"] = "Stuttgart",
			["right terminus"] = "Ulm",
		},
		["RB 8"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|RE 8]]",
			["color"] = "00a651",
			["left terminus"] = "Stuttgart",
			["right terminus"] = "Lauda",					
		},
		["RE 8"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|RE 8]]",
			["color"] = "b15a9e",
			["left terminus"] = "Stuttgart",
			["right terminus"] = "Würzburg",					
		},
		["RE 90"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|RE 90]]",
			["color"] = "ec008c",
			["left terminus"] = "Stuttgart",
			["right terminus"] = "Nürnberg",					
		},
	},
}

return p