Module:Adjacent stations/Pågatågen
Appearance
![]() | Module rating is invalid or not specified. |
This is a data module for Module:Adjacent stations. It supports services operated by Pågatågen.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 2B | Line 2B |
27417A |
| |
Line 3 | Line 3 |
27417A |
| |
Line 4 | Line 4 |
27417A |
| |
Line 4A | Line 4A |
27417A |
| |
Line 4B | Line 4B |
27417A |
| |
Line 4C | Line 4C |
27417A |
| |
Line 5 | Line 5 |
27417A |
| |
Line 6 | Line 6 |
27417A |
| |
Line 7 | Line 7 |
27417A |
| |
Line 8 | Line 8 |
27417A |
| |
Line 9 | Line 9 |
27417A |
| |
Line 10 | Line 10 |
27417A |
| |
Line 11 | Line 11 |
27417A |
| |
Line 12 | Line 12 |
27417A |
| |
Lund tramway | Lund tramway |
27417A |
| |
Other line | Other line |
27417A |
|
Usage
{{#invoke:Adjacent stations/Pågatågen|function_name}}
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"] = {
["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–Hyllie–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