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 = &quot;%1 station (Houston)&quot;<br /> local university_line = &quot;METRORapid University Line#%1&quot;<br /> <br /> local p = {<br /> [&quot;lang&quot;] = &quot;en-US&quot;,<br /> [&quot;system title&quot;] = &quot;[[Houston Metro#METRORapid|METRORapid]]&quot;,<br /> [&quot;system icon&quot;] = &quot;[[File:HoustonMetroLogoOnly.svg|16px|link=Houston Metro#METRORapid]]&quot;,<br /> [&quot;rail box format&quot;] = &quot;title&quot;,<br /> [&quot;system color&quot;] = &quot;2b59ae&quot;,<br /> [&quot;station format&quot;] = {<br /> &quot;%1 station&quot;,<br /> [&quot;Almeda&quot;] = university_line,<br /> [&quot;Cullen&quot;] = university_line,<br /> [&quot;Eastwood Transit Center&quot;] = university_line,<br /> [&quot;Gulfton&quot;] = university_line,<br /> [&quot;Hillcroft Transit Center&quot;] = university_line,<br /> [&quot;Menil&quot;] = university_line,<br /> [&quot;Montrose&quot;] = houston,<br /> },<br /> [&quot;lines&quot;] = {<br /> [&quot;_default&quot;] = {<br /> [&quot;title&quot;] = &quot;[[METRORapid %1 Line|%1 Line]]&quot;,<br /> },<br /> [&quot;University&quot;] = {<br /> [&quot;color&quot;] = &quot;11679a&quot;,<br /> [&quot;left terminus&quot;] = &quot;Westchase Park and Ride&quot;,<br /> [&quot;right terminus&quot;] = &quot;Tidwood Transit Center&quot;,<br /> },<br /> [&quot;Silver&quot;] = {<br /> [&quot;color&quot;] = &quot;636466&quot;,<br /> [&quot;left terminus&quot;] = &quot;Westpark/Lower Uptown Transit Center&quot;,<br /> [&quot;right terminus&quot;] = &quot;Northwest Transit Center&quot;,<br /> },<br /> },<br /> }<br /> <br /> return p</div> SleepTrain456