Jump to content

Module:Adjacent stations/Miami-Dade Aviation Department: Difference between revisions

From Humanipedia
hp>Mackensen
Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Miami-Dade Aviation Department", ["system icon"] = "", ["station format"] = { "%1 station", ["Air...'
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:33, 3 February 2025

This is a data module for Module:Adjacent stations. It supports services operated by Miami-Dade Aviation Department, including the MIA Mover.

Lines[edit source]

Template:Rail template doc Template:Rail template doc Template:Rail template doc


local p = {
	["lang"] = "en-US",
	["system title"] = "[[Miami-Dade Aviation Department]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Airport terminals"] = "Miami International Airport",
		["Miami Intermodal Center"] = "%1",
	},
	["lines"] = {
		["MIA Mover"] = {
			["title"] = "[[MIA Mover]]",
			["color"] = "9b209a",
			["left terminus"] = "Airport terminals",
			["right terminus"] = "Miami Intermodal Center",
		},
	},
}

return p