Difference between revisions of "Module:Adjacent stations/AC Transit"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mjdestroyerofworlds
m
blackwiki>Mjdestroyerofworlds
Line 6: Line 6:
 
"%1 station",
 
"%1 station",
 
["14th Street"] = "12th Street Oakland City Center station",
 
["14th Street"] = "12th Street Oakland City Center station",
 +
["City Center"] = tempo,
 
["San Leandro BART"] = "San Leandro station",
 
["San Leandro BART"] = "San Leandro station",
 
["Uptown Transit Center"] = "Uptown Transit Center",
 
["Uptown Transit Center"] = "Uptown Transit Center",

Revision as of 17:57, 7 August 2020

This is a data module for Module:Adjacent stations. It supports services operated by the AC Transit.

Lines

Template:Rail template doc Template:Rail template doc Template:Rail template doc


local tempo = "%1 station (Tempo)"

local p = {
	["system title"] = "AC Transit",
	["station format"] = {
		"%1 station",
		["14th Street"] = "12th Street Oakland City Center station",
		["City Center"] = tempo,
		["San Leandro BART"] = "San Leandro station",
		["Uptown Transit Center"] = "Uptown Transit Center",
	},
	["lines"] = {
		["Tempo"] = {
			["title"] = "[[Tempo (bus rapid transit)|Tempo]]",
			["color"] = "7722A8",
			["left terminus"] = "Uptown Transit Center",
			["right terminus"] = "San Leandro BART",
		},
	},
}

return p