Jump to content

Module:Adjacent stations/Rostock S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alex234 (talk | contribs) at 19:50, 5 May 2021 (Created page with 'local p = { ["system title"] = "Rostock S-Bahn", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["1"] = { ["title"]...'). 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 S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Rostock S-Bahn#Lines|S1]]",
			["short name"] = "S1",
			["text color"] = "FFFFFF",
			["color"] = "229d7b",
			["left terminus"] = "Warnemünde",
			["right terminus"] = "Rostock Hbf",
		},
		["2"] = {
			["title"] = "[[Rostock S-Bahn#Lines|S2]]",
			["short name"] = "S2",
			["text color"] = "FFFFFF",
			["color"] = "55155f",
			["left terminus"] = "Warnemünde",
			["right terminus"] = "Güstrow",
		},
		["3"] = {
			["title"] = "[[Rostock S-Bahn#Lines|S3]]",
			["short name"] = "S3",
			["text color"] = "FFFFFF",
			["color"] = "481c10",
			["left terminus"] = "Warnemünde",
			["right terminus"] = "Güstrow",
		},
	},
}

return p