Difference between revisions of "Module:Adjacent stations/KSR"
Jump to navigation
Jump to search
blackwiki>AJP426 (ups) |
m (6 revisions imported) |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
local p = { | local p = { | ||
["system title"] = "[[Korean State Railway]]", | ["system title"] = "[[Korean State Railway]]", | ||
| − | ["system icon"] = "[[File:DPRKRailway -vector.svg|link=Korean State Railway| | + | ["system icon"] = "[[File:DPRKRailway -vector.svg|link=Korean State Railway|15px]]", |
["station format"] = { | ["station format"] = { | ||
"%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 11: | Line 13: | ||
["color"] = "FF0000", | ["color"] = "FF0000", | ||
["left terminus"] = "Khasan", | ["left terminus"] = "Khasan", | ||
| − | ["right terminus"] = " | + | ["right terminus"] = "Hongui", |
| + | }, | ||
| + | ["Pyongbu Line"] = { | ||
| + | ["title"] = "[[Pyongbu Line]]", | ||
| + | ["color"] = "FF0000", | ||
| + | ["left terminus"] = "Pyongyang", | ||
| + | ["right terminus"] = "Kaesong", | ||
| + | ["types"] = { | ||
| + | ["Seoul"] = { | ||
| + | ["title"] = "", | ||
| + | ["note-mid"] = "Not in regular service", | ||
| + | ["left terminus"] = "Pyongyang", | ||
| + | ["right terminus"] = "Seoul", | ||
| + | }, | ||
| + | }, | ||
}, | }, | ||
}, | }, | ||
Latest revision as of 12:39, 26 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",
["types"] = {
["Seoul"] = {
["title"] = "",
["note-mid"] = "Not in regular service",
["left terminus"] = "Pyongyang",
["right terminus"] = "Seoul",
},
},
},
},
}
return p