Jump to content

Module:Adjacent stations/X-Tåget

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by BIL (talk | contribs) at 20:09, 3 November 2024. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[X-Tåget]]",
	["station format"] = {
		"%1 railway station",
		["Gävle Central"] = "Gävle Central 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