Module:Adjacent stations/X-Tåget

MyWikiBiz, Author Your Legacy — Thursday December 26, 2024
< Module:Adjacent stations
Revision as of 18:54, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/X-Tåget)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/X-Tåget/doc

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