<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ephemeralfilm.info/a/Module:NYC_bus_link/history?feed=atom</id>
	<title>Module:NYC bus link - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://ephemeralfilm.info/a/Module:NYC_bus_link/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="http://ephemeralfilm.info/a/Module:NYC_bus_link/history"/>
	<updated>2026-04-10T12:18:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.2</generator>
	<entry>
		<id>http://ephemeralfilm.info/index.php?title=Module:NYC_bus_link&amp;diff=36419&amp;oldid=prev</id>
		<title>JJR: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://ephemeralfilm.info/index.php?title=Module:NYC_bus_link&amp;diff=36419&amp;oldid=prev"/>
		<updated>2022-03-21T01:33:45Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 01:33, 21 March 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>JJR</name></author>
	</entry>
	<entry>
		<id>http://ephemeralfilm.info/index.php?title=Module:NYC_bus_link&amp;diff=36418&amp;oldid=prev</id>
		<title>w&gt;MTATransitFan at 14:11, 18 May 2021</title>
		<link rel="alternate" type="text/html" href="http://ephemeralfilm.info/index.php?title=Module:NYC_bus_link&amp;diff=36418&amp;oldid=prev"/>
		<updated>2021-05-18T14:11:12Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;require(&amp;#039;Module:No globals&amp;#039;);&lt;br /&gt;
local getArgs = require(&amp;#039;Module:Arguments&amp;#039;).getArgs&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.getLink(frame)&lt;br /&gt;
	local args = getArgs(frame);&lt;br /&gt;
	local result = {};&lt;br /&gt;
	local city;&lt;br /&gt;
	&lt;br /&gt;
	args.city = args.city:lower();&lt;br /&gt;
	&lt;br /&gt;
	if &amp;#039;nyc&amp;#039; == args.city then&lt;br /&gt;
		city = &amp;#039;New York City bus&amp;#039;;&lt;br /&gt;
	elseif &amp;#039;li&amp;#039; == args.city then&lt;br /&gt;
		city = &amp;#039;Long Island bus&amp;#039;;&lt;br /&gt;
	elseif &amp;#039;nj&amp;#039; == args.city then&lt;br /&gt;
		city = &amp;#039;New Jersey bus&amp;#039;;&lt;br /&gt;
	elseif &amp;#039;columbia&amp;#039; == args.city then&lt;br /&gt;
		city = &amp;#039;Columbia Transportation&amp;#039;&lt;br /&gt;
	elseif &amp;#039;princeton&amp;#039; == args.city then&lt;br /&gt;
		city = &amp;#039;Tiger Transit&amp;#039;&lt;br /&gt;
	else&lt;br /&gt;
		return table.concat ({&amp;#039;&amp;lt;span style=\&amp;quot;font-size:100%; font-style:normal;\&amp;quot; class=\&amp;quot;error\&amp;quot;&amp;gt;unexpected city: &amp;#039;, args.city, &amp;#039;&amp;lt;/span&amp;gt;&amp;#039;})&lt;br /&gt;
	end&lt;br /&gt;
		&lt;br /&gt;
	for _, name in ipairs (args) do&lt;br /&gt;
		table.insert (result, table.concat ({&amp;#039;[[&amp;#039;, name, &amp;#039; (&amp;#039;, city, &amp;#039;)|&amp;#039;, name, &amp;#039;]]&amp;#039;}))&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	if (&amp;#039;yes&amp;#039; == args.prose) or (&amp;#039;y&amp;#039; == args.prose) then&lt;br /&gt;
		return mw.text.listToText (result);&lt;br /&gt;
	else&lt;br /&gt;
		return table.concat (result, &amp;#039;, &amp;#039;);&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p;&lt;/div&gt;</summary>
		<author><name>w&gt;MTATransitFan</name></author>
	</entry>
</feed>