https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3AAdjacent_stations%2FMETRORapid
Module:Adjacent stations/METRORapid - Revision history
2025-06-13T19:00:12Z
Revision history for this page on the wiki
MediaWiki 1.45.0-wmf.5
https://en.wikipedia.org/w/index.php?title=Module:Adjacent_stations/METRORapid&diff=1221599121&oldid=prev
SleepTrain456: I created this new template, since the proposed METRORail lines are now METRORapid.
2024-04-30T21:27:43Z
<p>I created this new template, since the proposed METRORail lines are now METRORapid.</p>
<p><b>New page</b></p><div>local houston = "%1 station (Houston)"<br />
local university_line = "METRORapid University Line#%1"<br />
<br />
local p = {<br />
["lang"] = "en-US",<br />
["system title"] = "[[Houston Metro#METRORapid|METRORapid]]",<br />
["system icon"] = "[[File:HoustonMetroLogoOnly.svg|16px|link=Houston Metro#METRORapid]]",<br />
["rail box format"] = "title",<br />
["system color"] = "2b59ae",<br />
["station format"] = {<br />
"%1 station",<br />
["Almeda"] = university_line,<br />
["Cullen"] = university_line,<br />
["Eastwood Transit Center"] = university_line,<br />
["Gulfton"] = university_line,<br />
["Hillcroft Transit Center"] = university_line,<br />
["Menil"] = university_line,<br />
["Montrose"] = houston,<br />
},<br />
["lines"] = {<br />
["_default"] = {<br />
["title"] = "[[METRORapid %1 Line|%1 Line]]",<br />
},<br />
["University"] = {<br />
["color"] = "11679a",<br />
["left terminus"] = "Westchase Park and Ride",<br />
["right terminus"] = "Tidwood Transit Center",<br />
},<br />
["Silver"] = {<br />
["color"] = "636466",<br />
["left terminus"] = "Westpark/Lower Uptown Transit Center",<br />
["right terminus"] = "Northwest Transit Center",<br />
},<br />
},<br />
}<br />
<br />
return p</div>
SleepTrain456