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:31, 28 May 2021 (Created page with 'local p = { ["system title"] = "Norrtåg", ["system icon"] = "", ["station format"] = { "%1 station", [""] = "", }, ["lines"] = { ["_default"] = {...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Norrtåg]]",
	["system icon"] = "",
	["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å Central",
		},
		["Lycksele Line"] = {
			["title"] = "[[Hällnäs–Storuman Railway|Lycksele Line]]",
			["left terminus"] = "Lycksele",
			["right terminus"] = "Umeå Central",
		},
		["Main Line"] = {
			["title"] = "[[Main Line Through Upper Norrland]]",
			["left terminus"] = "Luleå Central",
			["right terminus"] = "Umeå Central",
		},
		["Iron Ore Line"] = {
			["left terminus"] = "Kiruna",
			["right terminus"] = "Luleå Central",
		},
		["Haparanda Line"] = {
			["left terminus"] = "Haparanda",
			["right terminus"] = "Luleå Central",
		},	
	},
}