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

MyWikiBiz, Author Your Legacy — Wednesday May 08, 2024
Jump to navigationJump to search
local p = {
	["system title"] = "",
	["system icon"] = "[[File:Go-Ahead Baden-Württemberg.svg|80px|link=Go-Ahead Verkehrsgesellschaft Deutschland]]",
	["station format"] = {
		"%1 station",
		["Aalen Hbf"] = "Aalen Hauptbahnhof",
		["Karlsruhe Hbf"] = "Karlsruhe Hauptbahnhof",
		["Nürnberg Hbf"] = "Nürnberg Hauptbahnhof",
		["Stuttgart Hbf"] = "Stuttgart Hauptbahnhof",
		["Ulm Hbf"] = "Ulm Hauptbahnhof",
		["Würzburg Hbf"] = "Würzburg Hauptbahnhof",
	},
	["lines"] = {
		["IRE"] = {
			["title"] = "",
			["color"] = "",
			["types"] = {
				["1"] = {
					["title"] = "[[Interregio-Express|IRE 1]]",
					["color"] = "8dc63f",
					["left terminus"] = "Karlsruhe Hbf",
					["right terminus"] = "Aalen Hbf",
				},
			},
		},
		["RB"] = {
			["title"] = "",
			["color"] = "",
			["types"] = {
				["13"] = {
					["title"] = "[[Regionalbahn|RE 13]]",
					["color"] = "00aeef",
					["left terminus"] = "Stuttgart Hbf",
					["right terminus"] = "Crailsheim",
				},
				["16"] = {
					["title"] = "[[Regionalbahn|RE 16]]",
					["color"] = "0072bc",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Stuttgart Hbf",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "",
			["types"] = {
				["8"] = {
					["title"] = "[[Regional-Express|RE 8]]",
					["color"] = "00a651",
					["left terminus"] = "Stuttgart Hbf",
					["right terminus"] = "Würzburg Hbf",					
				},
				["90"] = {
					["title"] = "[[Regional-Express|RE 90]]",
					["color"] = "ec008c",
					["left terminus"] = "Stuttgart Hbf",
					["right terminus"] = "Nürnberg Hbf",					
				},
			},
		},
	},
}

return p