Jump to content

Module:Adjacent stations/SJ

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[SJ AB|SJ]]",
	["system icon"] = "[[File:SJ (rail operator) logo.svg|15px|link=SJ AB|alt=SJ]]",
	["name format"] = "font-size:160%; font-family:FF Transit, Frutiger, Fira Sans, Myriad, Calibri, sans-serif; font-weight:bolder; font-kerning:auto; font-stretch:condensed; color:#FFFFFF; background-color:#394964; padding:0.4em; text-align:center; align-items:center;",
	["header background color"] = "394964",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 railway station",
		["Alvesta"] = "Alvesta Station",
		["Ånge"] = "Ånge station",
		["Arlanda Central"] = "[[Arlanda Central Station|Arlanda C]]",
		["Berlin"] = "[[Berlin Hauptbahnhof|Berlin Hbf]]",
		["Copenhagen Airport"] = "Copenhagen Airport railway station",
		["Copenhagen Central"] = "[[Copenhagen Central Station|Köpenhamn H]]",
		["Gävle Central"] = "[[Gävle Central Station|Gävle C]]",
		["Gothenburg Central"] = "[[Gothenburg Central Station|Göteborg C]]",
		["Hamburg"] = "Hamburg-Altona station",
		["Hamburg Hbf"] = "[[Hamburg Hauptbahnhof|Hamburg Hbf]]",
		["Halmstad Central"] = "[[Halmstad Central Station|Halmstad C]]",
		["Helsingborg Central"] = "[[Helsingborg Central Station|Helsingborg C]]",
		["Karlstad Central"] = "[[Karlstad Central Station|Karlstad C]]",
		["Katrineholm"] = "[[Katrineholm railway station|Katrineholm C]]",
		["Kongsvinger"] = "Kongsvinger Station",
		["Linköping Central"] = "[[Linköping Central Station|Linköping C]]",
		["Luleå"] = "Luleå Central Station",
		["Lund Central"] = "[[Lund Central Station|Lund C]]",
		["Malmö Central"] = "[[Malmö Central Station|Malmö C]]",
		["Narvik"] = "Narvik Station",
		["Norrköping Central"] = "[[Norrköping Central Station|Norrköping C]]",
		["Odense"] = "Odense station",
		["Örebro Central"] = "[[Örebro Central Station|Örebro C]]",
		["Östersund Central"] = "[[Östersund Central Station|Östersund C]]",
		["Oslo Central"] = "[[Oslo Central Station|Oslo]]",
		["Stockholm Central"] = "[[Stockholm Central Station|Stockholm C]]",
		["Sundsvall Central"] = "[[Sundsvall Central Station|Sundsvall C]]",
		["Uppsala Central"] = "[[Uppsala Central Station|Uppsala C]]",
		["Umeå Central"] = "[[Umeå Central Station|Umeå C]]",
		["Umeå East"] = "Umeå East Station",
		["Västerås Central"] = "[[Västerås central station|Västerås C]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] =  "00ab3a",
		},
		["Coast-to-Coast Line"] = {
			["title"] = "[[Coast-to-Coast Line]]",
			["left terminus"] = "Kalmar",
			["right terminus"] = "Gothenburg Central",
		},
		["Dala Line"] = {
			["left terminus"] = {"Falun Central", "Mora"},
			["right terminus"] = "Stockholm Central",
		},
		["East Coast Line"] = {
			["title"] = "[[East Coast Line (Sweden)|East Coast Line]]",
			["left terminus"] = "Umeå Central",
			["right terminus"] = "Stockholm Central",
		},
		["Gävle to Linköping"] = {
			["title"] = "Gävle–Linköping",
			["left terminus"] = "Gävle Central",
			["right terminus"] = "Linköping Central",
		},
		["Northern Main Line"] = {
			["left terminus"] = "Duved",
			["right terminus"] = "Stockholm Central",
		},
		["Central Line"] = {
			["title"] = "[[Central Line (Sweden)|Central Line]]",
			["left terminus"] = "Duved",
			["right terminus"] = "Stockholm Central",
		},
		["Mälaren Line and Western Main Line"] = {
			["title"] = "[[Mälaren Line]] and [[Western Main Line]]",
			["left terminus"] = {"Stockholm Central", ["via"] = "Örebro Central"},
			["right terminus"] = {"Gothenburg Central", ["via"] = "Örebro Central"},
		},
		["Southern Main Line"] = {
			["left terminus"] = "Stockholm Central",
			["right terminus"] = "Copenhagen Central",
		},
		["Uppsalapendeln"] = {
			["left terminus"] = "Uppsala Central",
			["right terminus"] = "Stockholm Central",
		},
		["Värmland Line"] = {
			["left terminus"] = "Stockholm Central",
			["right terminus"] = "Oslo Central",
		},
		["Vänern Line"] = {
			["title"] = "[[Norway/Vänern Line|Vänern Line]]",
			["left terminus"] = "Karlstad Central",
			["right terminus"] = "Gothenburg Central",
		},
		["Western Main Line"] = {
			["left terminus"] = "Stockholm Central",
			["right terminus"] = "Gothenburg Central",
		},
		["West Coast Line"] = {
			["title"] = "[[West Coast Line (Sweden)|West Coast Line]]",
			["left terminus"] = "Gothenburg Central",
			["right terminus"] = "Malmö Central",
		},
        ["Night Norrland"] = {
			["title"] = "Night Trains to Upper Norrland",
			["left terminus"] = {"Luleå","Narvik"},
			["right terminus"] = "Stockholm Central",
		},
		["Gothenburg-Umeå-Duved"] = {
			["left terminus"] = {"Umeå Central", "Duved"},
			["right terminus"] = "Gothenburg Central",
		},
		["EuroNight"] = {
			["left terminus"] = "Stockholm Central",
			["right terminus"] = {"Hamburg Hbf", "Berlin"},
		},
		["SJ regional"] = {
			["title"] = "SJ regional",
			["left terminus"] = "use the to-left parameter",
			["right terminus"] = "use the to-right parameter",
		},
		["Other line"] = {
			["title"] = "",
			["left terminus"] = "use the to-left parameter",
			["right terminus"] = "use the to-right parameter",
		},
	},
}

return p