Jump to content

Module:Adjacent stations/Sweden

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BIL (talk | contribs) at 18:09, 1 November 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local sweden = "%1"

local p = {
	["system title"] = "[[Rail transport in Sweden|Regional trains in 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"] = "Mälartåg",
			["color"] = "0949a1",
			["left terminus"] = "use the to-left parameter",
			["right terminus"] = "",
		},
		["Norrtåg"] = {
			["title"] = "Norrtåg",
			["color"] = "005aaa",
			["left terminus"] = "use the to-left parameter",
			["right terminus"] = " the to-right parameter",
		},
		["Västtrafik"] = {
			["title"] = "Västtrafik",
			["color"] = "00acea",
			["left terminus"] = "use the to-left parameter",
			["right terminus"] = "use the to-right parameter",
		},
		["Xtåg"] = {
			["title"] = "X-tåg",
			["color"] = "E2001A",
			["left terminus"] = "use the to-left parameter",
			["right terminus"] = " the to-right parameter",
		},
	},
}

return p