Module:Adjacent stations/Incheon Subway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Incheon Subway.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Incheon Line 1 | 1 |
8cadcb |
| |
Incheon Line 2 | 2 |
f06a00 |
| |
Incheon Line 3 | 3 |
777777 |
|
local incheon = "%1 station (Incheon)"
local p = {
["system title"] = "[[Incheon Subway]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Arts Center"] = incheon,
["Mansu"] = incheon,
},
["lines"] = {
["1"] = {
["title"] = "[[Incheon Subway Line 1|Incheon Line 1]]",
["color"] = "8cadcb",
["text color"] = "FFFFFF",
["left terminus"] = "Gyeyang",
["right terminus"] = "International Business District",
},
["2"] = {
["title"] = "[[Incheon Subway Line 2|Incheon Line 2]]",
["color"] = "f06a00",
["text color"] = "FFFFFF",
["left terminus"] = "Geomdan Oryu",
["right terminus"] = "Unyeon",
},
["3"] = {
["title"] = "[[Incheon Subway Line 3|Incheon Line 3]]",
["color"] = "777777",
["text color"] = "FFFFFF",
},
},
}
return p