Module:Adjacent stations/Busan Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Busan Metro.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
f06a00 |
| |
Line 2 | 2 |
81bf48 |
| |
Line 3 | 3 |
bb8c00 |
| |
Line 4 | 4 |
217dcb |
| |
Busan–Gimhae Light Rail Transit | Busan–Gimhae Light Rail Transit or busan-gimhae lrt or bugim |
8451a0 |
| |
Donghae Line | Donghae |
0066b3 |
| |
Yangsan Metro | Yangsan |
a3272a |
|
local busan = "%1 station (Busan Metro)"
local korail = "%1 station (Korail)"
local p = {
["system title"] = "[[Busan Metro]]",
["system icon"] = "",
["name format"] = {
["1"] = "font-size:180%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#FFFFFF; background-color:#f06a00; padding: 0.4em 0;",
["2"] = "font-size:180%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#FFFFFF; background-color:#81bf48; padding: 0.4em 0;",
["3"] = "font-size:180%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#FFFFFF; background-color:#bb8c00; padding: 0.4em 0;",
["4"] = "font-size:180%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#FFFFFF; background-color:#217dcb; padding: 0.4em 0;",
["BGL"] = "font-size:180%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#FFFFFF; background-color:#8451a0; padding: 0.4em 0;",
},
["header background color"] = {
["1"] = "f06a00",
["2"] = "81bf48",
["3"] = "bb8c00",
["4"] = "217dcb",
["BGL"] = "8451a0",
},
["header text color"] = "FFFFFF",
["station format"] = {
"%1 station",
["Beomil"] = busan,
["Bujeon"] = busan,
["Bujeon Korail"] = "[[Bujeon station (Korail)|Bujeon]]",
["Busanjin"] = busan,
["City Hall"] = busan,
["Dongbaek"] = busan,
["Dongnae"] = {
busan,
["Donghae"] = korail,
},
["Dongnae Korail"] = "[[Dongnae station (Korail)|Dongnae]]",
["Gaya"] = busan,
["Geumgok"] = busan,
["Gupo"] = busan,
["Hadan"] = busan,
["Hwamyeong"] = busan,
["Jeungsan"] = "Jeungsan station (Yangsan)",
["Jung-dong"] = busan,
["Jungang"] = busan,
["Jwacheon"] = {
busan,
["Donghae"] = korail,
},
["Nampo"] = busan,
["Namsan"] = busan,
["Sasang"] = busan,
["Songjeong"] = "Songjeong station (Busan)",
["Sports Complex"] = busan,
["Sports Park"] = busan,
["Yangjeong"] = busan,
["Yeonsan"] = busan,
},
["lines"] = {
["1"] = {
["title"] = "[[Busan Metro Line 1|Line 1]]",
["short name"] = "Line 1",
["color"] = "f06a00",
["icon"] = "[[File:Busan Metro Line 1.svg|16px|alt=]]",
["text color"] = "FFFFFF",
["left terminus"] = "Dadaepo Beach",
["right terminus"] = "Nopo",
},
["2"] = {
["title"] = "[[Busan Metro Line 2|Line 2]]",
["short name"] = "Line 2",
["color"] = "81bf48",
["icon"] = "[[File:Busan Metro Line 2.svg|16px|alt=]]",
["text color"] = "FFFFFF",
["left terminus"] = "Jangsan",
["right terminus"] = "Yangsan",
},
["3"] = {
["title"] = "[[Busan Metro Line 3|Line 3]]",
["short name"] = "Line 3",
["color"] = "bb8c00",
["icon"] = "[[File:Busan Metro Line 3.svg|16px|alt=]]",
["text color"] = "FFFFFF",
["left terminus"] = "Suyeong",
["right terminus"] = "Daejeo",
},
["4"] = {
["title"] = "[[Busan Metro Line 4|Line 4]]",
["short name"] = "Line 4",
["color"] = "217dcb",
["icon"] = "[[File:Busan Metro Line 4.svg|16px|alt=]]",
["text color"] = "FFFFFF",
["left terminus"] = "Minam",
["right terminus"] = "Anpyeong",
},
["Busan–Gimhae Light Rail Transit"] = {
["title"] = "[[Busan–Gimhae Light Rail Transit]]",
["short name"] = "Busan–Gimhae LRT",
["color"] = "8451a0",
["icon"] = "[[File:Busan-Gimhae Line.svg|16px|alt=]]",
["text color"] = "FFFFFF",
["left terminus"] = "Sasang",
["right terminus"] = "Kaya University",
},
["Donghae"] = {
["title"] = "[[Donghae Line]]",
["color"] = "0066b3",
["icon"] = "[[File:Donghae Line.svg|16px|alt=]]",
["text color"] = "FFFFFF",
["left terminus"] = "Bujeon",
["right terminus"] = "Taehwagang",
},
["Yangsan"] = {
["title"] = "[[Yangsan Metro]]",
["color"] = "a3272a",
["icon"] = "[[File:YSlineLogo.png|16px|alt=]]",
["left terminus"] = "Nopo",
["right terminus"] = "Bukjeong",
},
},
["aliases"] = {
["bg"] = "Busan–Gimhae Light Rail Transit",
["bgl"] = "Busan–Gimhae Light Rail Transit",
["lrt"] = "Busan–Gimhae Light Rail Transit",
["bugim"] = "Busan–Gimhae Light Rail Transit",
["busan-gimhae lrt"] = "Busan–Gimhae Light Rail Transit",
["dh"] = "Donghae",
["donghae"] = "Donghae",
["line 1"] = "1",
["line 2"] = "2",
["line 3"] = "3",
["line 4"] = "4"
}
}
return p