Module:Adjacent stations/North County Transit District

From Simple English Wikipedia, the free encyclopedia

This is a data module for Module:Adjacent stations. It supports services operated by North County Transit District.

Lines[change source]

LineKeysColorHex colorIcon
COASTER COASTER
or coaster
  008C99
SPRINTER SPRINTER
or sprinter
  1C3F94

local tc = "[[%1 Transit Center]]"

local p = {
	["system title"] = "[[North County Transit District]]",
	["system icon"] = "",
	["name format"] = "background-color: #1C3F94; font-size: 150%; font-family: helvetica; color: white; font-weight: bolder; font-style: bold; padding:5px;",
	["header background color"] = "008C99",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 station",
		["Escondido"] = tc,
		["Oceanside"] = tc,
		["Old Town San Diego"] = "Old Town Transit Center",
		["San Diego"] = "Santa Fe Depot (San Diego)",
		["Vista"] = tc,
	},
	["lines"] = {
		["COASTER"] = {
			["title"] = "[[Coaster (commuter rail)|COASTER]]",
			["color"] = "008C99",
			["left terminus"] = "Oceanside",
			["right terminus"] = "San Diego",
		},
		["SPRINTER"] = {
			["title"] = "[[Sprinter (light rail)|SPRINTER]]",
			["color"] = "1C3F94",
			["left terminus"] = "Oceanside",
			["right terminus"] = "Escondido",
		},
	},
	["aliases"] = {
		["coaster"] = "COASTER",
		["sprinter"] = "SPRINTER",
	},
}

return p