Module:Adjacent stations/Walt Disney World Monorail
Appearance
local p = {
["system title"] = "[[Walt Disney World Monorail]]",
["station format"] = {
"%1 station",
["Contemporary"] = "[[Disney's Contemporary Resort]]",
["Epcot"] = "Epcot",
["Grand Floridian"] = "[[Disney's Grand Floridian Resort & Spa]]",
["Magic Kingdom"] = "[[Magic Kingdom|Magic Kingdom Park]]",
["Polynesian Village"] = "[[Disney's Polynesian Village Resort]]",
["TTC"] = "[[Transportation and Ticket Center]]",
},
["lines"] = {
["Resort"] = {
["title"] = "Resort Line",
["color"] = "1d96d7",
["circular"] = true,
["right terminus"] = "Next clockwise",
},
["Express"] = {
["title"] = "Express Line",
["color"] = "1d96d7",
["circular"] = true,
["left terminus"] = "Next counter-clockwise",
},
["Epcot"] = {
["title"] = "Epcot Line",
["color"] = "1d96d7",
["circular"] = true,
["left terminus"] = "TTC",
["right terminus"] = "Epcot",
},
},
}
return p