Module:Adjacent stations/Kassel RegioTram

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Kassel RegioTram]]",
	["line icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Kassel"] = "[[%1 Hauptbahnhof|%1 Hbf]]"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Kassel_RegioTram#Services|%1]]",
			["color"] = "FF0000",
			["text color"] = "FFFFFF"
		},
		["1"] = {
			["short name"] = "RT1",
			["left terminus"] = "Hofgeismar-Hümme",
			["right terminus"] = "Kassel Hollandische Straße"
		},
		["4"] = {
			["short name"] = "RT4",
			["left terminus"] = "Wolfhagen",
			["right terminus"] = "Kassel Hollandische Straße"
		},
		["5"] = {
			["short name"] = "RT5",
			["left terminus"] = "Melsungen",
			["right terminus"] = "Kassel Auestadion"
		}
	}
}

return p