Module:Adjacent stations/Rhein Ruhr Express/sandbox
Appearance
This is the module sandbox page for Module:Adjacent stations/Rhein Ruhr Express (diff). |
This is a data module for Module:Adjacent stations. It supports services operated by Rhein Ruhr Express/sandbox.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RRX 1 | 1 |
80c7c4 |
| |
RRX 2 | 2 |
c29ba7 |
| |
RRX 3 | 3 |
c8bdb3 |
| |
RRX 4 | 4 |
abc66b |
| |
RRX 5 | 5 |
6e9ccc |
| |
RRX 6 | 6 |
edb64b |
| |
RRX 7 | 7 |
e19480 |
|
local colors = {
["1"] = "80c7c4",
["2"] = "c29ba7",
["3"] = "c8bdb3",
["4"] = "abc66b",
["5"] = "6e9ccc",
["6"] = "edb64b",
["7"] = "e19480",
}
local p = {
["system title"] = "[[Rhein-Ruhr-Express]]",
["system icon"] = "",
["station format"] = {},
["lines"] = {
["_default"] = {
["title"] = "[[RRX %1]]",
["text color"] = "FFFFFF",
},
["1"] = {
["color"] = "80c7c4",
["left terminus"] = "Aachen Hbf",
["right terminus"] = "Dortmund Hbf",
},
["2"] = {
["color"] = "c29ba7",
["left terminus"] = "Aachen Hbf",
["right terminus"] = "Kassel Wilhelmshöhe",
},
["3"] = {
["color"] = "c8bdb3",
["left terminus"] = "Köln/Bonn Flughafen",
["right terminus"] = "Münster",
},
["4"] = {
["color"] = "abc66b",
["left terminus"] = "Koblenz Hbf",
["right terminus"] = "Bielefeld Hbf",
},
["5"] = {
["color"] = "6e9ccc",
["left terminus"] = "Düsseldorf Hbf",
["right terminus"] = "Wesel",
},
["6"] = {
["color"] = "edb64b",
["left terminus"] = "Koblenz Hbf",
["right terminus"] = "Minden",
},
["7"] = {
["color"] = "e19480",
["left terminus"] = "Düsseldorf Hbf",
["right terminus"] = "Osnabrück Hbf",
},
},
}
return p