<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ANYC_bus_link</id>
	<title>Module:NYC bus link - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ANYC_bus_link"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:NYC_bus_link&amp;action=history"/>
	<updated>2026-07-03T05:27:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:NYC_bus_link&amp;diff=478765&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:NYC_bus_link&amp;diff=478765&amp;oldid=prev"/>
		<updated>2021-07-16T05:03:19Z</updated>

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