Jump to content

Module:Adjacent stations/Walt Disney World Monorail

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 16:42, 27 January 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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