Difference between revisions of "Module:Adjacent stations/Léman Express"
Jump to navigation
Jump to search
blackwiki>Mackensen |
m (4 revisions imported) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 11: | Line 11: | ||
["1"] = { | ["1"] = { | ||
["color"] = "ed1846", | ["color"] = "ed1846", | ||
| + | ["text color"] = "FFFFFF", | ||
| + | ["short name"] = "L1", | ||
["left terminus"] = "Évian-les-Bains", | ["left terminus"] = "Évian-les-Bains", | ||
["right terminus"] = "Coppet", | ["right terminus"] = "Coppet", | ||
| Line 16: | Line 18: | ||
["2"] = { | ["2"] = { | ||
["color"] = "008fd5", | ["color"] = "008fd5", | ||
| + | ["text color"] = "FFFFFF", | ||
| + | ["short name"] = "L2", | ||
["left terminus"] = "Annecy", | ["left terminus"] = "Annecy", | ||
["right terminus"] = "Coppet", | ["right terminus"] = "Coppet", | ||
| Line 21: | Line 25: | ||
["3"] = { | ["3"] = { | ||
["color"] = "60bb46", | ["color"] = "60bb46", | ||
| + | ["text color"] = "FFFFFF", | ||
| + | ["short name"] = "L3", | ||
["left terminus"] = "Saint-Gervais-les-Bains-Le Fayet", | ["left terminus"] = "Saint-Gervais-les-Bains-Le Fayet", | ||
["right terminus"] = "Coppet", | ["right terminus"] = "Coppet", | ||
| Line 26: | Line 32: | ||
["4"] = { | ["4"] = { | ||
["color"] = "fcaf17", | ["color"] = "fcaf17", | ||
| + | ["text color"] = "FFFFFF", | ||
| + | ["short name"] = "L4", | ||
["left terminus"] = "Annemasse", | ["left terminus"] = "Annemasse", | ||
["right terminus"] = "Coppet", | ["right terminus"] = "Coppet", | ||
| Line 31: | Line 39: | ||
["5"] = { | ["5"] = { | ||
["color"] = "bf1578", | ["color"] = "bf1578", | ||
| + | ["text color"] = "FFFFFF", | ||
| + | ["short name"] = "L5", | ||
["left terminus"] = "La Plaine", | ["left terminus"] = "La Plaine", | ||
["right terminus"] = "Genève-Cornavin", | ["right terminus"] = "Genève-Cornavin", | ||
| Line 36: | Line 46: | ||
["6"] = { | ["6"] = { | ||
["color"] = "00aab5", | ["color"] = "00aab5", | ||
| − | ["left terminus"] = "Bellegarde | + | ["text color"] = "FFFFFF", |
| + | ["short name"] = "L6", | ||
| + | ["left terminus"] = "Bellegarde", | ||
["right terminus"] = "Genève-Cornavin", | ["right terminus"] = "Genève-Cornavin", | ||
}, | }, | ||
Latest revision as of 12:40, 26 September 2020
This is a data module for Module:Adjacent stations. It supports services operated by the Léman Express.
Lines
|
Line and color key: Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc |
Bahnlinie-style icons using {{rail color box}}:
|
local p = {
["system title"] = "[[Léman Express]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["_default"] = {
["title"] = "[[Léman Express#Lines|L%1]]",
},
["1"] = {
["color"] = "ed1846",
["text color"] = "FFFFFF",
["short name"] = "L1",
["left terminus"] = "Évian-les-Bains",
["right terminus"] = "Coppet",
},
["2"] = {
["color"] = "008fd5",
["text color"] = "FFFFFF",
["short name"] = "L2",
["left terminus"] = "Annecy",
["right terminus"] = "Coppet",
},
["3"] = {
["color"] = "60bb46",
["text color"] = "FFFFFF",
["short name"] = "L3",
["left terminus"] = "Saint-Gervais-les-Bains-Le Fayet",
["right terminus"] = "Coppet",
},
["4"] = {
["color"] = "fcaf17",
["text color"] = "FFFFFF",
["short name"] = "L4",
["left terminus"] = "Annemasse",
["right terminus"] = "Coppet",
},
["5"] = {
["color"] = "bf1578",
["text color"] = "FFFFFF",
["short name"] = "L5",
["left terminus"] = "La Plaine",
["right terminus"] = "Genève-Cornavin",
},
["6"] = {
["color"] = "00aab5",
["text color"] = "FFFFFF",
["short name"] = "L6",
["left terminus"] = "Bellegarde",
["right terminus"] = "Genève-Cornavin",
},
},
}
return p