<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_ping</id>
		<title>Module:No ping - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_ping"/>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:No_ping&amp;action=history"/>
		<updated>2026-09-19T00:04:18Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://wiki.agency/index.php?title=Module:No_ping&amp;diff=592&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:No_ping&amp;diff=592&amp;oldid=prev"/>
				<updated>2018-10-24T22:40:53Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 22:40, 24 October 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://wiki.agency/index.php?title=Module:No_ping&amp;diff=591&amp;oldid=prev</id>
		<title>JJMC89: Undid revision 775971588 by Jc86035 (talk) Caused the template to ping users</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:No_ping&amp;diff=591&amp;oldid=prev"/>
				<updated>2017-04-25T01:30:16Z</updated>
		
		<summary type="html">&lt;p&gt;Undid revision 775971588 by &lt;a href=&quot;/Special:Contributions/Jc86035&quot; title=&quot;Special:Contributions/Jc86035&quot;&gt;Jc86035&lt;/a&gt; (&lt;a href=&quot;/index.php?title=User_talk:Jc86035&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:Jc86035 (page does not exist)&quot;&gt;talk&lt;/a&gt;) Caused the template to ping users&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module implements {{noping}}.&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	return p._main(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._main(args)&lt;br /&gt;
	local ret = {}&lt;br /&gt;
	local fullUrl = mw.uri.fullUrl&lt;br /&gt;
	local format = string.format&lt;br /&gt;
	for i, username in ipairs(args) do&lt;br /&gt;
		local url = fullUrl(mw.site.namespaces.User.name .. &amp;#039;:&amp;#039; .. username)&lt;br /&gt;
		url = tostring(url)&lt;br /&gt;
		local label = args[&amp;#039;label&amp;#039; .. tostring(i)]&lt;br /&gt;
		url = format(&amp;#039;[%s %s]&amp;#039;, url, label or username)&lt;br /&gt;
		ret[#ret + 1] = url&lt;br /&gt;
	end&lt;br /&gt;
	ret = mw.text.listToText(ret)&lt;br /&gt;
	ret = &amp;#039;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;&amp;#039; .. ret .. &amp;#039;&amp;lt;/span&amp;gt;&amp;#039;&lt;br /&gt;
	return ret&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>JJMC89</name></author>	</entry>

	</feed>