Difference between revisions of "Module:Adjacent stations/DTRO"
Jump to navigation
Jump to search
blackwiki>AJP426 (←Created page with 'local dtro = "%1 station (Daegu Metro)" local d = "%1 station (Daegu)" local p = { ["system title"] = "Daegu Metro", ["system icon"] = "", ["station form...') |
blackwiki>AJP426 |
||
| Line 32: | Line 32: | ||
["title"] = "[[Daegu Metro Line 3|Line 3]]", | ["title"] = "[[Daegu Metro Line 3|Line 3]]", | ||
["color"] = "FFB100", | ["color"] = "FFB100", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "KNU Medical Center", |
["right terminus"] = "Yongji", | ["right terminus"] = "Yongji", | ||
}, | }, | ||
Revision as of 22:42, 11 May 2020
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