Module:Adjacent stations/Rostock S-Bahn

MyWikiBiz, Author Your Legacy — Saturday September 28, 2024
< Module:Adjacent stations
Revision as of 18:44, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Rostock S-Bahn)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Rostock S-Bahn/doc

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