Module:Adjacent stations/Pyongyang Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Pyongyang Metro. For Incheon Subway lines, use Module:Adjacent stations/Incheon Subway.
Lines
Subway lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error at line 8: variable 'pm' is not declared. | Chollima |
Lua error at line 8: variable 'pm' is not declared. |
Lua error at line 8: variable 'pm' is not declared. | |
Lua error at line 8: variable 'pm' is not declared. | Hyoksin |
Lua error at line 8: variable 'pm' is not declared. |
Lua error at line 8: variable 'pm' is not declared. |
local PM = "%1 station (Pyongyang Metro)"
local p = {
["system title"] = "[[Pyongyang Metro]]",
["system icon"] = "[[File:Logo of the Pyongyang Metro.svg|23px]]",
["station format"] = {
"%1 station",
["Ragwon"] = pm,
},
["lines"] = {
["Chollima"] = {
["title"] = "[[Chollima Line]]",
["color"] = "ff0000",
["left terminus"] = "Puhung",
["right terminus"] = "Pulgunbyol",
},
["Hyoksin"] = {
["title"] = "[[Hyoksin Line]]",
["color"] = "008008",
["left terminus"] = "Kwangbok",
["right terminus"] = "Ragwon",
},
},
}
return p