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 11:35, 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",
		},
-- 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.
-- 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 Hyllie–Lund–Eslöv–Teckomatorp–Helsingborg
		["Line 3"] = {
			["left terminus"] = "Hyllie",
			["right terminus"] = "Helsingborg",
		},
		["Line 4"] = {
			["left terminus"] = "Hyllie",
			["right terminus"] = "Karlshamn",
		},
		["Line 5"] = {
			["left terminus"] = "Helsingborg",
			["right terminus"] = "Kristianstad",
		},
		["Line 6"] = {
			["left terminus"] = "Simrishamn",
			["right terminus"] = "Lund",
		},
		["Line 7"] = {
			["left terminus"] = "Markaryd",
			["right terminus"] = "Hässleholm",
		},
-- Line 9 is Trelleborg–Malmö–Lund–Landskrona–Helsingborg
		["Line 9"] = {
			["left terminus"] = "Trelleborg",
			["right terminus"] = "Helsingborg",
		},
		["Line 10"] = {
			["left terminus"] = "Hässleholm",
			["right terminus"] = "Växjö",
		},
		["Line 11"] = {
			["left terminus"] = "Malmö C",
			["right terminus"] = "Malmö C",
		},
-- Line 12 is Hyllie–Lomma–Kävlinge–Teckomatorp–Åstorp
		["Line 12"] = {
			["left terminus"] = "Hyllie",
			["right terminus"] = "Åstorp",
		},
	},
}

return p