<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.pengtools.com/index.php?action=history&amp;feed=atom&amp;title=Module%3APurge</id>
		<title>Module:Purge - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.pengtools.com/index.php?action=history&amp;feed=atom&amp;title=Module%3APurge"/>
		<link rel="alternate" type="text/html" href="https://wiki.pengtools.com/index.php?title=Module:Purge&amp;action=history"/>
		<updated>2026-06-10T08:57:57Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.0-alpha</generator>

	<entry>
		<id>https://wiki.pengtools.com/index.php?title=Module:Purge&amp;diff=1136&amp;oldid=prev</id>
		<title>Figaro: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.pengtools.com/index.php?title=Module:Purge&amp;diff=1136&amp;oldid=prev"/>
				<updated>2017-03-23T10:06:47Z</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='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:06, 23 March 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&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>Figaro</name></author>	</entry>

	<entry>
		<id>https://wiki.pengtools.com/index.php?title=Module:Purge&amp;diff=1135&amp;oldid=prev</id>
		<title>Mr. Stradivarius: Protected Module:Purge: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://wiki.pengtools.com/index.php?title=Module:Purge&amp;diff=1135&amp;oldid=prev"/>
				<updated>2015-05-14T06:38:33Z</updated>
		
		<summary type="html">&lt;p&gt;Protected Module:Purge: &lt;a href=&quot;/index.php?title=WP:High-risk_templates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:High-risk templates (page does not exist)&quot;&gt;High-risk Lua module&lt;/a&gt; ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module implements [[Template:Purge]].&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
local function makeUrlLink(url, display)&lt;br /&gt;
	return string.format('[%s %s]', url, display)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._main(args)&lt;br /&gt;
	-- Make the URL&lt;br /&gt;
	local url&lt;br /&gt;
	do&lt;br /&gt;
		local title&lt;br /&gt;
		if args.page then&lt;br /&gt;
			title = mw.title.new(args.page)&lt;br /&gt;
			if not title then&lt;br /&gt;
				error(string.format(&lt;br /&gt;
					&amp;quot;'%s' is not a valid page name&amp;quot;,&lt;br /&gt;
					args.page&lt;br /&gt;
				), 2)&lt;br /&gt;
			end&lt;br /&gt;
		else&lt;br /&gt;
			title = mw.title.getCurrentTitle()&lt;br /&gt;
		end&lt;br /&gt;
		if args.anchor then&lt;br /&gt;
			title.fragment = args.anchor&lt;br /&gt;
		end&lt;br /&gt;
		url = title:fullUrl{action = 'purge'}&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	-- Make the display&lt;br /&gt;
	local display = mw.html.create('span')&lt;br /&gt;
	display&lt;br /&gt;
		:attr('title', 'Purge this page')&lt;br /&gt;
		:wikitext(args[1] or 'Purge')&lt;br /&gt;
	display = tostring(display)&lt;br /&gt;
	&lt;br /&gt;
	-- Output the HTML&lt;br /&gt;
	local root = mw.html.create('span')&lt;br /&gt;
	root&lt;br /&gt;
		:addClass('noprint')&lt;br /&gt;
		:addClass('plainlinks')&lt;br /&gt;
		:addClass('purgelink')&lt;br /&gt;
		:wikitext(makeUrlLink(url, display))&lt;br /&gt;
	&lt;br /&gt;
	return tostring(root)&lt;br /&gt;
end&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;
return p&lt;/div&gt;</summary>
		<author><name>Mr. Stradivarius</name></author>	</entry>

	</feed>