Module:Adjacent stations/Busan Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Busan Metro.
Lines
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 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Yangsan |
|
|
local busan = "%1 station (Busan Metro)"
local p = {
["system title"] = "[[Busan Metro]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Beomil"] = busan,
["Bujeon"] = busan,
["Busanjin"] = busan,
["City Hall"] = busan,
["Dongnae"] = busan,
["Gaya"] = busan,
["Gupo"] = busan,
["Hadan"] = busan,
["Hwamyeong"] = busan,
["Jung-dong"] = busan,
["Jungang"] = busan,
["Jwacheon"] = busan,
["Nampo"] = busan,
["Namsan"] = busan,
["Sasang"] = busan,
["Sports Complex"] = busan,
["Sports Park"] = busan,
["Yangjeong"] = busan,
["Yeonsan"] = busan,
},
["lines"] = {
["1"] = {
["title"] = "[[Busan Metro Line 1|Line 1]]",
["color"] = "f06a00",
["left terminus"] = "Dadaepo Beach",
["right terminus"] = "Nopo",
},
["2"] = {
["title"] = "[[Busan Metro Line 2|Line 2]]",
["color"] = "81bf48",
["left terminus"] = "Jangsan",
["right terminus"] = "Yangsan",
},
["3"] = {
["title"] = "[[Busan Metro Line 3|Line 3]]",
["color"] = "bb8c00",
["left terminus"] = "Suyeong",
["right terminus"] = "Daejeo",
},
["4"] = {
["title"] = "[[Busan Metro Line 4|Line 4]]",
["color"] = "217dcb",
["left terminus"] = "Minam",
["right terminus"] = "Anpyeong",
},
["Busan–Gimhae Light Rail Transit"] = {
["title"] = "[[Busan–Gimhae Light Rail Transit]]",
["color"] = "8451a0",
["left terminus"] = "Sasang",
["right terminus"] = "Kaya University",
},
["Donghae"] = {
["title"] = "[[Donghae Line]]",
["color"] = "0066b3",
["left terminus"] = "Bujeon",
["right terminus"] = "Ilgwang",
},
},
["aliases"] = {
["busan-gimhae lrt"] = "Busan–Gimhae Light Rail Transit",
}
}
return p