Module:Adjacent stations/X-Tåget

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[X-Tåget]]",
	["station format"] = {
		"%1 railway station",
		["Sundsvall Central"] = "Sundsvall Central Station",
		["Sundsvall West"] = "Sundsvall West Station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] =  "E2001A",
		},
		["East Coast Line"] = {
			["title"] = "[[East Coast Line (Sweden)|East Coast Line]]",
			["note-mid"] = "Sundsvall–Gävle",
			["left terminus"] = "Sundsvall West",
			["right terminus"] = "Gävle Central",
		},
		["Northern Main Line"] = {
			["note-mid"] = "Ljusdal–Gävle",
			["left terminus"] = "Ljusdal",
			["right terminus"] = "Gävle Central",
		},	
	},
}

return p