模組:Adjacent stations/North County Transit District

维基百科,自由的百科全书
文档图示 模块文档[查看] [编辑] [历史] [清除缓存]

這是Module:Adjacent stations的數據模塊,包含由北郡公交系统經營的服務線。

路線

路線代碼顏色十六進制顏色圖標
COASTER COASTER
coaster
  008C99
SPRINTER SPRINTER
sprinter
  1C3F94

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

local p = {
	["system title"] = "[[北郡公交系统]]",
	["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"] = "[[埃斯孔迪多公共交通中心|埃斯孔迪多]]",
		["Oceanside"] = "[[欧申赛德公共交通中心|欧申赛德]]",
		["Old Town San Diego"] = "[[老城公共交通中心|圣地亚哥老城]]",
		["San Diego"] = "[[聖迭戈聖塔菲車站|聖迭戈]]",
		["Vista"] = "[[维斯塔公共交通中心|维斯塔]]",
	},
	["lines"] = {
		["COASTER"] = {
			["title"] = "[[海岸号|COASTER]]",
			["color"] = "008C99",
			["left terminus"] = "Oceanside",
			["right terminus"] = "San Diego",
		},
		["SPRINTER"] = {
			["title"] = "[[疾速号|SPRINTER]]",
			["color"] = "1C3F94",
			["left terminus"] = "Oceanside",
			["right terminus"] = "Escondido",
		},
	},
	["aliases"] = {
		["coaster"] = "COASTER",
		["sprinter"] = "SPRINTER",
	},
}

return p