Difference between revisions of "Module:Adjacent stations/KSR"
Jump to navigation
Jump to search
blackwiki>AJP426 |
blackwiki>AJP426 |
||
| Line 5: | Line 5: | ||
"%1 station", | "%1 station", | ||
["Khasan"] = "[[Khasan railway station|Khasan (Russia)]]", | ["Khasan"] = "[[Khasan railway station|Khasan (Russia)]]", | ||
| + | ["Dorasan"] = "[[Dorasan station|Dorasan (ROK)]]", | ||
| + | ["Seoul"] = "[[Seoul Station|Seoul (ROK)]]", | ||
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
| Line 12: | Line 14: | ||
["left terminus"] = "Khasan", | ["left terminus"] = "Khasan", | ||
["right terminus"] = "Hongui", | ["right terminus"] = "Hongui", | ||
| + | }, | ||
| + | ["Pyongbu Line"] = { | ||
| + | ["title"] = "[[Pyongbu Line]]", | ||
| + | ["color"] = "FF0000", | ||
| + | ["left terminus"] = "Pyongyang", | ||
| + | ["right terminus"] = "Kaesong", | ||
| + | ["Seoul"] = { | ||
| + | ["title"] = "", | ||
| + | ["note-mid"] = "Not in regular service", | ||
| + | ["left terminus"] = "Pyongyang", | ||
| + | ["right terminus"] = "Seoul", | ||
| + | }, | ||
}, | }, | ||
}, | }, | ||
Revision as of 11:08, 19 September 2020
Documentation for this module may be created at Module:Adjacent stations/KSR/doc
local p = {
["system title"] = "[[Korean State Railway]]",
["system icon"] = "[[File:DPRKRailway -vector.svg|link=Korean State Railway|15px]]",
["station format"] = {
"%1 station",
["Khasan"] = "[[Khasan railway station|Khasan (Russia)]]",
["Dorasan"] = "[[Dorasan station|Dorasan (ROK)]]",
["Seoul"] = "[[Seoul Station|Seoul (ROK)]]",
},
["lines"] = {
["Hongŭi Line"] = {
["title"] = "[[Hongŭi Line]]",
["color"] = "FF0000",
["left terminus"] = "Khasan",
["right terminus"] = "Hongui",
},
["Pyongbu Line"] = {
["title"] = "[[Pyongbu Line]]",
["color"] = "FF0000",
["left terminus"] = "Pyongyang",
["right terminus"] = "Kaesong",
["Seoul"] = {
["title"] = "",
["note-mid"] = "Not in regular service",
["left terminus"] = "Pyongyang",
["right terminus"] = "Seoul",
},
},
},
}
return p