Module:Adjacent stations/SCVTA
MyWikiBiz, Author Your Legacy — Friday November 15, 2024
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:44, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/SCVTA)
Template:Adjacent stations doc
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local tc = "%1 Transit Center" local vta = "%1 station (VTA)" local p = { ["lang"] = "en-US", ["system title"] = "[[Santa Clara Valley Transportation Authority light rail|VTA Light Rail]]", ["system icon"] = "[[File:BSicon LOGO SCvta.svg|18px|link=Santa Clara Valley Transportation Authority light rail]]", ["name format"] = "font-family: Arial, sans-serif; font-size:150%; padding:5px; background-color:white; color:#29588C; font-weight:bolder; font-style:bold;", ["header background color"] = "29588C", ["header text color"] = "FFFFFF", ["system color"] = "29588C", ["station format"] = { "%1 station", ["Alum Rock"] = tc, ["Berryessa"] = vta, ["Blossom Hill"] = vta, ["Capitol"] = vta, ["Civic Center"] = vta, ["Convention Center"] = vta, ["Great Mall/Main"] = tc, ["Hamilton"] = vta, ["Lockheed Martin"] = tc, ["Mountain View"] = "[[Downtown Mountain View station|Mountain View]]", ["Orchard"] = vta, ["Saint James"] = vta, ["San Fernando"] = vta, ["Santa Clara"] = vta, ["Vienna"] = vta, ["Winchester"] = tc, }, ["lines"] = { ["Blue"] = { ["title"] = "[[Blue Line (VTA)|Blue Line]]", ["color"] = "00A4E2", ["left terminus"] = "Baypointe", ["right terminus"] = "Santa Teresa", }, ["Green"] = { ["title"] = "[[Green Line (VTA)|Green Line]]", ["color"] = "76C761", ["left terminus"] = "Old Ironsides", ["right terminus"] = "Winchester", }, ["Orange"] = { ["title"] = "[[Orange Line (VTA)|Orange Line]]", ["color"] = "F9661E", ["left terminus"] = "Mountain View", ["right terminus"] = "Alum Rock", }, ["Purple"] = { ["title"] = "[[Ohlone/Chynoweth–Almaden (VTA)|Ohlone/Chynoweth–Almaden]]", ["color"] = "573698", ["left terminus"] = "Ohlone/Chynoweth", ["right terminus"] = "Almaden", }, }, ["aliases"] = { ["blue"] = "Blue", ["green"] = "Green", ["purple"] = "Purple", ["orange"] = "Orange", } } return p