વિભાગ:Adjacent stations/Walt Disney World Monorail

વિકિપીડિયામાંથી

Documentation for this module may be created at વિભાગ: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