มอดูล:Adjacent stations/Dallas Area Rapid Transit
หน้าตา
local dart = "%1 station (DART)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Dallas Area Rapid Transit]]",
["system icon"] = "[[File:Dallas Area Rapid Transit logo.svg|20px|link=Dallas Area Rapid Transit]]",
["name format"] = "font-family: ITC Avant Garde, ITC Avant Garde Gothic Std Medium, Century Gothic, Futura, sans-serif; font-size: 160%; font-weight: bold; color: #003e7e; background-color: #FFFFFF; padding: 0.4em 4px;",
["system color"] = "fbd007",
["station format"] = {
"%1 station",
["12th Street"] = dart,
["Addison Transit Center"] = "%1",
["Burbank"] = dart,
["Convention Center"] = dart,
["Hampton"] = dart,
["Illinois"] = dart,
["MLK Jr."] = dart,
["Park Lane"] = dart,
["St. Paul"] = dart,
["Spring Valley"] = dart,
["Union Station"] = "Dallas Union Station",
["VA Medical Center"] = dart,
["Walnut Hill"] = dart,
["West End"] = dart,
["Westmoreland"] = dart,
},
["lines"] = {
["_default"] = {
["title"] = "[[สายสี%1 (ระบบขนส่งมวลชนดัลลาส)|สายสี%1]]",
},
["น้ำเงิน"] = {
["color"] = "0275A4",
["left terminus"] = "UNT Dallas",
["right terminus"] = "Downtown Rowlett",
},
["เงิน"] = {
["color"] = "C0C0C0",
["left terminus"] = "Shiloh Road",
["right terminus"] = "DFW Airport/Terminal B",
},
["เขียว"] = {
["color"] = "00873F",
["left terminus"] = "North Carrollton/Frankford",
["right terminus"] = "Buckner",
},
["ส้ม"] = {
["color"] = "CC6600",
["text color"] = "FFFFFF",
["left terminus"] = "DFW Airport",
["right terminus"] = "Parker Road",
},
["แดง"] = {
["color"] = "CC0000",
["left terminus"] = "Westmoreland",
["right terminus"] = "Parker Road",
},
},
["aliases"] = {
["blue"] = "น้ำเงิน",
["Blue"] = "น้ำเงิน",
["cotton belt"] = "เงิน",
["green"] = "เขียว",
["Green"] = "เขียว",
["orange"] = "ส้ม",
["Orange"] = "ส้ม",
["red"] = "แดง",
["Red"] = "แดง",
["silver"] = "เงิน",
["Silver"] = "เงิน",
}
}
return p