Module:Adjacent stations/Rostock S-Bahn

MyWikiBiz, Author Your Legacy — Thursday June 20, 2024
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