<?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%3ALighthouse_tracking</id>
	<title>Module:Lighthouse tracking - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ALighthouse_tracking"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Lighthouse_tracking&amp;action=history"/>
	<updated>2026-06-13T22:56:07Z</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:Lighthouse_tracking&amp;diff=472463&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:Lighthouse_tracking&amp;diff=472463&amp;oldid=prev"/>
		<updated>2021-07-15T23:32:37Z</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;local p = {}&lt;br /&gt;
function p.tracking(frame)&lt;br /&gt;
	local res = ''&lt;br /&gt;
	local isNRHP = false&lt;br /&gt;
	local hasNRHPbox = false&lt;br /&gt;
	local heritage = frame.args.heritage or ''&lt;br /&gt;
	if heritage == '' then&lt;br /&gt;
	elseif (heritage:match('National Register of Historic Places') or&lt;br /&gt;
		heritage:match('NRHP') ) then&lt;br /&gt;
		res = res .. '[[Category:Pages using infobox lighthouse with NRHP heritage]]'&lt;br /&gt;
		isNRHP = true&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	for k, v in pairs( frame:getParent().args ) do&lt;br /&gt;
		if k and k == 'module' then&lt;br /&gt;
			if v and v:match('&amp;lt;tr') then&lt;br /&gt;
				if v:match('National Register of Historic Places') or v:match('NRHP') &lt;br /&gt;
					or v:match('U.S. Historic district') &lt;br /&gt;
					or v:match('U.S. National Register of Historic Places') then&lt;br /&gt;
					hasNRHPbox = true&lt;br /&gt;
				end&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	if hasNRHPbox == false and isNRHP == true then&lt;br /&gt;
		res = res .. '[[Category:Pages using infobox lighthouse with NRHP heritage|‽]]'&lt;br /&gt;
	end&lt;br /&gt;
	if hasNRHPbox == true and isNRHP == false then&lt;br /&gt;
		res = res .. '[[Category:Pages using infobox lighthouse with NRHP heritage|¶]]'&lt;br /&gt;
	end&lt;br /&gt;
	return res&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>