From Wikipedia, the free encyclopedia


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]]",

	"name format" = "font-family: Arial, sans-serif; background-color:white; color:#171b64;",

	"header background color" = "272661",

	"header text color" = "ffcf02",

	"system color" = "272661",

	"station format" = {

		"%1 station",

		"13th Street" = sac,

		"16th Street" = sac,

		"23rd Street" = sac,

		"29th Street" = sac,

		"59th Street" = sac,

		"7th & Capitol" = "7th & Capitol and 8th & Capitol stations",

		"7th & I" = "7th & I and 8th & H stations",

		"7th & K St Rosa of Lima" = "St. Rose of Lima Park station",

		"8th & Capitol" = "7th & Capitol and 8th & Capitol stations",

		"8th & H" = "7th & I and 8th & H stations",

		"9th & K St Rosa of Lima" = "St. Rose of Lima Park station",

		"10th & K Cathedral Square" = "Cathedral Square station",

		"11th & K Cathedral Square" = "Cathedral Square station",

		"Alkali Flat / La Valentina" = "Alkali Flat/La Valentina station",

		"Broadway" = sac,

		"Center Parkway" = sac,

		"City College" = sac,

		"Franklin" = sac,

		"Sacramento Valley Station" = "%1",

	},

	"lines" = {

		"Blue" = {

			"title" = "[[Blue Line (Sacramento RT)|Blue Line]]",

			"color" = "002666",

			"left terminus" = "Watt/I-80",

			"right terminus" = "Cosumnes River College",

		},

		"Gold" = {

			"title" = "[[Gold Line (Sacramento RT)|Gold Line]]",

			"color" = "ffba00",

			"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