Module:Adjacent stations/SMART
MyWikiBiz, Author Your Legacy — Friday November 15, 2024
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:45, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/SMART)
Template:Adjacent stations doc
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local ca = "%1 station (California)" local p = { ["lang"] = "en-US", ["system title"] = "[[Sonoma–Marin Area Rail Transit|SMART]]", ["system icon"] = "[[File:Sonoma-Marin Area Rail Transit logo.svg|20px|link=Sonoma–Marin Area Rail Transit]]", ["name format"] = "background-color: #ffffff; font-size: 175%; font-family: helvetica; color: black; font-weight: bolder; font-style: bold; padding:5px;", ["header background color"] = "105a2d", ["header text color"] = "FFFFFF", ["system color"] = "DF8612", ["station format"] = { "%1 station", ["Cloverdale"] = "Cloverdale Depot", ["San Rafael"] = "San Rafael Transit Center", ["Windsor"] = ca, }, ["lines"] = { ["SMART"] = { ["title"] = "[[Sonoma–Marin Area Rail Transit|SMART]]", ["color"] = "105a2d", ["left terminus"] = "Sonoma County Airport", ["right terminus"] = "Larkspur", }, ["Future"] = { ["title"] = "Future service", ["color"] = "df8612", ["left terminus"] = "Cloverdale", ["right terminus"] = "Larkspur", }, }, } return p