Module:Adjacent stations/ERL

local s = "%1 station"

local n = "%1"

local p = {

["system title"] = "Express Rail Link",

["system icon"] = "File:ERL logo.png",

["name format"] = {

"font-family: Helvetica; font-size: 150%; background-color: #993366; color: #ffffff; padding: 0.5em; line-height: 100%; white-space: nowrap; border: 2px solid #d9d9d9; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center",

},

["station format"] = {

"%1 ERL station",

["Kuala Lumpur Sentral"] = s,

["Bandar Tasik Selatan"] = s,

["Putrajaya & Cyberjaya"] = "Putrajaya Sentral",

},

["lines"] = {

["_default"] = {

["title"] = "Express Rail Link",

["color"] = "139593",

["left terminus"] = "Kuala Lumpur Sentral",

["right terminus"] = "KLIA T2",

},

["KLIA Transit"] = {

["title"] = "KLIA Transit",

["color"] = "139593",

["left terminus"] = "Kuala Lumpur Sentral",

["right terminus"] = "KLIA T2",

},

["KLIA Ekspres"] = {

["title"] = "KLIA Ekspres",

["color"] = "800080",

["left terminus"] = "Kuala Lumpur Sentral",

["right terminus"] = "KLIA T2",

},

},

}

return p