Module:Adjacent stations/Stockholm commuter rail

From Wikipedia, the free encyclopedia

local x = "%1 Station"

local p = {
	["system title"] = "[[Stockholm commuter rail]]",
	["system icon"] = "[[File:Stockholm commuter rail symbol.svg|16px|link=Stockholm commuter rail]]",
	["station format"] = {
		"%1 railway station",
		["Arlanda Central"] = x,
		["Märsta"] = x,
		["Nynäshamn"] = x,
		["Solna"] = "Solna station",
		["Stockholm Odenplan"] = "Odenplan metro station",
		["Stockholm Central"] = x,
		["Stockholm City"] = x,
		["Stockholm South"] = x,
		["Uppsala Central"] = x,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Stockholm commuter rail#Lines|%1]]",
			["color"] =  "ff49a5",
		},
		["40"] = {
			["left terminus"] = "Uppsala Central",
			["right terminus"] = "Södertälje Centrum",
		},
		["41"] = {
			["left terminus"] = "Märsta",
			["right terminus"] = "Södertälje Centrum",
		},
		["42X"] = {
			["left terminus"] = "Märsta",
			["right terminus"] = "Nynäshamn",
		},
		["43"] = {
			["left terminus"] = "Bålsta",
			["right terminus"] = "Nynäshamn",
		},
		["43X"] = {
			["left terminus"] = "Kallhäll",
			["right terminus"] = "Nynäshamn",
		},
		["44"] = {
			["left terminus"] = "Bro",
			["right terminus"] = "Tumba",
		},
		["48"] = {
			["left terminus"] = "Gnesta",
			["right terminus"] = "Södertälje Centrum",
		},
	},
	["aliases"] = {
		["j40"] = "40",
		["j41"] = "41",
		["j42x"] = "42X",
		["j43"] = "43",
		["j43x"] = "43X",
		["j44"] = "44",
		["j48"] = "48",
	},
}

return p