local sweden = "%1"

local p = {
	["system title"] = "[[Rail transport in Sweden|Sweden]]",
	["station format"] = {
		"%1 Station",
		["Arlanda North"] = "Arlanda North Station",
		["Arlanda South"] = "Arlanda South Station",
		["Stockholm Central"] = "Stockholm Central Station",
	},
	["lines"] = {
		["Arlanda"] = {
			["title"] = "[[File:Arlanda Express logo.svg|64px|link=Arlanda Express]]",
			["color"] = "F9B01A",
			["left terminus"] = "Stockholm Central",
			["right terminus"] = "Arlanda North",
		},
		["Mälartåg"] = {
			["title"] = "",
			["color"] = "0949a1",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["Norrtåg"] = {
			["title"] = "",
			["color"] = "005aaa",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["Västtrafik"] = {
			["title"] = "",
			["color"] = "00acea",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		["Xtåg"] = {
			["title"] = "",
			["color"] = "E2001A",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	},
}

return p