<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>https://inricristopedia.org/w/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3A%C3%82ncora</id>
	<title>Módulo:Âncora - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="https://inricristopedia.org/w/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3A%C3%82ncora"/>
	<link rel="alternate" type="text/html" href="https://inricristopedia.org/w/index.php?title=M%C3%B3dulo:%C3%82ncora&amp;action=history"/>
	<updated>2026-08-03T05:51:22Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://inricristopedia.org/w/index.php?title=M%C3%B3dulo:%C3%82ncora&amp;diff=1545&amp;oldid=prev</id>
		<title>In7cr7pe7: uma edição</title>
		<link rel="alternate" type="text/html" href="https://inricristopedia.org/w/index.php?title=M%C3%B3dulo:%C3%82ncora&amp;diff=1545&amp;oldid=prev"/>
		<updated>2020-08-08T18:53:31Z</updated>

		<summary type="html">&lt;p&gt;uma edição&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;pt-BR&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Edição anterior&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Edição das 18h53min de 8 de agosto de 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;pt-BR&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Sem diferença)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>In7cr7pe7</name></author>
		
	</entry>
	<entry>
		<id>https://inricristopedia.org/w/index.php?title=M%C3%B3dulo:%C3%82ncora&amp;diff=1544&amp;oldid=prev</id>
		<title>br&gt;FrancisAkio: Protegeu &quot;Módulo:Âncora&quot;: Módulo com impacto significativo em outras páginas ([Editar=Permitir apenas autorrevisores] (indefinidamente) [Mover=Permitir apenas autorrevisores] (indefinidamente))</title>
		<link rel="alternate" type="text/html" href="https://inricristopedia.org/w/index.php?title=M%C3%B3dulo:%C3%82ncora&amp;diff=1544&amp;oldid=prev"/>
		<updated>2019-07-19T00:33:40Z</updated>

		<summary type="html">&lt;p&gt;Protegeu &amp;quot;&lt;a href=&quot;/wiki/M%C3%B3dulo:%C3%82ncora&quot; title=&quot;Módulo:Âncora&quot;&gt;Módulo:Âncora&lt;/a&gt;&amp;quot;: Módulo com impacto significativo em outras páginas ([Editar=Permitir apenas autorrevisores] (indefinidamente) [Mover=Permitir apenas autorrevisores] (indefinidamente))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Este módulo implementa {{âncora}}.&lt;br /&gt;
&lt;br /&gt;
local getArgs = require('Módulo:Arguments').getArgs&lt;br /&gt;
local tableTools = require('Módulo:TableTools')&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	-- Obter os argumentos posicionais de #invoke, remover quaisquer valores nil,&lt;br /&gt;
	-- e passá-los a p._main.&lt;br /&gt;
	local args = getArgs(frame)&lt;br /&gt;
	local argArray = tableTools.compressSparseArray(args)&lt;br /&gt;
	return p._main(unpack(argArray))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._main(...)&lt;br /&gt;
	-- Gerar a lista de âncoras.&lt;br /&gt;
	local anchors = {...}&lt;br /&gt;
	local ret = {}&lt;br /&gt;
	for _, anchor in ipairs(anchors) do&lt;br /&gt;
		ret[#ret + 1] = '&amp;lt;span id=&amp;quot;' .. anchor .. '&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;'&lt;br /&gt;
	end&lt;br /&gt;
	return table.concat(ret)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>br&gt;FrancisAkio</name></author>
		
	</entry>
</feed>