Jump to content

Module:Adjacent stations/Karlsruhe tram

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Alex234 (talk | contribs) at 11:02, 27 February 2025 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Karlsruhe tram", ["line icon format"] = "croute", ["station format"] = { "%1 station", ["Karlsruhe"] = hbf, ["Heilbronn"] = hbf, ["Pforzheim"] = hbf, }, ["lines"] = { ["_default"] = { ["title"] = "%1" }, ["1"] = { ["text color"] = "FFFFFF", ["color"] = "ED1C24", ["short name"] = "1", ["left terminus"] = "K...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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