Difference between revisions of "Module:Adjacent stations/New York City Subway"
Jump to navigation
Jump to search
blackwiki>Cards84664 |
blackwiki>Cards84664 (Reverted to revision 952182661 by Cards84664 (talk) (TW)) |
||
| Line 17: | Line 17: | ||
["title"] = "[[File:NYCS-bull-trans-2-Std.svg|32px|link=2 (New York Subway service)]] [[File:NYCS-bull-trans-3-Std.svg|32px|link=3 (New York Subway service)]]</big>", | ["title"] = "[[File:NYCS-bull-trans-2-Std.svg|32px|link=2 (New York Subway service)]] [[File:NYCS-bull-trans-3-Std.svg|32px|link=3 (New York Subway service)]]</big>", | ||
["color"] = "EE352E", | ["color"] = "EE352E", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "towards [[The Bronx]]", |
| − | ["right terminus"] = " | + | ["right terminus"] = "towards [[Brooklyn]]", |
["circular"] = true, | ["circular"] = true, | ||
}, | }, | ||
| Line 24: | Line 24: | ||
["title"] = "[[File:NYCS-bull-trans-1-Std.svg|48px|link=1 (New York Subway service)]]", | ["title"] = "[[File:NYCS-bull-trans-1-Std.svg|48px|link=1 (New York Subway service)]]", | ||
["color"] = "EE352E", | ["color"] = "EE352E", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "towards [[Van Cortlandt Park–242nd Street|242nd Street]]", |
| − | ["right terminus"] = " | + | ["right terminus"] = "towards [[South Ferry (IRT Broadway–Seventh Avenue Line)|South Ferry]]", |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
["circular"] = true, | ["circular"] = true, | ||
}, | }, | ||
Revision as of 00:24, 21 April 2020
This is a data module for Module:Adjacent stations. It supports services operated by the New York City Subway.
Lines
Template:Rail template doc Template:Rail template doc
local sta = "%1 station"
local NYCS = "%1 (New York City Subway)"
local BSA = "%1 (IRT Broadway–Seventh Avenue Line)"
local p = {
["lang"] = "en-US",
["system title"] = "[[New York City Subway|NYCS]]",
["system icon"] = "[[File:MTA NYC logo.svg|16px|link=New York City Subway|alt=New York City Subway]]",
["station format"] = {
sta,
["79th Street"] = BSA,
["96th Street"] = BSA,
["103rd Street"] = BSA,
},
["lines"] = {
["BSA Express"] = {
["title"] = "[[File:NYCS-bull-trans-2-Std.svg|32px|link=2 (New York Subway service)]] [[File:NYCS-bull-trans-3-Std.svg|32px|link=3 (New York Subway service)]]</big>",
["color"] = "EE352E",
["left terminus"] = "towards [[The Bronx]]",
["right terminus"] = "towards [[Brooklyn]]",
["circular"] = true,
},
["BSA Local"] = {
["title"] = "[[File:NYCS-bull-trans-1-Std.svg|48px|link=1 (New York Subway service)]]",
["color"] = "EE352E",
["left terminus"] = "towards [[Van Cortlandt Park–242nd Street|242nd Street]]",
["right terminus"] = "towards [[South Ferry (IRT Broadway–Seventh Avenue Line)|South Ferry]]",
["circular"] = true,
},
},
}
return p