Jump to content

Module:Adjacent stations/Pacific Electric

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mjdestroyerofworlds (talk | contribs) at 23:20, 5 September 2020 (Created page with 'local pe = "%1 station (Pacific Electric)" local metro = "%1 station (Los Angeles Metro)" local p= { ["system title"] = "Pacific Electric", ["systemcolor"...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local pe = "%1 station (Pacific Electric)"
local metro = "%1 station (Los Angeles Metro)"

local p= {
	["system title"] = "[[Pacific Electric]]",
	["systemcolor"] = "CA3538",
	["system icon"] = "[[File:PELogo.svg|18px|link=Pacific Electric]]",
	["station format"] = {
		"%1 station",
		["11th Ave"] = "Expo/Crenshaw station",
		["Airville"] = "Expo/La Brea station",
		["Bergamot"] = "26th Street/Bergamot station",
		["Bundy"] = "Expo/Bundy station",
		["Cienega"] = "Farmdale station",
		["Culver Junction"] = "Culver City station",
		["Grand"] = pe,
		["Home Junction"] = "Expo/Sepulveda station",
		["Pacific Electric Building"] = "Pacific Electric Building",
		["Santa Monica"] = pe,
		["Sentous"] = "La Cienega/Jefferson station",
		["Sunset"] = "Colorado/17th Street station",
		["Talamantes"] = "Westwood/Rancho Park station",
		["The Palms"] = "Palms station",
		["University"] = "Expo Park/USC station",
		["Vermont"] = "Expo/Vermont station",
		["Western"] = 'Expo/Western station',
	},
	["lines"] = {
		["Santa Monica Air Line"] = {
			["title"] = "[[Santa Monica Air Line|Air Line]]",
			["left terminus"] = "Santa Monica",
			["right terminus"] = "Rustic Canyon",
		},	
	},
}

return p