Module:Adjacent stations/Sweden
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Sweden.
This module can be used for regional trains in Sweden, without registering the actual line or terminus in any module, instead do it in each station article. Some regional operators have their own module, then prefer to use that one instead.
Operators
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
![]() | Arlanda |
F9B01A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Krösatågen |
|
| |
Mälartåg |
0949a1 |
| ||
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Tåg i Bergslagen |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Värmlandstrafik |
|
| |
Arlanda Express | Västtrafik |
00acea |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Östgötatrafiken |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Other operator |
|
|
See also
- Module:Adjacent stations/Norrtåg
- Module:Adjacent stations/Pågatågen
- Module:Adjacent stations/SJ
- Module:Adjacent stations/Stockholm commuter rail
- Module:Adjacent stations/Stockholm metro
- Module:Adjacent stations/SL
- Module:Adjacent stations/Sweden2 - for long distance train operators without own template
- Module:Adjacent stations/Vy Tåg
- Module:Adjacent stations/Västtrafik
- Module:Adjacent stations/X-Tåget
- Module:Adjacent stations/Öresundståg
local sweden = "%1"
local p = {
["system title"] = "[[Rail transport in Sweden|Sweden]]",
["station format"] = {
"%1 Station",
["Arlanda North"] = "Arlanda North Station",
["Arlanda South"] = "Arlanda South Station",
["Stockholm Central"] = "Stockholm Central Station",
},
["lines"] = {
["Arlanda"] = {
["title"] = "[[File:Arlanda Express logo.svg|64px|link=Arlanda Express]]",
["color"] = "F9B01A",
["background color"] = "A0967D",
["left terminus"] = "Stockholm Central",
["right terminus"] = "Arlanda North",
},
["Mälartåg"] = {
["title"] = "",
["color"] = "0949a1",
["left terminus"] = "",
["right terminus"] = "",
},
["Norrtåg"] = {
["title"] = "",
["color"] = "005aaa",
["left terminus"] = "",
["right terminus"] = "",
},
["Västtrafik"] = {
["title"] = "[[Arlanda Express]]",
["color"] = "00acea",
["left terminus"] = "",
["right terminus"] = "",
},
["Xtåg"] = {
["title"] = "[[Arlanda Express]]",
["color"] = "E2001A",
["left terminus"] = "",
["right terminus"] = "",
},
},
}
return p