Jump to content

Module:Adjacent stations/SacRT

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 00:54, 10 July 2019 (Created page with 'local sac = "%1 station (Sacramento)" local p = { ["lang"] = "en-US", ["system title"] = "Sacramento Regional Transit District", ["system icon"] = "[[Fil...'). 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 sac = "%1 station (Sacramento)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Sacramento Regional Transit District]]",
	["system icon"] = "[[File:Sacramento Regional Transit.svg|20px|link=Sacramento Regional Transit District]]",
	["station format"] = {
		"%1 station",
		["13th Street station"] = sac,
		["16th Street station"] = sac,
		["23rd Street station"] = sac,
		["29th Street station"] = sac,
		["59th Street station"] = sac,
		["7th & Capitol"] = "7th & Capitol and 8th & Capitol stations",
		["7th & I"] = "7th & I and 8th & H stations",
		["8th & Capitol"] = "7th & Capitol and 8th & Capitol stations",
		["8th & H"] = "7th & I and 8th & H stations",
		["Broadway station"] = sac,
		["Center Parkway station"] = sac,
		["City College station"] = sac,
		["Franklin station"] = sac,
		["Sacramento Valley Station"] = "%1",
	},
	["lines"] = {
		["Blue"] = {
			["title"] = "[[Blue Line (Sacramento RT)|Blue Line]]",
			["color"] = "25306c",
			["left terminus"] = "Watt/I-80",
			["right terminus"] = "Cosumnes River College",
		},
		["Gold"] = {
			["title"] = "[[Gold Line (Sacramento RT)|Gold Line]]",
			["color"] = "f5b41e",
			["left terminus"] = "Sacramento Valley Station",
			["right terminus"] = "Historic Folsom",
		},
		["Green"] = {
			["title"] = "[[Green Line (Sacramento RT)|Green Line]]",
			["color"] = "006633",
			["left terminus"] = "7th & Richards/Township 9",
			["right terminus"] = "13th Street",
		},
	},
	["aliases"] = {
		["blue"] = "Blue",
		["gold"] = "Gold",
		["green"] = "Green",
	}
}

return p