This is a data module for Module:Adjacent stations. It supports services operated by Tel Aviv Light Rail.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Red Line | Red |
EB5757 |
| |
Green Line | Green |
089B4D |
| |
Purple Line | Purple |
BA34B1 |
|
local p = {
["system title"] = "[[Tel Aviv Light Rail]]",
["system icon"] = "[[File:Dankal Logo.svg|15px|link=Tel Aviv Light Rail]]",
["rail box format"] = "title",
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Tel Aviv Light Rail)|%1 Line]]"
},
-- Colors sampled from https://www.nta.co.il/en
["Red"] = {
["color"] = "EB5757",
["left terminus"] = "HaKomemiyut",
["right terminus"] = "Petah Tikva Central Bus Station",
["types"] = {
["Kiryat Aryeh"] = {
["title"] = "[[Red Line (Tel Aviv Light Rail)|Red Line]]",
["left terminus"] = "HaKomemiyut",
["right terminus"] = "Petah Tikva–Kiryat Aryeh"
}
}
},
["Green"] = {
["color"] = "089B4D",
},
["Purple"] = {
["color"] = "BA34B1",
},
},
}
return p