Module:Adjacent stations/Iryo
Appearance
local p = {
["system title"] = "[[Iryo]]",
["system icon"] = "[[File:Iryo_2022_logo.png|18px|link=Iryo]]",
["system color"] = "ff353b",
["station format"] = {
"%1 railway station",
[""] = "",
},
["lines"] = {
["_default"] = {
["color"] = "ff353b",
},
["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