Module:Adjacent stations/LAWA

From blackwiki
< Module:Adjacent stations
Revision as of 07:49, 1 September 2020 by blackwiki>Mjdestroyerofworlds (Created page with 'local p = { ["system title"] = "LAWA", ["system color"] = "1b4388", ["station format"] = { "%1 station", }, ["lines"] = {...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Adjacent stations/LAWA/doc

local p = {
	["system title"] = "[[Los Angeles World Airports|LAWA]]",
	["system color"] = "1b4388",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["LAX APM"] = {
			["title"] = "[[LAX Automated People Mover]]",
			["color"] = "1b4388",
			["left terminus"] = "West CTA",
			["right terminus"] = "Consolidated Rent-A-Car-Center",
		},	
	},
}

return p