Module:Adjacent stations/Aarhus Letbane
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Aarhus Letbane.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
666666 |
| |
Line 2 | 2 |
666666 |
|
local p = {
["system title"] = "[[Aarhus Letbane]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Aarhus H"] = "[[Aarhus Central Station|Aarhus Central]]",
["Beder"] = "Beder, Denmark",
["Malling"] = "Malling, Denmark",
["Mårslet"] = "%1",
["Mølleparken"] = "%1",
["Rosenhøj"] = "%1",
["Tranbjerg"] = "Tranbjerg J",
},
["lines"] = {
["_default"] = {
["title"] = "Line %1",
["color"] = "666666",
},
["1"] = {
["left terminus"] = {"Odder", "Mårslet"},
["right terminus"] = {"Grenaa", "Hornslet"},
},
["2"] = {
["left terminus"] = "Odder",
["right terminus"] = {"Lisbjergskolen", "Lystrup"},
},
},
["aliases"] = {
["line 1"] = "1",
["line 2"] = "2",
},
}
return p