Jump to content

Module:Adjacent stations/Karlsruhe tram

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "[[Trams in Karlsruhe|Karlsruhe tram]]",
	["line icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Karlsruhe"] = hbf,
		["Heilbronn"] = hbf,
		["Pforzheim"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Trams in Karlsruhe|%1]]"
		},
		["1"] = {
			["text color"] = "FFFFFF",
			["color"] = "ED1C24",
			["short name"] = "1",
			["left terminus"] = "Karlsruhe Heide",
			["right terminus"] = "Durlach Tumberg"
		},
		["2"] = {
			["text color"] = "FFFFFF",
			["color"] = "0071BC",
			["short name"] = "2",
			["left terminus"] = "Knielingen Nord",
			["right terminus"] = "Wolfartsweier Nord"
		},
		["3"] = {
			["text color"] = "FFFFFF",
			["color"] = "947139",
			["short name"] = "3",
			["left terminus"] = "Karlsruhe Rheinbergstraße",
			["right terminus"] = "Rintheim"
		},
		["4"] = {
			["text color"] = "FFFFFF",
			["color"] = "F4C204",
			["short name"] = "4",
			["left terminus"] = "Oberreut Badeniaplatz",
			["right terminus"] = "Waldstadt Europäische Schule"
		},
		["5"] = {
			["text color"] = "FFFFFF",
			["color"] = "00C0F3",
			["short name"] = "5",
			["left terminus"] = "Karlsruhe Rheinhafen",
			["right terminus"] = "Durlach"
		},
	},
}

return p