Difference between revisions of "Module:Adjacent stations/Lehigh Valley Transit Company"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(Created page with 'local lvt = "%1 station (Lehigh Valley Transit)" local nhsl = "%1 station (Norristown High Speed Line)" local septa = "%1 station (SEPTA)" local tc = "%1 Transpo...')
 
blackwiki>Mackensen
(c/e)
Line 28: Line 28:
 
["color"] = "D3D3D3",
 
["color"] = "D3D3D3",
 
["left terminus"] = "69th Street",
 
["left terminus"] = "69th Street",
["right termimus"] = "Allentown",
+
["right terminus"] = "Allentown",
 
}
 
}
 
},
 
},

Revision as of 14:53, 25 January 2019

Documentation for this module may be created at Module:Adjacent stations/Lehigh Valley Transit Company/doc

local lvt = "%1 station (Lehigh Valley Transit)"
local nhsl = "%1 station (Norristown High Speed Line)"
local septa = "%1 station (SEPTA)"
local tc = "%1 Transportation Center"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Lehigh Valley Transit Company]]",
	["system icon"] = "",
	["name format"] = "",
	["station format"] = {
		"%1 station",
		["69th Street"] = tc,
		["Allentown"] = lvt,
		["Bridgeport"] = septa,
		["Bryn Mawr"] = nhsl,
		["County Line"] = nhsl,
		["Haverford"] = nhsl,
		["Main Street"] = septa,
		["Norristown"] = tc,
		["Penfield"] = septa,
		["Radnor"] = nhsl,
		["Villanova"] = nhsl,
	},
	["lines"] = {
		["Liberty Bell"] = {
			["title"] = "[[Liberty Bell High Speed Line]]",
			["color"] = "D3D3D3",
			["left terminus"] = "69th Street",
			["right terminus"] = "Allentown",
		}
	},
}

return p