Jump to content

Module:Adjacent stations/Rostock Tramway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alex234 (talk | contribs) at 12:21, 6 May 2021 (Created page with 'local p = { ["system title"] = "Rostock Tramway", ["system icon"] = "", ["station format"] = { "%1 station", ["Rostock Hbf"] = "Rostock Hauptbahnhof"...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Rostock Tramway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Rostock Hbf"] = "Rostock Hauptbahnhof"
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Trams in Rostock#Lines|1]]",
			["color"] = "62078b",
			["left terminus"] = "Mecklenburger Allee",
			["right terminus"] = "Hafenallee",
		},
		["2"] = {
			["title"] = "[[Trams in Rostock#Lines|2]]",
			["color"] = "e1760b",
			["left terminus"] = "Reutershagen",
			["right terminus"] = "Kurt-Schuhmacher-Ring",
		},
		["3"] = {
			["title"] = "[[Trams in Rostock#Lines|3]]",
			["color"] = "5c050c",
			["left terminus"] = "Neuer Friedhof",
			["right terminus"] = "Dierkower Allee",
		},
	    ["4"] = {
			["title"] = "[[Trams in Rostock#Lines|4]]",
			["color"] = "d60aca",
			["left terminus"] = "Campus Südstadt",
			["right terminus"] = "Dierkower Allee",
		},
	    ["5"] = {
			["title"] = "[[Trams in Rostock#Lines|5]]",
			["color"] = "e30b0d",
			["left terminus"] = "Mecklenburger Allee",
			["right terminus"] = "Südblick",
		}, 
	    ["6"] = {
			["title"] = "[[Trams in Rostock#Lines|6]]",
			["color"] = "ffff00",
			["left terminus"] = "Neuer Friedhof",
			["right terminus"] = "Campus Südstadt",
		},
	},
}

return p