Module:Adjacent stations/Vy Tåg

MyWikiBiz, Author Your Legacy — Sunday December 22, 2024
< Module:Adjacent stations
Revision as of 18:53, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Vy Tåg)
(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/Vy Tåg/doc

local p = {
	["system title"] = "[[Vy Tåg]]",
	["station format"] = {
		"%1 railway station",
		["Luleå"] = "Luleå Central Station",
		["Stockholm Central"] = "Stockholm Central Station",
		["Sundsvall Central"] = "Sundsvall Central Station",
		["Sundsvall West"] = "Sundsvall West Station",
		["Uppsala Central"] = "Uppsala Central Station",
		["Umeå Central"] = "Umeå Central Station",
		["Umeå East"] = "Umeå East Station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] =  "0a9578",
		},
		["Night Norrland"] = {
			["title"] = "Night Trains to Upper Norrland",
			["left terminus"] = {"Luleå","Narvik"},
			["right terminus"] = "Stockholm Central",
		},
	},
}

return p