Module:Adjacent stations/İZBAN
local p = {
["system title"] = "İZBAN",
["system icon"] = "File:İZBAN_logo.svg",
["system color"] = "",
["name format"] = "font-size: 160%; font-family: sans-serif; font-weight: bolder; color: #E60026; background-color: #FFFFFF; padding: 0.4em 0;",
["header background color"] = "efefef",
["station format"] = {
"%1 railway station",
["Halkapınar"] = "Halkapınar",
["Havalimanı"] = "Havalimanı",
},
["lines"] = {
["_default"] = {
["title"] = "%1 Line",
},
["ALI-CUM Northern"] = {
["title"] = "Aliağa-Cumaovası",
["color"] = "0C4F9E",
["left terminus"] = "Cumaovası",
["right terminus"] = "Aliağa",
},
["MEN-TEP Northern"] = {
["title"] = "Menemen-Tepeköy",
["color"] = "0C4F9E",
["left terminus"] = "Tepeköy",
["right terminus"] = "Menemen",
},
["ALI-TEP Northern"] = {
["title"] = "Aliağa-Tepeköy",
["note-mid"] = "(Late nights)",
["color"] = "0C4F9E",
["left terminus"] = "Tepeköy",
["right terminus"] = "Aliağa",
},
["ALI-CUM Southern"] = {
["title"] = "Aliağa-Cumaovası",
["color"] = "0C4F9E",
["left terminus"] = "Aliağa",
["right terminus"] = "Cumaovası",
},
["MEN-TEP Southern"] = {
["title"] = "Menemen-Tepeköy",
["color"] = "0C4F9E",
["left terminus"] = "Menemen",
["right terminus"] = "Tepeköy",
},
["ALI-TEP Southern"] = {
["title"] = "Aliağa-Tepeköy",
["note-mid"] = "(Late nights)",
["color"] = "0C4F9E",
["left terminus"] = "Aliağa",
["right terminus"] = "Tepeköy",
},
["TEP-SEL"] = {
["title"] = "Tepeköy-Selçuk",
["color"] = "d05c9a",
["left terminus"] = "Tepeköy",
["right terminus"] = "Selçuk",
},
["Northern"] = {
["title"] = "İZBAN",
["color"] = "d05c9a",
["left terminus"] = "Aliağa",
["right terminus"] = "Menemen",
},
["Central"] = {
["title"] = "İZBAN",
["color"] = "0C4F9E",
["left terminus"] = "Menemen",
["right terminus"] = "Cumaovası",
},
["Southern"] = {
["title"] = "İZBAN",
["color"] = "d05c9a",
["left terminus"] = "Cumaovası",
["right terminus"] = "Tepeköy",
},
},
}
return p