This is a data module for Module:Adjacent stations. It supports services operated by Ouigo España.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Madrid to Barcelona | Madrid–Barcelona |
e3005f |
| |
Madrid to Valencia | Madrid–Valencia |
e3005f |
|
Usage
edit{{#invoke:Adjacent stations/Ouigo España|function_name}}
local p = {
["system title"] = "[[Ouigo España]]",
["system icon"] = "[[File:TGV Ouigo 2013 logo.svg|18px|link=Ouigo España]]",
["system color"] = "e3005f",
["station format"] = {
"%1 railway station",
[""] = "",
},
["lines"] = {
["_default"] = {
["color"] = "e3005f",
},
["Madrid–Barcelona"] = {
["title"] = "Madrid to Barcelona",
["left terminus"] = "Madrid Atocha",
["right terminus"] = "Barcelona Sants",
},
["Madrid–Valencia"] = {
["title"] = "Madrid to Valencia",
["left terminus"] = "Madrid Chamartín",
["right terminus"] = "Valencia-Joaquín Sorolla",
},
["Madrid–Alicante"] = {
["title"] = "Madrid to Alicante",
["left terminus"] = "Madrid Chamartín",
["right terminus"] = "Alicante",
}
},
}
return p