Jump to content

Module:Adjacent stations/Stockholm commuter rail

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Querii (talk | contribs) at 00:32, 22 June 2020 (Created page with 'local x = "%1 Station" local p = { ["system title"] = "Stockholm commuter rail", ["system icon"] = "[[File:Stockholm commuter rail symbol.svg|14px|link=St...'). 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 x = "%1 Station"

local p = {
	["system title"] = "[[Stockholm commuter rail]]",
	["system icon"] = "[[File:Stockholm commuter rail symbol.svg|14px|link=Stockholm commuter rail]]",
	["station format"] = {
		"%1 railway station",
		["Uppsala Central"] = x,
		["Arlanda Central"] = x,
		["Sollentuna"] = x,
		["Stockholm Odenplan"] = "Odenplan metro station",
		["Stockholm City"] = x,
		["Stockholm South"] = x,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Stockholm commuter rail#Lines|%1]]",
			["color"] =  "ff49a5",
		},
		["J40"] = {
			["left terminus"] = "Södertälje Centrum",
			["right terminus"] = "Uppsala Central",
		},
		["J41"] = {
			["left terminus"] = "Södertälje Centrum",
			["right terminus"] = "Märsta",
		},
		["J42X"] = {
			["left terminus"] = "Nynäshamn",
			["right terminus"] = "Märsta",
		},
		["J43"] = {
			["left terminus"] = "Nynäshamn",
			["right terminus"] = "Bålsta",
		},
		["J43X"] = {
			["left terminus"] = "Nynäshamn",
			["right terminus"] = "Kallhäll",
		},
		["J44"] = {
			["left terminus"] = "Tumba",
			["right terminus"] = "Kallhäll",
		},
		["J48"] = {
			["left terminus"] = "Södertälje Centrum",
			["right terminus"] = "Gnesta",
		},
	},
}

return p