Jump to content

Module:Adjacent stations/Saarbahn

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Mackensen (talk | contribs) at 20:51, 22 January 2022 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Saarbahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Saarbrücken"] = hbf, }, ["lines"] = { ["S1"] = { ["title"] = "S1", ["color"] = "EF7C00", ["text color"] = "FFFFFF", ["left terminus"] = "Lebach-Jabach", ["right terminus"] = "Sarreguemines", }, }, } return p'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {
	["system title"] = "[[Saarbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Saarbrücken"] = hbf,
	},
	["lines"] = {
		["S1"] = {
			["title"] = "S1",
			["color"] = "EF7C00",
			["text color"] = "FFFFFF",
			["left terminus"] = "Lebach-Jabach",
			["right terminus"] = "Sarreguemines",
		},
	},
}

return p