Module:Adjacent stations/Trams in Magdeburg
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Module documentation[view] [edit] [history] [purge]
This is a data module for Module:Adjacent stations. It supports services operated by Trams in Magdeburg.
Lines
[edit source]| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| 1 | 1 |
b70064 |
| |
| 2 | 2 |
00519e |
| |
| 3 | 3 |
ffd500 |
| |
| 4 | 4 |
09bd00 |
| |
| 5 | 5 |
cc6d00 |
| |
| 6 | 6 |
460381 |
| |
| 8 | 8 |
f29400 |
| |
| 9 | 9 |
0e7a5b |
| |
| 10 | 10 |
0088ff |
| |
| 13 | 13 |
000000 |
|
local p = {
["system title"] = "[[Trams in Magdeburg|Straßenbahn Magdeburg]]",
["system icon"] = "",
["station format"] = {
"Magdeburg-%1 station",
},
["lines"] = {
["_default"] = {
["title"] = "[[Trams in Magdeburg|%1]]"
},
["1"] = {
["color"] = "b70064",
["left terminus"] = "Kannenstieg",
["right terminus"] = "Sudenburg"
},
["2"] = {
["color"] = "00519e",
["left terminus"] = "Westerhüsen",
["right terminus"] = "Alte Neustadt"
},
["3"] = {
["color"] = "ffd500",
["left terminus"] = "Klinikum Olvenstedt",
["right terminus"] = "Leipziger Chaussee"
},
["4"] = {
["color"] = "09bd00",
["left terminus"] = "Klinikum Olvenstedt",
["right terminus"] = "Cracau"
},
["5"] = {
["color"] = "cc6d00",
["left terminus"] = "Klinikum Olvenstedt",
["right terminus"] = "City Carré"
},
["6"] = {
["color"] = "460381",
["left terminus"] = "Diesdorf",
["right terminus"] = "Herrenkrug"
},
["8"] = {
["color"] = "f29400",
["left terminus"] = "Westerhüsen",
["right terminus"] = "Neustädter See"
},
["9"] = {
["color"] = "0e7a5b",
["left terminus"] = "Reform",
["right terminus"] = "Neustädter See"
},
["10"] = {
["color"] = "0088ff",
["left terminus"] = "Barleber See",
["right terminus"] = "Sudenburg"
},
["13"] = {
["color"] = "000000",
["left terminus"] = "Buckau",
["right terminus"] = "Sudenburg"
}
}
}
return p