<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pool.calebcooper.ie/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://pool.calebcooper.ie/index.php?action=history&amp;feed=atom&amp;title=Module%3ANo_ping"/>
	<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Module:No_ping&amp;action=history"/>
	<updated>2026-04-10T18:16:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://pool.calebcooper.ie/index.php?title=Module:No_ping&amp;diff=16088&amp;oldid=prev</id>
		<title>Caleb Cooper: Created page with &quot;-- This module implements {{noping}}.  local p = {}  function p.main(frame) 	local args = frame:getParent().args 	return p._main(args) end  function p._main(args) 	local ret =...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Module:No_ping&amp;diff=16088&amp;oldid=prev"/>
		<updated>2020-11-17T18:41:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- This module implements {{noping}}.  local p = {}  function p.main(frame) 	local args = frame:getParent().args 	return p._main(args) end  function p._main(args) 	local ret =...&amp;quot;&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>Caleb Cooper</name></author>
	</entry>
</feed>