Difference between revisions of "Module:Adjacent stations/KTX"
Jump to navigation
Jump to search
blackwiki>AJP426 |
m (13 revisions imported) |
||
| (6 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
local p = { | local p = { | ||
["system title"] = "[[Korea Train Express]]", | ["system title"] = "[[Korea Train Express]]", | ||
| − | ["system icon"] = "[[File:KTX logo.svg|35px]]", | + | ["system icon"] = "[[File:KTX logo.svg|35px|link=Korea Train Express]]", |
["station format"] = { | ["station format"] = { | ||
"%1 station", | "%1 station", | ||
| Line 9: | Line 9: | ||
["Gyeongbu"] = { | ["Gyeongbu"] = { | ||
["title"] = "[[Gyeongbu high-speed railway#Operation|Gyeongbu KTX]]", | ["title"] = "[[Gyeongbu high-speed railway#Operation|Gyeongbu KTX]]", | ||
| − | ["color"] = " | + | ["color"] = "000080", |
["left terminus"] = {"Haengsin", "Seoul"}, | ["left terminus"] = {"Haengsin", "Seoul"}, | ||
["right terminus"] = "Busan", | ["right terminus"] = "Busan", | ||
| Line 15: | Line 15: | ||
["Honam"] = { | ["Honam"] = { | ||
["title"] = "[[Honam high-speed railway#Honam KTX|Honam KTX]]", | ["title"] = "[[Honam high-speed railway#Honam KTX|Honam KTX]]", | ||
| − | ["color"] = " | + | ["color"] = "000080", |
["left terminus"] = {"Haengsin", "Yongsan"}, | ["left terminus"] = {"Haengsin", "Yongsan"}, | ||
["right terminus"] = {"Mokpo", "Gwangju Songjeong"}, | ["right terminus"] = {"Mokpo", "Gwangju Songjeong"}, | ||
| Line 21: | Line 21: | ||
["Jeolla"] = { | ["Jeolla"] = { | ||
["title"] = "[[Jeolla Line#Jeolla KTX|Jeolla KTX]]", | ["title"] = "[[Jeolla Line#Jeolla KTX|Jeolla KTX]]", | ||
| − | ["color"] = " | + | ["color"] = "000080", |
["left terminus"] = {"Haengsin", "Osong"}, | ["left terminus"] = {"Haengsin", "Osong"}, | ||
["right terminus"] = "Mokpo", | ["right terminus"] = "Mokpo", | ||
| + | }, | ||
| + | ["Gyeongjeon"] = { | ||
| + | ["title"] = "[[Gyeongjeon Line#Gyeongjeon KTX|Gyeongjeon KTX]]", | ||
| + | ["color"] = "000080", | ||
| + | ["left terminus"] = {"Haengsin", "Seoul"}, | ||
| + | ["right terminus"] = "Jinju", | ||
| + | }, | ||
| + | ["Gyeongjeon"] = { | ||
| + | ["title"] = "[[Donghae Line#KTX|Donghae KTX]]", | ||
| + | ["color"] = "000080", | ||
| + | ["left terminus"] = {"Haengsin", "Seoul"}, | ||
| + | ["right terminus"] = "Pohang", | ||
| + | }, | ||
| + | ["Gyeonggang"] = { | ||
| + | ["title"] = "[[Gyeonggang Line|Gyeonggang KTX]]", | ||
| + | ["color"] = "000080", | ||
| + | ["left terminus"] = "Seoul", | ||
| + | ["right terminus"] = {"Donghae", "Gangneung"}, | ||
}, | }, | ||
["Suseo"] = { | ["Suseo"] = { | ||
| − | ["title"] = "[[Suseo high-speed railway|SRT]]", | + | ["title"] = "[[Suseo high-speed railway|Suseo SRT]]", |
["color"] = "800080", | ["color"] = "800080", | ||
["left terminus"] = "Suseo", | ["left terminus"] = "Suseo", | ||
Latest revision as of 12:39, 26 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|link=Korea Train Express]]",
["station format"] = {
"%1 station",
["Seoul"] = "Seoul Station",
},
["lines"] = {
["Gyeongbu"] = {
["title"] = "[[Gyeongbu high-speed railway#Operation|Gyeongbu KTX]]",
["color"] = "000080",
["left terminus"] = {"Haengsin", "Seoul"},
["right terminus"] = "Busan",
},
["Honam"] = {
["title"] = "[[Honam high-speed railway#Honam KTX|Honam KTX]]",
["color"] = "000080",
["left terminus"] = {"Haengsin", "Yongsan"},
["right terminus"] = {"Mokpo", "Gwangju Songjeong"},
},
["Jeolla"] = {
["title"] = "[[Jeolla Line#Jeolla KTX|Jeolla KTX]]",
["color"] = "000080",
["left terminus"] = {"Haengsin", "Osong"},
["right terminus"] = "Mokpo",
},
["Gyeongjeon"] = {
["title"] = "[[Gyeongjeon Line#Gyeongjeon KTX|Gyeongjeon KTX]]",
["color"] = "000080",
["left terminus"] = {"Haengsin", "Seoul"},
["right terminus"] = "Jinju",
},
["Gyeongjeon"] = {
["title"] = "[[Donghae Line#KTX|Donghae KTX]]",
["color"] = "000080",
["left terminus"] = {"Haengsin", "Seoul"},
["right terminus"] = "Pohang",
},
["Gyeonggang"] = {
["title"] = "[[Gyeonggang Line|Gyeonggang KTX]]",
["color"] = "000080",
["left terminus"] = "Seoul",
["right terminus"] = {"Donghae", "Gangneung"},
},
["Suseo"] = {
["title"] = "[[Suseo high-speed railway|Suseo SRT]]",
["color"] = "800080",
["left terminus"] = "Suseo",
["right terminus"] = {"Mokpo", "Busan"},
},
},
}
return p