Module:Adjacent stations/Öresundståg
Appearance
Module rating is invalid or not specified. |
Usage
[edit]{{#invoke:Adjacent stations/Öresundståg|function_name}}
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
West Coast Line | Copenhagen-Gothenburg Line |
|
| |
Copenhagen-Kalmar Line | Copenhagen-Kalmar Line |
|
| |
Copenhagen-Karlskrona Line | Copenhagen-Karlskrona Line |
|
| |
Øresund Line | Copenhagen-Lund Line |
|
|
local p = {
["system title"] = "[[Øresundståg]]",
["station format"] = {
"%1 station",
["Copenhagen Central"] = "Copenhagen Central Station",
["Copenhagen Airport"] = "Copenhagen Airport, Kastrup Station",
["Falkenberg"] = "Falkenberg railway station (Sweden)",
["København H"] = "Copenhagen Central Station",
["Malmö C"] = "[[Malmö Central Station|Malmö C]]",
["Lund"] = "Lund Central Station",
["Helsingborg"] = "Helsingborg Central Station",
["Landskrona"] = "Landskrona Station",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1]]",
},
["Copenhagen-Gothenburg Line"] = {
["title"] = "[[West Coast Line (Sweden)|West Coast Line]]",
["left terminus"] = "Østerport",
["right terminus"] = "Gothenburg Central",
},
["Copenhagen-Kalmar Line"] = {
["left terminus"] = "Østerport",
["right terminus"] = "Kalmar",
},
["Copenhagen-Karlskrona Line"] = {
["left terminus"] = "Østerport",
["right terminus"] = "Karlskrona",
},
["Copenhagen-Lund Line"] = {
["title"] = "[[Øresund Line]]",
["left terminus"] = "Østerport",
["right terminus"] = "Lund",
},
["Other line"] = {
["title"] = "",
["left terminus"] = "use the to-left parameter",
["right terminus"] = "use the to-right parameter",
},
},
}
return p