Module:Adjacent stations/North County Transit District
MyWikiBiz, Author Your Legacy — Friday November 15, 2024
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:39, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/North County Transit District)
Template:Adjacent stations doc
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
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