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
[edit]Subway lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Chollima Line | Chollima |
ff0000 |
| |
Hyoksin Line | Hyoksin |
008008 |
|
local H = "%1 station (Hyoksin Line)"
local p = {
["system title"] = "[[Pyongyang Metro]]",
["system icon"] = "[[File:Logo of the Pyongyang Metro.svg|23px|link=Pyongyang Metro]]",
["station format"] = {
"%1 station",
["Ragwon"] = H,
},
["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