ماڈیول:Adjacent stations/Maryland Transit Administration
دستاویز [تخلیق]
شاید آپ اس اسکریبنٹو ماڈیول کا دستاویزی صفحہ تخلیق کرنا چاہتے ہیں۔ صارفین ماڈیول کے تختہ مشق (تخلیق | آئینہ) اور ثابتات (تخلیق) میں تجربات کرسکتے ہیں۔ براہ کرم /دستاویز کے ذیلی صفحہ پر زمرہ جات شامل فرمائیں۔ اس ماڈیول کے ذیلی صفحات۔ |
local lrl = "%1 اسٹیشن (لائیٹ ریل لنک)"
local md = "%1 اسٹیشن (میری لینڈ)"
local msl = "%1 اسٹیشن (میٹرو سب وے لنک)"
local stn = "%1 اسٹیشن"
local p = {
["lang"] = "en-US",
["system title"] = "[[میری لینڈ ٹرانزٹ ایڈمنسٹریشن]]",
["system icon"] = "",
["system color"] = "355D82",
["name format"] = {
"font-size: 150%; font-family: Helvetica, sans; font-weight: bolder; line-height: 100%; color: white; background-color: #355d82; padding: 4px;",
["Metro Subway"] = "font-size: 150%; font-family: Helvetica, sans; font-weight: bolder; line-height: 100%; color: white; background-color: blue; padding: 4px;",
},
["station format"] = {
stn,
["Bethesda Metro"] = "Bethesda station",
["BWI Airport"] = lrl,
["Camden Yards"] = "Camden Station",
["Centre Street"] = lrl,
["Cherry Hill"] = lrl,
["College Park"] = "College Park–University of Maryland station",
["College Park Metro–UMD"] = "College Park–University of Maryland station",
["Convention Center"] = lrl,
["Cromwell"] = "[[Glen Burnie station|Glen Burnie]]",
["Fairgrounds"] = lrl,
["Hamburg Street"] = lrl,
["Lexington Market"] = {
stn,
["Light RailLink"] = lrl,
["Metro Subway"] = msl,
},
["Mount Royal"] = lrl,
["Mount Vernon"] = lrl,
["Long Branch"] = md,
["New Carrollton Metro"] = "New Carrollton station",
["North Avenue"] = lrl,
["Penn Station"] = "Baltimore Penn Station",
["Silver Spring"] = md,
["Silver Spring Metro"] = "Silver Spring station (Maryland)",
["Takoma Langley"] = "Takoma Langley Crossroads Transit Center",
["Timonium Business Park"] = lrl,
["Timonium Fairgrounds"] = lrl,
["Westport"] = lrl,
["Woodside"] = md,
},
["lines"] = {
["Light RailLink"] = {
["title"] = "[[بالٹیمور لائیٹ ریل لنک]]",
["icon"] = "[[File:Baltimore Light RailLink logo.svg|16px|alt=]]",
["color"] = "355D82",
["left terminus"] = {"BWI Airport", "Glen Burnie"},
["right terminus"] = {"Hunt Valley"},
["types"] = {
["Penn-Camden"] = {
["title"] = "Penn–Camden Shuttle",
["left terminus"] = "Camden Yards",
["right terminus"] = "Penn Station",
},
},
},
["Metro Subway"] = {
["title"] = "[[Metro SubwayLink]]",
["icon"] = "[[File:Baltimore Metro SubwayLink Logo for Signage (Blue).svg|16px|alt=]]",
["color"] = "355D82",
["left terminus"] = "Owings Mills",
["right terminus"] = "Johns Hopkins Hospital",
},
["Purple"] = {
["title"] = "[[Purple Line (Maryland)|Purple Line]]",
["color"] = "4C266F",
["left terminus"] = "Bethesda",
["right terminus"] = "New Carrollton",
},
},
["aliases"] = {
["main"] = "Light RailLink",
["penn"] = "Light RailLink",
},
}
return p