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 02:07, 28 November 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Rostock S-Bahn]]",
	["system icon"] = "[[File:S-Bahn-Logo.svg|18px|link=Rostock S-Bahn]]",
	["line icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Rostock"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
		},
		["S1"] = {
			["title"] = "[[Rostock S-Bahn#Lines|S1]]",
			["color"] = "00AA96",
			["left terminus"] = "Warnemünde",
			["right terminus"] = "Rostock Hbf",
		},
		["S2"] = {
			["title"] = "[[Rostock S-Bahn#Lines|S2]]",
			["color"] = "A41F8E",
			["left terminus"] = "Warnemünde",
			["right terminus"] = "Güstrow",
		},
	    ["S2X"] = {
	    	["title"] = "[[Rostock S-Bahn#Lines|S2X]]",
	    	["color"] = "ffffff",
			["text color"] = "DE6CA9",
			["border color"] = "DE6CA9",
			["left terminus"] = "Warnemünde",
			["right terminus"] = "Rostock",
		},
		["S3"] = {
			["title"] = "[[Rostock S-Bahn#Lines|S3]]",
			["color"] = "A7653E",
			["left terminus"] = "Warnemünde",
			["right terminus"] = "Güstrow",
		},
	},
}

return p