Module:Adjacent stations/agilis
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by agilis.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 15 | RB 15 |
9cad49 |
| |
RB 17 | RB 17 |
9cad49 |
| |
RB 18 | RB 18 |
|
| |
RB 22 | RB 22 |
9cad49 |
| |
RB 24 | RB 24 |
007ec2 |
| |
RB 26 | RB 26 |
68a7cc |
| |
RB 34 | RB 34 |
|
| |
RB 51 | RB 51 |
c189a3 |
| |
RB 95 | RB 95 |
|
| |
RB 96 | RB 96 |
|
| |
RB 97 | RB 97 |
|
| |
RB 98 | RB 98 |
|
| |
RB 99 | RB 99 |
|
| |
RE 18 | RE 18 |
FF0000 |
| |
RE 22 | RE 22 |
|
| |
RE 50 | RE 50 |
|
|
local p = {
["system title"] = "",
["system icon"] = "[[File:Agilis Logo.svg|50px|link=agilis]]",
["station format"] = {
"%1 station",
["Bayreuth Hbf"] = "Bayreuth Hauptbahnhof",
["Landshut Hbf"] = "Landshut Hauptbahnhof",
["Passau Hbf"] = "Passau Hauptbahnhof",
["Regensburg Hbf"] = "Regensburg Hauptbahnhof",
["Ingolstadt Hbf"] = "Ingolstadt Hauptbahnhof",
["Ulm Hbf"] = "Ulm Hauptbahnhof"
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
["title"] = "[[List of railway routes in Bavaria|%1]]",
},
-- RB
["RB 15"] = {
["color"] = "9cad49",
["left terminus"] = "Ulm Hbf",
["right terminus"] = "Ingolstadt Hbf",
},
["RB 17"] = {
["color"] = "9cad49",
["left terminus"] = "Ingolstadt",
["right terminus"] = "Regensburg",
},
["RB 22"] = {
["color"] = "9cad49",
["left terminus"] = "Lichtenfels",
["right terminus"] = "Ebermannstadt",
},
["RB 24"] = {
["color"] = "007ec2",
["left terminus"] = "Coburg",
["right terminus"] = "Bad Steben",
},
["RB 26"] = {
["color"] = "68a7cc",
["left terminus"] = "Ebern",
["right terminus"] = "Forchheim (Oberfr)",
},
["RB 51"] = {
["color"] = "c189a3",
["left terminus"] = "Neumarkt (Oberpfalz)",
["right terminus"] = "Plattling",
},
-- RE
["RE 18"] = {
["color"] = "FF0000",
["left terminus"] = "Ulm Hbf",
["right terminus"] = "Regensburg Hbf",
},
-- deprecated
["RB"] = {
["title"] = "",
["types"] = {
["15"] = {
["title"] = "[[List of railway routes in Bavaria|RB 15]]",
["color"] = "9cad49",
["left terminus"] = "Ulm Hbf",
["right terminus"] = "Ingolstadt Hbf",
},
["17"] = {
["title"] = "[[List of railway routes in Bavaria|RB 17]]",
["color"] = "9cad49",
["left terminus"] = "Ingolstadt",
["right terminus"] = "Regensburg",
},
["22"] = {
["title"] = "[[List of railway routes in Bavaria|RB 22]]",
["color"] = "9cad49",
["left terminus"] = "Lichtenfels",
["right terminus"] = "Ebermannstadt",
},
["24"] = {
["title"] = "[[List of railway routes in Bavaria|RB 24]]",
["color"] = "007ec2",
["left terminus"] = "Coburg",
["right terminus"] = "Bad Steben",
},
["26"] = {
["title"] = "[[List of railway routes in Bavaria|RB 26]]",
["color"] = "68a7cc",
["left terminus"] = "Ebern",
["right terminus"] = "Forchheim (Oberfr)",
},
["51"] = {
["title"] = "[[List of railway routes in Bavaria|RB 51]]",
["color"] = "c189a3",
["left terminus"] = "Neumarkt (Oberpfalz)",
["right terminus"] = "Plattling",
},
},
},
["RE"] = {
["title"] = "",
["color"] = "FF0000",
["types"] = {
["18"] = {
["title"] = "[[List of railway routes in Bavaria|RE 18]]",
["left terminus"] = "Ulm Hbf",
["right terminus"] = "Regensburg Hbf",
},
},
},
},
}
return p