Module:Adjacent stations/Dongguan Rail Transit
(Redirected from Module:Adjacent stations/DongguanRT)
This is a data module for Module:Adjacent stations. It supports services operated by Dongguan Rail Transit. DongguanRT
can be used as an alias for Dongguan Rail Transit
.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 or r1 |
034ea2 |
| |
Line 2 | 2 or r2 |
ed1C24 |
| |
Line 3 | 3 or r3 |
faa61a |
| |
Line 4 | 4 or r4 |
00ab4e |
|
local x = "%1 station (Dongguan Rail Transit)"
local y = "%1 railway station"
local d = "[[Dongguan railway station (Guangdong)|Dongguan Railway Station]]"
local h = "[[Humen railway station|Humen Railway Station]]"
local p = {
["system title"] = "[[Dongguan Rail Transit]]",
["system icon"] = "[[File:Dongguan Rail Transit logo.svg|28px|link=Dongguan Rail Transit|alt=Logo of Dongguan Rail Transit]]",
["station format"] = {
"%1 station",
["Exhibition Center"] = x,
["Tianbao"] = x,
["Dongguan"] = d,
["Dongguan Railway"] = d,
["Dongguan Railway Station"] = d,
["Humen"] = h,
["Humen Railway"] = h,
["Humen Railway Station"] = h,
["Guangmingcheng"] = y,
},
["lines"] = {
["_default"] = {
["title"] = "[[Line %1 (Dongguan Rail Transit)|Line %1]]",
["color"] = "bbbbbb"
},
["1"] = {
["color"] = "034ea2",
["left terminus"] = "Huangpu Passenger Port",
["right terminus"] = "Huangjiangnan"
},
["2"] = {
["color"] = "ed1C24",
["left terminus"] = "Humen",
["right terminus"] = "Dongguan"
},
["3"] = {
["color"] = "faa61a",
["left terminus"] = "",
["right terminus"] = ""
},
["4"] = {
["color"] = "00ab4e",
["left terminus"] = "",
["right terminus"] = ""
},
},
["aliases"] = {
["r1"] = "1",
["r2"] = "2",
["r3"] = "3",
["r4"] = "4",
}
}
return p