local p = {
	["system title"] = "[[SJ AB|SJ]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Arlanda Central"] = "Arlanda Central Station",
		["Copenhagen Airport"] = "Copenhagen Airport, Kastrup Station",
		["Copenhagen Central"] = "Copenhagen Central Station",
		["Gothenburg Central"] = "Gothenburg Central Station",
		["Linköping Central"] = "Linköping Central Station",
		["Luleå"] = "Luleå Central Station",
		["Lund Central"] = "Lund Central Station",
		["Malmö Central"] = "Malmö Central Station",
		["Norrköping Central"] = "Norrköping Central Station",
		["Örebro Central"] = "Örebro Central Station",
		["Oslo Central"] = "Oslo Central Station",
		["Stockholm Central"] = "Stockholm Central Station",
		["Sundsvall Central"] = "Sundsvall Central Station",
		["Uppsala Central"] = "Uppsala Central Station",
		["Umeå Central"] = "Umeå Central Station",
		["Umeå East"] = "Umeå East Station",
		["Västerås Central"] = "Västerås central station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] =  "00ab3a",
		},
		["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",
		},
		["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",
		},
		["Western Main Line"] = {
			["left terminus"] = "Stockholm Central",
			["right terminus"] = "Gothenburg Central",
		},
	},
}

return p