Difference between revisions of "Module:Adjacent stations/Los Angeles Metro Busway"

From blackwiki
Jump to navigation Jump to search
blackwiki>Dream out loud
(removed Orange parameter to force alias)
blackwiki>Dream out loud
(Undid revision 974928663 by Dream out loud (talk))
Line 25: Line 25:
 
["G"] = {
 
["G"] = {
 
["title"] = "[[G Line (Los Angeles Metro)|G Line]]",
 
["title"] = "[[G Line (Los Angeles Metro)|G Line]]",
 +
["color"] = "f47920",
 +
["left terminus"] = "Chatsworth",
 +
["right terminus"] = "North Hollywood",
 +
},
 +
["Orange"] = {
 +
["title"] = "[[Orange Line (Los Angeles Metro)|G Line (Orange)]]",
 
["color"] = "f47920",
 
["color"] = "f47920",
 
["left terminus"] = "Chatsworth",
 
["left terminus"] = "Chatsworth",

Revision as of 21:26, 25 August 2020

local metro = "%1 station (Los Angeles Metro)"
local j = "%1 station (J Line)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Los Angeles Metro Busway|Metro Busway]]",
	["system icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Busway]]",
	["name format"] = "font-size: 160%; padding:8px; background-color:black; color:white; font-family: Helvetica, Arial, sans-serif; font-weight: bolder;",
	["header background color"] = "666666",
	["header text color"] = "FFFFFF", 
	["station format"] = {
		"%1 station",
		["Carson"] = metro,
		["El Monte"] = "El Monte Station",
		["Harbor Beacon Park & Ride"] = "%1",
		["Harbor Gateway"] = "Harbor Gateway Transit Center",
		["Manchester"] = metro,
		["Pacific Coast Highway"] = j,
		["Slauson"] = j,
		["Union Station"] = "Union Station (Los Angeles)",
		["Van Nuys"] = metro,
		["Woodley"] = metro,
	},
	["lines"] = {
		["G"] = {
			["title"] = "[[G Line (Los Angeles Metro)|G Line]]",
			["color"] = "f47920",
			["left terminus"] = "Chatsworth",
			["right terminus"] = "North Hollywood",
		},
		["Orange"] = {
			["title"] = "[[Orange Line (Los Angeles Metro)|G Line (Orange)]]",
			["color"] = "f47920",
			["left terminus"] = "Chatsworth",
			["right terminus"] = "North Hollywood",
		},
		["J"] = {
			["title"] = "[[J Line (Los Angeles Metro)|J Line]]",
			["color"] = "adb8bf",
			["left terminus"] = "Downtown San Pedro",
			["right terminus"] = "El Monte",
		},
	},
	["aliases"] = {
		["Orange"] = "G",
		["Silver"] = "J",
	}	
}

return p