Difference between revisions of "Module:Adjacent stations/KTX"
Jump to navigation
Jump to search
blackwiki>AJP426 |
blackwiki>AJP426 |
||
| Line 1: | Line 1: | ||
local p = { | local p = { | ||
["system title"] = "[[Korea Train Express]]", | ["system title"] = "[[Korea Train Express]]", | ||
| − | ["system icon"] = "[[File:KTX logo.svg| | + | ["system icon"] = "[[File:KTX logo.svg|35px]]", |
["station format"] = { | ["station format"] = { | ||
"%1 station", | "%1 station", | ||
Revision as of 10:29, 18 September 2020
Documentation for this module may be created at Module:Adjacent stations/KTX/doc
local p = {
["system title"] = "[[Korea Train Express]]",
["system icon"] = "[[File:KTX logo.svg|35px]]",
["station format"] = {
"%1 station",
["Seoul"] = "Seoul Station",
},
["lines"] = {
["Gyeongbu"] = {
["title"] = "[[Gyeongbu high-speed railway#Operation|Gyeongbu KTX]]",
["color"] = "002770",
["left terminus"] = {"Haengsin", "Seoul"},
["right terminus"] = "Busan",
},
["Honam"] = {
["title"] = "[[Honam high-speed railway#Honam KTX|Honam KTX]]",
["color"] = "002770",
["left terminus"] = {"Haengsin", "Yongsan"},
["right terminus"] = {"Mokpo", "Gwangju Songjeong"},
},
["Jeolla"] = {
["title"] = "[[Jeolla Line#Jeolla KTX|Jeolla KTX]]",
["color"] = "002770",
["left terminus"] = {"Haengsin", "Osong"},
["right terminus"] = "Mokpo",
},
["Suseo"] = {
["title"] = "[[Suseo high-speed railway|SRT]]",
["color"] = "800080",
["left terminus"] = "Suseo",
["right terminus"] = {"Mokpo", "Busan"},
},
},
}
return p