Jump to content

Module:Adjacent stations/Pågatågen

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BIL (talk | contribs) at 14:17, 1 August 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Pågatågen]]",
--	["system icon"] = "[[File:??.svg|18px|link=Pågatågen|alt=Pågatågen]]",
	["system color"] =  "27417A",
-- or	["system color"] =  "A349A4",
	["name format"] = "color: #FFFFFF; background-color: #27417A;",
	["station format"] = {
		"%1 railway station",
		["Malmö C"] = "[[Malmö Central Station|Malmö C]]",
		["Lund"] = "Lund Central Station",
		["Helsingborg"] = "Helsingborg Central Station",
		["Landskrona"] = "Landskrona Station",
	},
	["lines"] = {
-- "left terminus" is the end station of trains going westbound in Malmö C, "right terminus" is opposite direction
		["_default"] = {
			["title"] = "%1",
		},
-- For time tables (in Swedish) see https://www.skanetrafiken.se/sok-resa/tidtabeller/#/
-- Time table 2 contains three traffic rotations here called Line 2, 2A and 2B. 
-- Line 2 is Öresundståg Köpenhamn–Malmö–Helsingborg–Göteborg, handled by Module:Adjacent stations/Öresundståg
-- Line 2A is Pågatåg Hyllie-Landskrona-Helsingborg, but it is (from Hyllie) identical to Line 9 and shown as such in the station articles.
-- Line 2B is Helsingborg-Förslöv-Halmstad
		["Line 2B"] = {
			["left terminus"] = "Helsingborg",
			["right terminus"] = "Halmstad",
		},
-- Line 3 is Malmö–Lund–Eslöv–Teckomatorp–Helsingborg
		["Line 3"] = {
			["left terminus"] = "Malmö C",
			["right terminus"] = "Helsingborg",
		},
-- Line 4 has two time tables, Köpenhamn–Malmö–Hässleholm–Kalmar, and Köpenhamn–Malmö–Hässleholm–Kristianstad–Karlskrona, different for Öresundståg only
-- Pågatåg has three train rotations Hyllie–Höör, Malmö C–Höör–Hässleholm–Kristianstad, and Kristianstad–Bromölla–Karlshamn
		["Line 4"] = {
			["left terminus"] = "Hyllie",
			["right terminus"] = "Kristianstad",
		},
-- For Pågatåg, this line 4A is only a part of Skånetrafiken time table 4A, which is mostly Öresundståg Köpenhamn–Kalmar
		["Line 4A"] = {
			["left terminus"] = "Hyllie",
			["right terminus"] = "Höör",
		},
		["Line 4B"] = {
			["left terminus"] = "Malmö C",
			["right terminus"] = "Kristianstad",
		},
		["Line 4C"] = {
			["left terminus"] = "Kristianstad",
			["right terminus"] = "Karlshamn",
		},
-- Line 5 goes Helsingborg–Hässleholm–some continue to Kristianstad
		["Line 5"] = {
			["left terminus"] = "Helsingborg",
			["right terminus"] = "Kristianstad",
		},
-- Line 6 goes Simrishamn–Ystad–Hyllie–Malmö–Lund
		["Line 6"] = {
			["left terminus"] = "Simrishamn",
			["right terminus"] = "Lund",
		},
		["Line 7"] = {
			["left terminus"] = "Markaryd",
			["right terminus"] = "Hässleholm",
		},
-- Line 9 is Trelleborg–Hyllie–Malmö–Lund–Landskrona–Helsingborg
		["Line 9"] = {
			["left terminus"] = "Trelleborg",
			["right terminus"] = "Helsingborg",
		},
-- Line 10 is Hässleholm–Alvesta–some go to Växjö
		["Line 10"] = {
			["left terminus"] = "Hässleholm",
			["right terminus"] = "Växjö",
		},
-- Line 11 is an almost circular line Malmö C–Rosengård–Svågertorp–Hyllie
		["Line 11"] = {
			["left terminus"] = "Malmö C",
			["right terminus"] = "Hyllie",
		},
-- Line 12 is Hyllie–Malmö-Lomma–Kävlinge–Teckomatorp–Åstorp
		["Line 12"] = {
			["left terminus"] = "Hyllie",
			["right terminus"] = "Åstorp",
		},
	},
}

return p