Jump to content

Module:Adjacent stations/Los Angeles Railway

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

local lary = "% station (Los Angeles Railway)"

local p = {
	["system title"] = "[[Los Angeles Railway]]",
	["system color"] = "ffb406",
	["header background color"] = "ffb406",
	["station format"] = {
		"%1 station",
		["Delta"] = "Vermont/Athens station",
		["Dozier Loop"] = "P (Los Angeles Railway)",
		["Pico and Crenshaw"] = "P (Los Angeles Railway)",
		["Rimpau Loop"] = "Pico/Rimpau#Rimpau Loop",
		["Union Station"] = "Union Station (Los Angeles)",
		["Vermont and 108th"] = "F (Los Angeles Railway)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "ffb406",	
		},
		["F"] = {
			["title"] = "[[F (Los Angeles Railway)|F]]",
			["left terminus"] = "Delta",
			["right terminus"] = "Union Station",
		},
		["P"] = {
			["title"] = "[[P (Los Angeles Railway)|P]]",
			["left terminus"] = "Rimpau Loop",
			["right terminus"] = "Dozier Loop",
		},
	},
}

return p