<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AGerrit</id>
	<title>Module:Gerrit - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AGerrit"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Gerrit&amp;action=history"/>
	<updated>2026-05-26T14:41:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Gerrit&amp;diff=136376&amp;oldid=prev</id>
		<title>imported&gt;Pppery at 03:02, 21 September 2020</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Gerrit&amp;diff=136376&amp;oldid=prev"/>
		<updated>2020-09-21T03:02:32Z</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;
p.link = function (frame)&lt;br /&gt;
	local hash = frame.args[1]&lt;br /&gt;
	local length = string.len(hash)&lt;br /&gt;
	&lt;br /&gt;
	if not string.match(hash, &amp;#039;^I?%x+$&amp;#039; ) then&lt;br /&gt;
		return hash&lt;br /&gt;
	end&lt;br /&gt;
	local text&lt;br /&gt;
	if length &amp;gt; 14 then&lt;br /&gt;
		text = string.format(&amp;quot;%.7s&amp;quot;, hash)&lt;br /&gt;
	else&lt;br /&gt;
		text = hash&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local url&lt;br /&gt;
	if length &amp;gt; 6 then&lt;br /&gt;
		-- query&lt;br /&gt;
		url = &amp;#039;https://gerrit.wikimedia.org/r/q/&amp;#039; .. mw.uri.encode(hash)&lt;br /&gt;
    else&lt;br /&gt;
    	-- probably a change&lt;br /&gt;
    	url = &amp;#039;https://gerrit.wikimedia.org/r/c/&amp;#039; .. hash .. &amp;#039;/&amp;#039;&lt;br /&gt;
    end&lt;br /&gt;
        	&lt;br /&gt;
    return &amp;#039;&amp;lt;span class=plainlinks style=&amp;quot;font-family: Consolas, Liberation Mono, Courier, monospace; text-decoration: none;&amp;quot;&amp;gt;[&amp;#039; .. url .. &amp;#039; &amp;#039; .. text .. &amp;#039;]&amp;lt;/span&amp;gt;&amp;#039;&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Pppery</name></author>
	</entry>
</feed>