Module:Adjacent stations/SL
Appearance
This is a data module for Module:Adjacent stations. It supports services in Stockholm operated by SL.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 7 | 7 |
818580 |
7 | |
Line 12 | 12 |
728ca5 |
12 | |
Line 21 | 21 |
b66931 |
21 | |
Line 25 | 25 |
03aaae |
25 | |
Line 26 | 26 |
03aaae |
26 | |
Line 27 | 27 |
a25ea6 |
27 | |
Line 28 | 28 |
a25ea6 |
28 | |
Line 29 | 29 |
a25ea6 |
29 | |
Line 30 | 30 |
e3861e |
30 | |
Line 31 | 31 |
e3861e |
31 |
See also
- Module:Adjacent stations/Stockholm commuter rail
- Module:Adjacent stations/Stockholm metro
- Module:Adjacent stations/SJ
- Module:Adjacent stations/Sweden which is used for regional trains in Sweden which doesn't have an own template, including Mälartåg and ArlandaExpress
- Module:Adjacent stations/X-Tåget
local p = {
["system title"] = "[[Storstockholms Lokaltrafik]]",
["system icon"] = "[[File:SL_Rail_Symbol.svg|16px|link=Storstockholms Lokaltrafik]]",
["system color"] = "00afef",
["line icon format"] = "route",
["station format"] = {
"%1 station",
["T-Centralen"] = "[[T-Centralen]]"
},
["name format"] = "font-size: 150%; padding: 0.4em; border-bottom: 4px solid #ffde00; background-color: #000080; color: white; font-weight: normal; letter-spacing: 1px;",
["header background color"] = "EEEEEE",
["header text color"] = "000000",
["lines"] = {
["_default"] = {
["title"] = "[[Line %1 (SL)]]",
["text color"] = "FFFFFF",
},
["7"] = {
["title"] = "[[Spårväg City|Line 7]]",
["color"] = "818580",
["left terminus"] = "T-Centralen",
["right terminus"] = "Waldemarsudde",
},
["12"] = {
["title"] = "[[Nockebybanan|Line 12]]",
["color"] = "728ca5",
["left terminus"] = "Nockeby",
["right terminus"] = "Alvik",
},
["21"] = {
["title"] = "[[Lidingöbanan|Line 21]]",
["color"] = "b66931",
["left terminus"] = "Ropsten",
["right terminus"] = "Gåshaga brygga",
},
["25"] = {
["title"] = "[[Saltsjöbanan|Line 25]]",
["color"] = "03aaae",
["left terminus"] = "Slussen",
["right terminus"] = "Saltsjöbaden",
},
["26"] = {
["title"] = "[[Saltsjöbanan|Line 26]]",
["color"] = "03aaae",
["left terminus"] = "Igelboda",
["right terminus"] = "Solsidan",
},
["27"] = {
["title"] = "[[Roslagsbanan|Line 27]]",
["color"] = "a25ea6",
["left terminus"] = "Stockholms östra",
["right terminus"] = "Kårsta",
},
["28"] = {
["title"] = "[[Roslagsbanan|Line 28]]",
["color"] = "a25ea6",
["left terminus"] = "Stockholms östra",
["right terminus"] = "Österskär",
},
["29"] = {
["title"] = "[[Roslagsbanan|Line 29]]",
["color"] = "a25ea6",
["left terminus"] = "Stockholms östra",
["right terminus"] = "Näsbypark",
},
["30"] = {
["title"] = "[[Tvärbanan|Line 30]]",
["color"] = "e3861e",
["left terminus"] = "Sickla station",
["right terminus"] = "Solna station",
},
["31"] = {
["title"] = "[[Tvärbanan|Line 31]]",
["color"] = "e3861e",
["left terminus"] = "Alviks strand",
["right terminus"] = "Bromma flygplats",
}
},
["aliases"] = {
["spårväg_city"] = "7",
["nockebybanan"] = "12",
["lidingöbanan"] = "21",
["saltsjöbanan_25"] = "25",
["saltsjöbanan_26"] = "26",
["roslagsbanan_27"] = "27",
["roslagsbanan_28"] = "28",
["roslagsbanan_29"] = "29",
["tvärbanan_30"] = "30",
["tvärbanan_31"] = "31"
}
}
return p