<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://litwiki.org/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://litwiki.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AInfobox_film%2Ftrack"/>
	<link rel="alternate" type="text/html" href="https://litwiki.org/index.php?title=Module:Infobox_film/track&amp;action=history"/>
	<updated>2026-04-29T11:28:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://litwiki.org/index.php?title=Module:Infobox_film/track&amp;diff=17500&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://litwiki.org/index.php?title=Module:Infobox_film/track&amp;diff=17500&amp;oldid=prev"/>
		<updated>2021-08-13T13:33:17Z</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 09:33, 13 August 2021&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>Admin</name></author>
	</entry>
	<entry>
		<id>https://litwiki.org/index.php?title=Module:Infobox_film/track&amp;diff=17499&amp;oldid=prev</id>
		<title>en&gt;Nardog at 01:25, 29 July 2021</title>
		<link rel="alternate" type="text/html" href="https://litwiki.org/index.php?title=Module:Infobox_film/track&amp;diff=17499&amp;oldid=prev"/>
		<updated>2021-07-29T01:25:13Z</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;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] ~= &amp;#039;&amp;#039; 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], &amp;#039;%[%[[^%[%]]+%]%]&amp;#039;) do&lt;br /&gt;
		local name = mw.ustring.match(link, &amp;#039;([^%|]+)%]%]$&amp;#039;, 3)&lt;br /&gt;
		for _, param in ipairs(targets) do&lt;br /&gt;
			if args[param] and args[param] ~= &amp;#039;&amp;#039; and&lt;br /&gt;
				mw.ustring.find(args[param], &amp;#039;%f[%w]&amp;#039; .. name .. &amp;#039;%f[%W]&amp;#039;)&lt;br /&gt;
			then&lt;br /&gt;
				mw.log(&amp;#039;The link &amp;quot;&amp;#039; .. link .. &amp;#039;&amp;quot; in |&amp;#039; .. source .. &amp;#039;= should be moved to |&amp;#039; .. param .. &amp;#039;=.&amp;#039;)&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, {&amp;#039;producer&amp;#039;, &amp;#039;producers&amp;#039;}, {&amp;#039;writer&amp;#039;, &amp;#039;writers&amp;#039;, &amp;#039;screenplay&amp;#039;, &amp;#039;story&amp;#039;, &amp;#039;based_on&amp;#039;})&lt;br /&gt;
	local hasError2 = check(args, {&amp;#039;music&amp;#039;}, {&amp;#039;cinematography&amp;#039;, &amp;#039;editing&amp;#039;})&lt;br /&gt;
	if hasError1 or hasError2 then&lt;br /&gt;
		local namespace = mw.title.getCurrentTitle().namespace&lt;br /&gt;
		if namespace == 0 or namespace == 118 then&lt;br /&gt;
			return &amp;#039;[[Category:Articles using Infobox film with incorrectly placed links]]&amp;#039;&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>en&gt;Nardog</name></author>
	</entry>
</feed>