Difference between revisions of "Module:Adjacent stations/METRORail"
Jump to navigation
Jump to search
blackwiki>Mackensen (set short name) |
blackwiki>Mackensen (that didn't work) |
||
| Line 17: | Line 17: | ||
["lines"] = { | ["lines"] = { | ||
["_default"] = { | ["_default"] = { | ||
| − | |||
["title"] = "[[METRORail %1 Line|%1 Line]]", | ["title"] = "[[METRORail %1 Line|%1 Line]]", | ||
}, | }, | ||
| Line 24: | Line 23: | ||
["left terminus"] = "Theater District", | ["left terminus"] = "Theater District", | ||
["right terminus"] = "Magnolia Park Transit Center", | ["right terminus"] = "Magnolia Park Transit Center", | ||
| + | ["short name"] = "Green Line", | ||
}, | }, | ||
["Purple"] = { | ["Purple"] = { | ||
| Line 29: | Line 29: | ||
["left terminus"] = "Theater District", | ["left terminus"] = "Theater District", | ||
["right terminus"] = "Palm Center Transit Center", | ["right terminus"] = "Palm Center Transit Center", | ||
| + | ["short name"] = "Purple Line", | ||
}, | }, | ||
["Red"] = { | ["Red"] = { | ||
| Line 34: | Line 35: | ||
["left terminus"] = "Fannin South", | ["left terminus"] = "Fannin South", | ||
["right terminus"] = "Northline Transit Center", | ["right terminus"] = "Northline Transit Center", | ||
| + | ["short name"] = "Red Line", | ||
}, | }, | ||
["University"] = { | ["University"] = { | ||
| Line 39: | Line 41: | ||
["left terminus"] = "Hillcroft Transit Center", | ["left terminus"] = "Hillcroft Transit Center", | ||
["right terminus"] = "Eastwood Transit Center", | ["right terminus"] = "Eastwood Transit Center", | ||
| + | ["short name"] = "University Line", | ||
}, | }, | ||
["Uptown"] = { | ["Uptown"] = { | ||
["color"] = "b99764", | ["color"] = "b99764", | ||
| + | ["short name"] = "Uptown Line", | ||
}, | }, | ||
}, | }, | ||
Revision as of 22:43, 13 August 2019
This is a data module for Module:Adjacent stations. It supports services operated by the METRORail, of Houston, Texas.
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 Template:Rail template doc
local p = {
["lang"] = "en-US",
["system title"] = "[[METRORail]]",
["system icon"] = "[[File:HoustonMetroLogoOnly.svg|16px|link=METRORail]]",
["station format"] = {
"%1 station",
["Bellaire Transit Center"] = "%1",
["Burnett Transit Center"] = "%1",
["Downtown Transit Center"] = "%1",
["Eastwood Transit Center"] = "%1",
["Hillcroft Transit Center"] = "%1",
["Magnolia Park Transit Center"] = "%1",
["Northline Transit Center"] = "%1",
["Palm Center Transit Center"] = "%1",
["TMC Transit Center"] = "%1",
},
["lines"] = {
["_default"] = {
["title"] = "[[METRORail %1 Line|%1 Line]]",
},
["Green"] = {
["color"] = "6e8d24",
["left terminus"] = "Theater District",
["right terminus"] = "Magnolia Park Transit Center",
["short name"] = "Green Line",
},
["Purple"] = {
["color"] = "78486a",
["left terminus"] = "Theater District",
["right terminus"] = "Palm Center Transit Center",
["short name"] = "Purple Line",
},
["Red"] = {
["color"] = "e51836",
["left terminus"] = "Fannin South",
["right terminus"] = "Northline Transit Center",
["short name"] = "Red Line",
},
["University"] = {
["color"] = "11679a",
["left terminus"] = "Hillcroft Transit Center",
["right terminus"] = "Eastwood Transit Center",
["short name"] = "University Line",
},
["Uptown"] = {
["color"] = "b99764",
["short name"] = "Uptown Line",
},
},
}
return p