Jump to content

Module:Adjacent stations/S-Bahn Mittelelbe

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gonnym (talk | contribs) at 23:37, 7 July 2022 (Undid revision 1096984554 by Frietjes (talk) so what? we should have a standard size and not have every module make their icons slightly different. If the default size used by Template:RCB is too big, then it should be handled there). 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"] = "[[S-Bahn Mittelelbe]]",
	["system icon"] = "[[File:S-Bahn-Logo.svg|16px|alt=]]",
	["station format"] = {
		"%1 station",
		["Magdeburg"] = hbf,
		["Stendal"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[S-Bahn Mittelelbe|S %1]]",
		},
		["1"] = {
			["text color"] = "FFFFFF",
			["color"] = "018243",
			["icon format"] = "croute",
			["short name"] = "S 1",
			["left terminus"] = "Schönebeck-Bad Salzelmen",
			["right terminus"] = "Wittenberge"
		},
	},
	["aliases"] = {
		["s1"] = "1",
	}
}

return p