<?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_entry</id>
	<title>Moduł:Code review entry - 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_entry"/>
	<link rel="alternate" type="text/html" href="http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Code_review_entry&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_entry&amp;diff=121&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_entry&amp;diff=121&amp;oldid=prev"/>
		<updated>2026-07-24T10:04:12Z</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-120:rev-121 --&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_entry&amp;diff=120&amp;oldid=prev</id>
		<title>mediawiki&gt;MarkTraceur o 06:25, 31 sie 2013</title>
		<link rel="alternate" type="text/html" href="http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Code_review_entry&amp;diff=120&amp;oldid=prev"/>
		<updated>2013-08-31T06:25:11Z</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 Gerrit = require( &amp;#039;Module:Gerrit&amp;#039; )&lt;br /&gt;
&lt;br /&gt;
local description = function ( desc, done )&lt;br /&gt;
	local isdone = ( done == &amp;#039;done&amp;#039; )&lt;br /&gt;
	local entry = &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
	if isdone then&lt;br /&gt;
		entry = entry .. &amp;#039;&amp;lt;s&amp;gt;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	entry = entry .. desc&lt;br /&gt;
&lt;br /&gt;
	if isdone then&lt;br /&gt;
		entry = entry .. &amp;#039;&amp;lt;/s&amp;gt;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return entry&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local linkhead = function ( link, done )&lt;br /&gt;
	local isdone = ( done == &amp;#039;done&amp;#039; )&lt;br /&gt;
	local entry = &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
	if isdone then&lt;br /&gt;
		entry = entry .. &amp;#039;&amp;lt;s&amp;gt;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	entry = entry .. link&lt;br /&gt;
&lt;br /&gt;
	if isdone then&lt;br /&gt;
		entry = entry .. &amp;#039;&amp;lt;/s&amp;gt;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return entry&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local dl = function ( link, desc, done )&lt;br /&gt;
	local entry = &amp;#039;; &amp;#039;&lt;br /&gt;
&lt;br /&gt;
	origurl = link&lt;br /&gt;
	matches = string.match( origurl, &amp;#039;https?%:%/%/gerrit%.wikimedia%.org%/r%/(%d+)&amp;#039; )&lt;br /&gt;
	constraintmatches = string.match( origurl, &amp;#039;https?%:%/%/gerrit%.wikimedia%.org%/r%/%#%/q%/(.*),n,z&amp;#039; )&lt;br /&gt;
&lt;br /&gt;
	if matches ~= nil then&lt;br /&gt;
		link = Gerrit._link_to_gerrit_number( matches )&lt;br /&gt;
	elseif constraintmatches ~= nil then&lt;br /&gt;
		local ownermatch = string.match( constraintmatches, &amp;#039;owner%:([^%+ ]*)&amp;#039; )&lt;br /&gt;
		local projectmatch = string.match( constraintmatches, &amp;#039;project%:([^%+ ]*)&amp;#039; )&lt;br /&gt;
		local statusmatch = string.match( constraintmatches, &amp;#039;status%:([^%+ ]*)&amp;#039; )&lt;br /&gt;
		local constraints = {}&lt;br /&gt;
&lt;br /&gt;
		if ownermatch ~= nil then&lt;br /&gt;
			constraints.owner = ownermatch&lt;br /&gt;
		end&lt;br /&gt;
&lt;br /&gt;
		if projectmatch ~= nil then&lt;br /&gt;
			constraints.project = projectmatch&lt;br /&gt;
		end&lt;br /&gt;
&lt;br /&gt;
		if statusmatch ~= nil then&lt;br /&gt;
			constraints.status = statusmatch&lt;br /&gt;
		end&lt;br /&gt;
&lt;br /&gt;
		link = Gerrit._link_to_gerrit_constraints( constraints )&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return &amp;#039;; &amp;#039; .. linkhead( link, done ) .. &amp;#039; : &amp;#039; .. description( desc, done )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return {&lt;br /&gt;
	_dl = dl,&lt;br /&gt;
&lt;br /&gt;
	dl = function ( d )&lt;br /&gt;
		link = d.args[1]&lt;br /&gt;
		desc = d.args[2]&lt;br /&gt;
		done = d.args[3]&lt;br /&gt;
&lt;br /&gt;
		return dl( d.args[1], d.args[2], d.args[3] )&lt;br /&gt;
	end&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>mediawiki&gt;MarkTraceur</name></author>
	</entry>
</feed>