Module:Adjacent stations/Saarbahn

< Module:Adjacent stations
Revision as of 21:51, 22 Ocak 2022 by imported>Mackensen (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')
(diff) ← Older 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