<?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%3ACite_news</id>
	<title>Module:Cite news - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ACite_news"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Cite_news&amp;action=history"/>
	<updated>2026-04-29T23:18:22Z</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:Cite_news&amp;diff=471280&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:Cite_news&amp;diff=471280&amp;oldid=prev"/>
		<updated>2021-07-15T21:02:03Z</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;
local CS1 = require('Module:Citation/CS1')&lt;br /&gt;
&lt;br /&gt;
p[''] = function(frame)&lt;br /&gt;
	local newFrame = {&lt;br /&gt;
	    getParent = function(self)&lt;br /&gt;
	    	return frame&lt;br /&gt;
	    end,&lt;br /&gt;
	    getTitle = function(self)&lt;br /&gt;
	    	return 'Template:Cite news'&lt;br /&gt;
	    end,&lt;br /&gt;
	    args = {CitationClass='news'}&lt;br /&gt;
	}&lt;br /&gt;
	setmetatable(newFrame, {&lt;br /&gt;
		__index = function(t, k)&lt;br /&gt;
			if type(frame[k]) == 'function' then&lt;br /&gt;
				return function(...)&lt;br /&gt;
					return frame[k](frame, select(2, ...))&lt;br /&gt;
				end&lt;br /&gt;
			else&lt;br /&gt;
				return frame[k]&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	})&lt;br /&gt;
	return CS1.citation(newFrame)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>