模組:Adjacent stations/RTD
Guā-māu
可在模組:Adjacent stations/RTD/doc建立此模組的說明文件
local rtd = "%1 station (RTD)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Regional Transportation District|RTD]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["13th Avenue"] = rtd,
["16th & California"] = "16th & California and 16th & Stout stations",
["16th & Stout"] = "16th & California and 16th & Stout stations",
["16th & California/16th & Stout"] = "16th & California and 16th & Stout stations",
["18th & California"] = "18th & California and 18th & Stout stations",
["18th & Stout"] = "18th & California and 18th & Stout stations",
["18th & California/18th & Stout"] = "18th & California and 18th & Stout stations",
["Central Park"] = rtd,
["Colfax"] = rtd,
["County Line"] = rtd,
["Englewood"] = rtd,
["Evans"] = rtd,
["Federal Center"] = rtd,
["Florida"] = rtd,
["Garrison"] = rtd,
["JeffCo Gov Center–Golden"] = "Jefferson County Government Center–Golden station",
["Lamar"] = rtd,
["Lincoln"] = rtd,
["Oak"] = rtd,
["Orchard"] = rtd,
["Sheridan"] = rtd,
["Sports Authority Field at Mile High"] = "[[Empower Field at Mile High station|Empower Field at Mile High]]",
["Westminster"] = rtd,
["Union Station"] = "Denver Union Station",
},
["lines"] = {
["A"] = {
["title"] = "[[A Line (RTD)|A Line]]",
["color"] = "57c0e8",
["left terminus"] = "Union Station",
["right terminus"] = "Denver Airport",
},
["B"] = {
["title"] = "[[B Line (RTD)|B Line]]",
["color"] = "4d9c2d",
["left terminus"] = "Union Station",
["right terminus"] = "Westminster",
},
["C"] = {
["title"] = "[[C Line (RTD)|C Line]]<br />''(suspended)''",
["color"] = "f79239",
["left terminus"] = "Union Station",
["right terminus"] = "Littleton–Mineral",
},
["D"] = {
["title"] = "[[D Line (RTD)|D Line]]",
["color"] = "008348",
["left terminus"] = "18th & California",
["right terminus"] = "Littleton–Mineral",
},
["E"] = {
["title"] = "[[E Line (RTD)|E Line]]",
["color"] = "552683",
["left terminus"] = "Union Station",
["right terminus"] = "RidgeGate Parkway",
},
["F"] = {
["title"] = "[[F Line (RTD)|F Line]]<br />''(suspended)''",
["color"] = "ee3e33",
["left terminus"] = "18th & California",
["right terminus"] = "RidgeGate Parkway",
},
["G"] = {
["title"] = "[[G Line (RTD)|G Line]]",
["color"] = "f6b221",
["left terminus"] = "Union Station",
["right terminus"] = "Wheat Ridge/Ward",
},
["G (old)"] = {
["title"] = "[[R Line (RTD)#History|G Line]]",
["color"] = "b27a31",
},
["H"] = {
["title"] = "[[H Line (RTD)|H Line]]",
["color"] = "0075bf",
["left terminus"] = "18th & California",
["right terminus"] = "Florida",
},
["L"] = {
["title"] = "[[L Line (RTD)|L Line]]",
["color"] = "ffcd00",
["left terminus"] = "30th & Downing",
["right terminus"] = "16th & Stout",
},
["N"] = {
["title"] = "[[N Line (RTD)|N Line]]",
["color"] = "9f26b4",
["left terminus"] = "Union Station",
["right terminus"] = "Eastlake/124th",
},
["R"] = {
["title"] = "[[R Line (RTD)|R Line]]",
["color"] = "c3d500",
["left terminus"] = "Peoria",
["right terminus"] = "RidgeGate Parkway",
},
["W"] = {
["title"] = "[[W Line (RTD)|W Line]]",
["color"] = "37b5a5",
["left terminus"] = "Union Station",
["right terminus"] = "JeffCo Gov Center–Golden",
},
},
["aliases"] = {
["g(old)"] = "G (old)",
}
}
return p