ماڈیول:Adjacent stations/MARC
Appearance
یہ اس کے لیے ڈیٹا ماڈیول ہے۔ Module:Adjacent stations. یہ سپورٹ کرتا ہے کے ذریعے چلائی جانے والی خدمات مارک ٹرین. For other میری لینڈ ٹرانزٹ ایڈمنسٹریشن services, use Module:Adjacent stations/MTA Maryland.
لائنیں
[ترمیم]لائن | کلید | رنگ | ہیکس رنگ | شبیہ |
---|---|---|---|---|
برنزوک لائن | Brunswick |
FFCC00 |
| |
کیمڈن لائن | Camden |
FF8800 |
| |
پین لائن | Penn |
FF3200 |
|
اوپر دی گئی دستاویز صفحہ ماڈیول:Adjacent stations/MARC/دستاویز سے شامل کی گئی ہے۔ (ترمیم | تاریخچہ) صارفین ماڈیول کے تختہ مشق (تخلیق | آئینہ) اور ثابتات (تخلیق) میں تجربات کرسکتے ہیں۔ اس ماڈیول کے ذیلی صفحات۔ |
local marc = "%1 اسٹیشن (مارک)"
local md = "%1 اسٹیشن (میری لینڈ)"
local p = {
["system title"] = "[[مارک ٹرین|مارک]]",
["system icon"] = "[[File:MARC train.svg|16px|alt=]]",
["name format"] = "font-size: 225%; font-family: Tw Cen MT, Helvetica; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color: #073897; padding: 1px; border: 3px solid #f06f2f; text-transform: uppercase; border-radius: 0.25em",
["station format"] = {
"%1 station",
["Aberdeen"] = md,
["BWI Airport"] = "BWI Rail Station",
["BWI"] = "[[BWI Rail Station|BWI Airport]]",
["Baltimore"] = "[[Baltimore Penn Station|Penn Station]]",
["Bowie"] = "Bowie Railroad Buildings",
["Brunswick"] = md,
["Camden"] = "[[Camden Station]]",
["College Park"] = "[[College Park–University of Maryland station|College Park]]",
["Cumberland"] = md,
["Edgewood"] = marc,
["Edmondson Avenue"] = "West Baltimore station",
["Germantown"] = marc,
["Jericho Park"] = "Bowie State station",
["Kensington"] = md,
["Laurel"] = marc,
["Newark"] = "Newark station (Delaware)",
["Martin Airport"] = "Martin State Airport station",
["Muirkirk"] = marc,
["Penn"] = "[[Baltimore Penn Station|Penn Station]]",
["Penn Station"] = "[[Baltimore Penn Station|Penn Station]]",
["Riverdale"] = marc,
["Silver Spring (B&O)"] = "[[Silver Spring station (Baltimore and Ohio Railroad)|Silver Spring]]",
["Silver Spring"] = md,
["St. Denis"] = marc,
["Washington"] = "[[Washington Union Station|Union Station]]",
},
["lines"] = {
["Brunswick Line"] = {
["title"] = "[[برنزوک لائن]]",
["short name"] = "Brunswick",
["color"] = "FFCC00",
["left terminus"] = {"Martinsburg", "Frederick"},
["right terminus"] = "Washington",
},
["Camden Line"] = {
["title"] = "[[کیمڈن لائن]]",
["short name"] = "Camden",
["color"] = "FF8800",
["left terminus"] = "Washington",
["right terminus"] = "Camden",
},
["Penn Line"] = {
["title"] = "[[پین لائن]]",
["short name"] = "Penn",
["color"] = "FF3200",
["left terminus"] = "Washington",
["right terminus"] = "Perryville",
},
},
["aliases"] = {
["brunswick"] = "Brunswick Line",
["camden"] = "Camden Line",
["penn"] = "Penn Line",
},
}
return p