<?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%3AInfobox_film%2Ftrack</id>
	<title>Module:Infobox film/track - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AInfobox_film%2Ftrack"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Infobox_film/track&amp;action=history"/>
	<updated>2026-06-18T13:52:21Z</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:Infobox_film/track&amp;diff=472272&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:Infobox_film/track&amp;diff=472272&amp;oldid=prev"/>
		<updated>2021-07-15T23:19:26Z</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;
&lt;br /&gt;
local function check(args, sources, targets)&lt;br /&gt;
	local source&lt;br /&gt;
	for _, param in ipairs(sources) do&lt;br /&gt;
		if args[param] and args[param] ~= '' then&lt;br /&gt;
			source = param&lt;br /&gt;
			break&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	if not source then&lt;br /&gt;
		return false&lt;br /&gt;
	end&lt;br /&gt;
	local hasError = false&lt;br /&gt;
	for link in mw.ustring.gmatch(args[source], '%[%[[^%[%]]+%]%]') do&lt;br /&gt;
		local name = mw.ustring.match(link, '([^%|]+)%]%]$', 3)&lt;br /&gt;
		for _, param in ipairs(targets) do&lt;br /&gt;
			if args[param] and args[param] ~= '' and&lt;br /&gt;
				mw.ustring.find(args[param], '%f[%w]' .. name .. '%f[%W]')&lt;br /&gt;
			then&lt;br /&gt;
				mw.log('The link &amp;quot;' .. link .. '&amp;quot; in |' .. source .. '= should be moved to |' .. param .. '=.')&lt;br /&gt;
				hasError = true&lt;br /&gt;
				break&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	return hasError&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	local hasError1 = check(args, {'producer', 'producers'}, {'writer', 'writers', 'screenplay', 'story', 'based_on'})&lt;br /&gt;
	local hasError2 = check(args, {'music'}, {'cinematography', 'editing'})&lt;br /&gt;
	if (hasError1 or hasError2) and mw.title.getCurrentTitle().namespace == 0 then&lt;br /&gt;
		return '[[Category:Articles using Infobox film with incorrectly placed links]]'&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>