Module:Adjacent stations/DTRO
< Module:Adjacent stations
Jump to navigation
Jump to search
Revision as of 22:42, 11 May 2020 by blackwiki>AJP426
This is a data module for Module:Adjacent stations. It supports services in Daegu operated by the DTRO (Daegu Metropolitan Transit Corporation).
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local dtro = "%1 station (Daegu Metro)"
local d = "%1 station (Daegu)"
local p = {
["system title"] = "[[Daegu Metro]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Sincheon"] = d,
["Daegok"] = dtro,
["Yongsan"] = dtro,
["Jukjeon"] = dtro,
["KNU Medical Center"] = "[[Chilgok Kyungpook National University Medical Center station|KNU Medical Center]]",
["Dongcheon"] = dtro,
["Guam"] = dtro,
["Namsan"] = dtro,
},
["lines"] = {
["1"] = {
["title"] = "[[Daegu Metro Line 1|Line 2]]",
["color"] = "D93F5C",
["left terminus"] = "Seolhwa–Myeonggok",
["right terminus"] = "Ansim",
},
["2"] = {
["title"] = "[[Daegu Metro Line 2|Line 2]]",
["color"] = "00AA80",
["left terminus"] = "Munyang",
["right terminus"] = "Yeungnam University",
},
["3"] = {
["title"] = "[[Daegu Metro Line 3|Line 3]]",
["color"] = "FFB100",
["left terminus"] = "KNU Medical Center",
["right terminus"] = "Yongji",
},
},
}
return p