<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl">
	<id>http://4strona.duckdns.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Modu%C5%82%3ACode_review_backlog</id>
	<title>Moduł:Code review backlog - Historia wersji</title>
	<link rel="self" type="application/atom+xml" href="http://4strona.duckdns.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Modu%C5%82%3ACode_review_backlog"/>
	<link rel="alternate" type="text/html" href="http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Code_review_backlog&amp;action=history"/>
	<updated>2026-07-30T16:27:03Z</updated>
	<subtitle>Historia wersji tej strony wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Code_review_backlog&amp;diff=119&amp;oldid=prev</id>
		<title>Fuhrer: 1 wersja</title>
		<link rel="alternate" type="text/html" href="http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Code_review_backlog&amp;diff=119&amp;oldid=prev"/>
		<updated>2026-07-24T10:04:11Z</updated>

		<summary type="html">&lt;p&gt;1 wersja&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;pl&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← poprzednia wersja&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Wersja z 10:04, 24 lip 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;pl&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Brak różnic)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key 3strona_wiki:diff:1.41:old-118:rev-119 --&gt;
&lt;/table&gt;</summary>
		<author><name>Fuhrer</name></author>
	</entry>
	<entry>
		<id>http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Code_review_backlog&amp;diff=118&amp;oldid=prev</id>
		<title>mediawiki&gt;MarkTraceur o 05:41, 31 sie 2013</title>
		<link rel="alternate" type="text/html" href="http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Code_review_backlog&amp;diff=118&amp;oldid=prev"/>
		<updated>2013-08-31T05:41:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nowa strona&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local cre = require( &amp;#039;Module:Code review entry&amp;#039; )&lt;br /&gt;
&lt;br /&gt;
local build_list = function ( title, entries )&lt;br /&gt;
	local retval = &amp;#039;=== &amp;#039; .. title .. &amp;#039; ===\n&amp;#039;&lt;br /&gt;
&lt;br /&gt;
	for i, entry in ipairs( entries ) do&lt;br /&gt;
		retval = retval .. cre._dl( entry.link, entry.desc, entry.done ) .. &amp;#039;\n&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return retval&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return {&lt;br /&gt;
	_build_list = build_list,&lt;br /&gt;
&lt;br /&gt;
	build_list = function ( frame )&lt;br /&gt;
		local index = 1&lt;br /&gt;
		local args = frame.args&lt;br /&gt;
		local title = args.title&lt;br /&gt;
		local entries = {}&lt;br /&gt;
		local entry = {}&lt;br /&gt;
&lt;br /&gt;
		while args[index] ~= nil do&lt;br /&gt;
			v = args[index]&lt;br /&gt;
&lt;br /&gt;
			if entry.link == nil then&lt;br /&gt;
				entry.link = v&lt;br /&gt;
			elseif entry.desc == nil then&lt;br /&gt;
				entry.desc = v&lt;br /&gt;
			elseif entry.done == nil then&lt;br /&gt;
				entry.done = v&lt;br /&gt;
				table.insert( entries, entry )&lt;br /&gt;
				entry = {}&lt;br /&gt;
			end&lt;br /&gt;
&lt;br /&gt;
			index = index + 1&lt;br /&gt;
		end&lt;br /&gt;
&lt;br /&gt;
		return build_list( title, entries )&lt;br /&gt;
	end&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>mediawiki&gt;MarkTraceur</name></author>
	</entry>
</feed>