Module:Adjacent stations/Incheon Subway
MyWikiBiz, Author Your Legacy — Monday October 27, 2025
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:29, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Incheon Subway)
Template:Adjacent stations doc
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local incheon = "%1 station (Incheon)"
local p = {
["system title"] = "[[Incheon Subway]]",
["system icon"] = "",
["name format"] = {
["1"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #8cadcb; padding: 0.4em 4px;",
["2"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #f06a00; padding: 0.4em 4px;",
["3"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #777777; padding: 0.4em 4px;",
},
["header background color"] = {
["1"] = "8cadcb",
["2"] = "f06a00",
["3"] = "777777",
},
["header text color"] = "ffffff",
["station format"] = {
"%1 station",
["Arts Center"] = incheon,
["Central Park"] = incheon,
["Gyeongin National University of Education"] = "[[Gyeongin National University of Education station|Gyeongin Nat'l Univ. of Education]]",
["Mansu"] = incheon,
},
["lines"] = {
["1"] = {
["title"] = "[[Incheon Subway Line 1|Incheon Line 1]]",
["color"] = "8cadcb",
["text color"] = "FFFFFF",
["left terminus"] = "Gyeyang",
["right terminus"] = "Songdo Moonlight Festival Park",
},
["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