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 23:10, 24 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",
		["Rimpau Loop"] = "Pico/Rimpau#Rimpau Loop",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "ffb406",	
		},
		["P"] = {
			["title"] = "[[P (Los Angeles Railway)|P]]",
			["left terminus"] = "Rimpau Loop",
			["right terminus"] = "Dozier Loop",
		},
	},
}

return p