Module:Adjacent stations/Palma Metro: Difference between revisions
imported>WOSlinker (put icon in defaults) |
(No difference)
|
Latest revision as of 06:34, 17 Haziran 2022
Template:Adjacent stations doc
LinesEdit
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local stn = "%1 station"
local p = {
["system title"] = "[[Palma Metro]]",
["system icon"] = "[[File:Símbolo del Metro de Palma.svg|20px|link=Palma Metro]]",
["station format"] = {
"%1 metro station",
["Jacint Verdaguer"] = stn,
["Palma Intermodal"] = "Palma Intermodal Station",
["Son Costa / Son Fortesa"] = stn,
},
["lines"] = {
["_default"] = {
["title"] = "[[Palma Metro|%1]]",
["icon"] = "[[File:Metro Palma %1.svg|x16px|link=Palma Metro]]",
},
["M1"] = {
["color"] = "f1b03e",
["left terminus"] = "Palma Intermodal",
["right terminus"] = "UIB",
},
["M2"] = {
["color"] = "e93324",
["left terminus"] = "Palma Intermodal",
["right terminus"] = "Marratxí",
},
},
["aliases"] = {
["1"] = "M1",
["2"] = "M2",
}
}
return p