Jump to content

Module:Adjacent stations/X-Tåget: Difference between revisions

From Humanipedia
hp>BIL
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:33, 3 February 2025

This is a data module for Module:Adjacent stations. It supports services operated by X-Tåget.

Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc


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