Jump to content

Module:Adjacent stations/SWEG Bahn Stuttgart

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 19:01, 15 October 2022 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "SWEG Bahn Stuttgart", ["system icon"] = "30px", ["station format"] = { "%1 station", ["Stuttgart"] = hbf, ["Tübingen"] = hbf, }, ["lines"] = { ["RE 12"] = { ["title"] = "RE 12", ["color"] = "ed6e19", ["left terminus"] = "Tübingen", ["right terminus"] = "Stuttgart",...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {
	["system title"] = "[[SWEG Bahn Stuttgart]]",
	["system icon"] = "[[File:SWEG Logo.svg|30px]]",
	["station format"] = {
		"%1 station",
		["Stuttgart"] = hbf,
		["Tübingen"] = hbf,
	},
	["lines"] = {
		["RE 12"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg#Regional services|RE 12]]",
			["color"] = "ed6e19",
			["left terminus"] = "Tübingen",
			["right terminus"] = "Stuttgart",
		},
		["RB 18"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg#Regional services|RB 18]]",
			["color"] = "008c3c",
			["left terminus"] = "Tübingen",
			["right terminus"] = "Stuttgart",
		},
	},
}

return p