Module:Adjacent stations/Süd-Thüringen-Bahn

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "[[Süd-Thüringen-Bahn]]",
	["system icon"] = "",
	["line icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Arnstadt"] = hbf,
		["Erfurt"] = hbf
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[List of railway routes in Thuringia|%1]]",
			["text color"] = "FFFFFF",
		},
		["RB 41"] = {
			["color"] = "4471a8",
			["left terminus"] = "Eisenach",
			["right terminus"] = "Neuhaus am Rennweg"
		},
		["RB 43"] = {
			["color"] = "9aabb5",
			["left terminus"] = "Wernshausen",
			["right terminus"] = "Suhl"
		},
		["RB 44"] = {
			["color"] = "5394d1",
			["left terminus"] = "Meiningen",
			["right terminus"] = "Erfurt"
		},
		["RB 46"] = {
			["color"] = "3d6c3e",
			["left terminus"] = "Ilmenau",
			["right terminus"] = "Erfurt"
		},
		["RB 48"] = {
			["color"] = "52CCA3",
			["left terminus"] = "Fröttstädt",
			["right terminus"] = "Friedrichroda"
		},
		["RE 45"] = {
			["color"] = "337387",
			["left terminus"] = "Ilmenau",
			["right terminus"] = "Erfurt"
		},
		["RE 50"] = {
			["color"] = "184250",
			["left terminus"] = "Meiningen",
			["right terminus"] = "Erfurt"
		},
	},
	["aliases"] = {
		["41"] = "RB 41",
		["stb 41"] = "RB 41",
		["43"] = "RB 43",
		["stb 43"] = "RB 43",
		["44"] = "RB 44",
		["stb 44"] = "RB 44",
		["46"] = "RB 46",
		["stb 46"] = "RB 46",
		["48"] = "RB 48",
		["stb 48"] = "RB 48",
		["45"] = "RE 45",
		["stx 45"] = "RE 45",
		["50"] = "RE 50",
		["stx 50"] = "RE 50",
	}
}

return p