Module:Adjacent stations/North Shore Line
MyWikiBiz, Author Your Legacy — Sunday November 03, 2024
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:40, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/North Shore Line)
Documentation for this module may be created at Module:Adjacent stations/North Shore Line/doc
local nsl = "%1 station (North Shore Line)" local p = { ["lang"] = "en-US", ["system title"] = "[[Chicago North Shore and Milwaukee Railroad]]", ["system icon"] = "", ["station format"] = { ["Belmont Avenue"] = "Belmont station (CTA North Side Main Line)", ["Central"] = "Central station (CTA Purple Line)", ["Church"] = nsl, ["Grand Avenue"] = "Grand station (CTA North Side Main Line)", ["Howard Street"] = "Howard station (CTA)", ["Linden"] = nsl, ["Milwaukee"] = "Milwaukee (North Shore Line station)", ["Quincy"] = "Quincy station (CTA)", ["Roosevelt"] = "[[Roosevelt station (CTA)|Roosevelt Road]]", ["Wilson Avenue"] = "Wilson station (CTA)", "%1 station", }, ["lines"] = { ["_default"] = { ["color"] = "ff4500", }, ["Main"] = { ["title"] = "[[Chicago North Shore and Milwaukee Railroad|North Shore Line]]", ["left terminus"] = "Milwaukee", ["right terminus"] = "Roosevelt", }, }, } return p