Module:Adjacent stations/Serveis Ferroviaris de Mallorca
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Serveis Ferroviaris de Mallorca. For Palma Metro, use Module:Adjacent stations/Palma Metro..
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
T1 | T1 or 1 |
4fbe37 |
| |
T2 | T2 or 2 |
0f80cc |
| |
T3 | T3 or 3 |
fdd005 |
|
local p = {
["system title"] = "[[Serveis Ferroviaris de Mallorca]]",
["system icon"] = "[[File:SFM.svg|15px|link=Serveis Ferroviaris de Mallorca]]",
["station format"] = {
"%1 station",
["Palma Intermodal"] = "Palma Intermodal Station",
},
["lines"] = {
["_default"] = {
["title"] = "[[Mallorca rail network#Main line|%1]]",
["icon"] = "[[File:SFM %1.svg|x16px|link=Servicios Ferroviarios de Mallorca]]"
},
["T1"] = {
["color"] = "4fbe37",
["left terminus"] = "Palma Intermodal",
["right terminus"] = "Inca",
},
["T2"] = {
["color"] = "0f80cc",
["left terminus"] = "Palma Intermodal",
["right terminus"] = "Sa Pobla",
},
["T3"] = {
["color"] = "fdd005",
["text color"] = "000000",
["left terminus"] = "Palma Intermodal",
["right terminus"] = "Manacor",
},
},
["aliases"] = {
["1"] = "T1",
["2"] = "T2",
["3"] = "T3",
}
}
return p