Module:Adjacent stations/Tram İzmir
local p = {
["system title"] = "Tram İzmir",
["system icon"] = "File:Tramİzmir logo.svg",
["system color"] = "",
["name format"] = "background-color: #00008B; font-size: 200%;"
.. " font-family: helvetica, Arial, sans-serif; font-weight: bolder;"
.. " color: #FFFFFF; line-height: 150%;",
["header background color"] = "FFFFFF",
["header text color"] = "266F80",
["station format"] = {
"%1 (Tram İzmir)",
["Sanat Merkezi"] = "Sanat Merkezi",
["Halkapınar"] = "Halkapınar",
["Havagazı"] = "Havagazı
(Westbound only)",
["Kültürpark"] = "Kültürpark",
["MKA Spor Salonu"] = "M.K.A. Spor Salonu",
["Alsancak Stadyumu E"] = "Alsancak Stadyumu
(Eastbound only)",
["Üniversite E"] = "Üniversite
(Eastbound only)",
},
["lines"] = {
["_default"] = {
["title"] = "%1 Tram",
},
["Karşıyaka"] = {
["title"] = "Karşıyaka Tram Green Line",
["color"] = "63A14D",
["left terminus"] = "Ataşehir Kavşağı",
["right terminus"] = "Alaybey",
},
["KarşıyakaTuruncuHat"] = {
["title"] = "Karşıyaka Tram Orange Line",
["color"] = "FFA500",
["left terminus"] = "Mavişehir",
["right terminus"] = "Ataşehir",
},
["Konak"] = {
["color"] = "FEBA33",
["left terminus"] = "Fahrettin Altay",
["right terminus"] = "Halkapınar",
},
["ÇiğliKırmızıHat"] = {
["title"] = "Çiğli Tram Red (Outer) Line",
["color"] = "E5310A",
["circular"] = true,
["left terminus"] = "clockwise / inner",
["right terminus"] = "anticlockwise / outer",
},
["ÇiğliMaviHat"] = {
["title"] = "Çiğli Tram Blue (Inner) Line",
["circular"] = true,
["color"] = "0000FF",
["left terminus"] = "anticlockwise / outer",
["right terminus"] = "clockwise / inner",
},
},
}
return p