<?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%3AWikitable</id>
	<title>Module:Wikitable - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AWikitable"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Wikitable&amp;action=history"/>
	<updated>2026-06-06T12:44:20Z</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:Wikitable&amp;diff=480081&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:Wikitable&amp;diff=480081&amp;oldid=prev"/>
		<updated>2021-07-16T08:00:59Z</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 getArgs = require('Module:Arguments').getArgs&lt;br /&gt;
local buffer = require(&amp;quot;Module:Buffer&amp;quot;)('{|')&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args =  getArgs(frame, {removeBlanks=false, trim=false} )&lt;br /&gt;
	for k, v in pairs(args) do&lt;br /&gt;
		if type(k) ~= 'number' then buffer:_(string.format(string.match(v, '^[&amp;quot;\']') and ' %s=%s' or ' %s=&amp;quot;%s&amp;quot;', k, v)) end&lt;br /&gt;
	end&lt;br /&gt;
	buffer:_'\n'&lt;br /&gt;
	for _, v in ipairs(args) do&lt;br /&gt;
		if not string.match(v, '^!') then buffer:_'|' end&lt;br /&gt;
		buffer:_(v)&lt;br /&gt;
	end&lt;br /&gt;
	return table.concat(buffer:_'\n|}')&lt;br /&gt;
end&lt;br /&gt;
return p;&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>