Difference between revisions of "Module:Adjacent stations/Walt Disney World Monorail"
Jump to navigation
Jump to search
m (1 revision imported) |
Latest revision as of 16:32, 11 March 2023
Documentation for this module may be created at Module:Adjacent stations/Walt Disney World Monorail/doc
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