Jump to content

Module:Adjacent stations/Norrtåg

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Uva-crispa (talk | contribs) at 19:41, 28 May 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Norrtåg]]",
	["station format"] = 
		"%1 station",
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] =  "005aaa",
		},
		["Bothnia Line"] = {
			["left terminus"] = "Umeå Central",
			["right terminus"] = "Sundsvall Central",
		},
		["Central Line"] = {
			["title"] = "[[Central Line (Sweden)|Central Line]]",
			["left terminus"] = "Storlien",
			["right terminus"] = "Sundsvall Central",
		},
		["Vännäs Line"] = {
			["title"] = "[[Vännäs–Umeå–Holmsund Railway|Vännäs Line]]",
			["left terminus"] = "Vännäs",
			["right terminus"] = "Umeå East",
		},
		["Lycksele Line"] = {
			["title"] = "[[Hällnäs–Storuman Railway|Lycksele Line]]",
			["left terminus"] = "Lycksele",
			["right terminus"] = "Umeå East",
		},
		["Main Line"] = {
			["title"] = "[[Main Line Through Upper Norrland]]",
			["left terminus"] = "Luleå Central",
			["right terminus"] = "Umeå East",
		},
		["Iron Ore Line"] = {
			["left terminus"] = "Kiruna",
			["right terminus"] = "Luleå Central",
		},
		["Haparanda Line"] = {
			["left terminus"] = "Haparanda",
			["right terminus"] = "Luleå Central",
		},	
	},
}