Module:Adjacent stations/DTRO
Appearance
This is a data module for Module:Adjacent stations. It supports services in Daegu operated by Daegu Metropolitan Transit Corporation.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
D93F5C |
| |
Line 2 | 2 |
00AA80 |
| |
Line 3 | 3 |
FFB100 |
|
local dtro = "%1 station (Daegu Metro)"
local d = "%1 station (Daegu)"
local p = {
["system title"] = "[[Daegu Metro]]",
["system icon"] = "",
["name format"] = {
["1"] = "font-size: 180%; font-family:sans-serif; font-weight: bolder; color: #000000; background-color: #ffffff; border-left: 20px solid #D93F5C; padding: 0.6em 0 0.6em 0; border-right: 20px solid #D93F5C; padding: 0.6em 0 0.6em 0;",
["2"] = "font-size: 180%; font-family:sans-serif; font-weight: bolder; color: #000000; background-color: #ffffff; border-left: 20px solid #00AA80; padding: 0.6em 0 0.6em 0; border-right: 20px solid #00AA80; padding: 0.6em 0 0.6em 0;",
["3"] = "font-size: 180%; font-family:sans-serif; font-weight: bolder; color: #000000; background-color: #ffffff; border-left: 20px solid #FFB100; padding: 0.6em 0 0.6em 0; border-right: 20px solid #FFB100; padding: 0.6em 0 0.6em 0;",
},
["header background color"] = {
["1"] = "D93F5C",
["2"] = "00AA80",
["3"] = "FFB100",
},
["header text color"] = "ffffff",
["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 1]]",
["color"] = "D93F5C",
["text color"] = "FFFFFF",
["left terminus"] = "Seolhwa–Myeonggok",
["right terminus"] = "Ansim",
},
["2"] = {
["title"] = "[[Daegu Metro Line 2|Line 2]]",
["color"] = "00AA80",
["text color"] = "FFFFFF",
["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