มอดูล:Adjacent stations/DTRO
This is a data module for Module:Adjacent stations. It supports services in Daegu operated by Daegu Metropolitan Transit Corporation.
Lines
แก้สาย | Keys | สี | รหัสสี | ตรา |
---|---|---|---|---|
สาย 1 | 1 |
D93F5C |
| |
สาย 2 | 2 |
00AA80 |
| |
สาย 3 | 3 |
FFB100 |
|
คู่มือการใช้งานที่ปรากฏด้านบนนี้ดึงมาจาก มอดูล:Adjacent stations/DTRO/doc (แก้ | ประวัติ) ผู้เขียนสามารถทำการทดลองได้ที่กระบะทราย (สร้าง | คัดลอก) และชุดทดสอบ (สร้าง) ของมอดูลนี้ หน้าย่อยของมอดูลนี้ |
local dtro = "%1 station (Daegu Metro)"
local d = "%1 station (Daegu)"
local p = {
["system title"] = "[[รถไฟใต้ดินแทกู]]",
["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; 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; 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; 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"] = dtro,
["Daegok"] = dtro,
["Jungangno"] = 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"] = {
["_default"] = {
["title"] = "[[รถไฟใต้ดินแทกู สาย %1|สาย %1]]",
["icon"] = "[[File:Daegu Metro Line %1.svg|16px|alt=]]",
},
["1"] = {
["color"] = "D93F5C",
["text color"] = "FFFFFF",
["left terminus"] = "Seolhwa–Myeonggok",
["right terminus"] = "Ansim",
},
["2"] = {
["color"] = "00AA80",
["text color"] = "FFFFFF",
["left terminus"] = "Munyang",
["right terminus"] = "Yeungnam University",
},
["3"] = {
["color"] = "FFB100",
["left terminus"] = "KNU Medical Center",
["right terminus"] = "Yongji",
},
},
}
return p