<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt">
	<id>https://wiki.nivel-teorico.com/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3APurge</id>
	<title>Módulo:Purge - Histórico de revisões</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nivel-teorico.com/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3APurge"/>
	<link rel="alternate" type="text/html" href="https://wiki.nivel-teorico.com/index.php?title=M%C3%B3dulo:Purge&amp;action=history"/>
	<updated>2026-07-09T05:59:17Z</updated>
	<subtitle>Histórico de edições para esta página nesta wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.nivel-teorico.com/index.php?title=M%C3%B3dulo:Purge&amp;diff=30687&amp;oldid=prev</id>
		<title>Calimero0000: Criou a página com &quot;-- This module implements Template:Purge.  local p = {}  local function makeUrlLink(url, display)     return string.format(&#039;[%s %s]&#039;, url, display) end  function p._main...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.nivel-teorico.com/index.php?title=M%C3%B3dulo:Purge&amp;diff=30687&amp;oldid=prev"/>
		<updated>2018-07-24T12:07:42Z</updated>

		<summary type="html">&lt;p&gt;Criou a página com &amp;quot;-- This module implements &lt;a href=&quot;/index.php/Predefini%C3%A7%C3%A3o:Purge&quot; class=&quot;mw-redirect&quot; title=&quot;Predefinição:Purge&quot;&gt;Template:Purge&lt;/a&gt;.  local p = {}  local function makeUrlLink(url, display)     return string.format(&amp;#039;[%s %s]&amp;#039;, url, display) end  function p._main...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&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(&amp;#039;[%s %s]&amp;#039;, 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;&amp;#039;%s&amp;#039; nome da página inválido&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 = &amp;#039;purge&amp;#039;}&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Make the display&lt;br /&gt;
    local display = mw.html.create(&amp;#039;span&amp;#039;)&lt;br /&gt;
    display&lt;br /&gt;
        :attr(&amp;#039;title&amp;#039;, &amp;#039;Recarregar esta página&amp;#039;)&lt;br /&gt;
        :wikitext(args[1] or &amp;#039;Purge&amp;#039;)&lt;br /&gt;
    display = tostring(display)&lt;br /&gt;
    &lt;br /&gt;
    -- Output the HTML&lt;br /&gt;
    local root = mw.html.create(&amp;#039;span&amp;#039;)&lt;br /&gt;
    root&lt;br /&gt;
        :addClass(&amp;#039;noprint&amp;#039;)&lt;br /&gt;
        :addClass(&amp;#039;plainlinks&amp;#039;)&lt;br /&gt;
        :addClass(&amp;#039;purgelink&amp;#039;)&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>Calimero0000</name></author>
	</entry>
</feed>