<?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%3ACitar_web</id>
	<title>Módulo:Citar web - 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%3ACitar_web"/>
	<link rel="alternate" type="text/html" href="https://inricristopedia.org/w/index.php?title=M%C3%B3dulo:Citar_web&amp;action=history"/>
	<updated>2026-09-17T22:51:33Z</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:Citar_web&amp;diff=391&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:Citar_web&amp;diff=391&amp;oldid=prev"/>
		<updated>2020-08-08T14:35:45Z</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 14h35min 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:Citar_web&amp;diff=390&amp;oldid=prev</id>
		<title>br&gt;EVinente: Protegeu &quot;Módulo:Citar web&quot;: Módulo de alto impacto ([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:Citar_web&amp;diff=390&amp;oldid=prev"/>
		<updated>2017-06-04T20:08:42Z</updated>

		<summary type="html">&lt;p&gt;Protegeu &amp;quot;&lt;a href=&quot;/wiki/M%C3%B3dulo:Citar_web&quot; title=&quot;Módulo:Citar web&quot;&gt;Módulo:Citar web&lt;/a&gt;&amp;quot;: Módulo de alto impacto ([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;local w = require('Módulo:Citação/CS1')&lt;br /&gt;
&lt;br /&gt;
--[[--------------------------&amp;lt; w . w e b &amp;gt;--------------------------------------&lt;br /&gt;
&lt;br /&gt;
Este é o método principal da predefinição {{citar web}}.&lt;br /&gt;
&lt;br /&gt;
]]&lt;br /&gt;
&lt;br /&gt;
w.web= function(frame)&lt;br /&gt;
    local config, args, A = tratarArgumentos(frame)&lt;br /&gt;
    config.CitationClass = ''&lt;br /&gt;
    config.ChapterNaoSuportado = true&lt;br /&gt;
    local classe = 'web'&lt;br /&gt;
&lt;br /&gt;
    if not is_set(A.URL) then&lt;br /&gt;
        table.insert(z.message_tail, { set_error('cite_web_url', {}, true)})&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local chap_param&lt;br /&gt;
    -- pega o nome do parâmetro de um destes peta-parâmetros relacionados a &amp;quot;chapter&amp;quot;&lt;br /&gt;
    if is_set (A.Chapter) then&lt;br /&gt;
        chap_param = A:ORIGIN ('Chapter')&lt;br /&gt;
    elseif is_set (A.TransChapter) then&lt;br /&gt;
        chap_param = A:ORIGIN ('TransChapter')&lt;br /&gt;
    elseif is_set (A.ChapterURL) then&lt;br /&gt;
        chap_param = A:ORIGIN ('ChapterURL')&lt;br /&gt;
    elseif is_set (A.ScriptChapter) then&lt;br /&gt;
        chap_param = A:ORIGIN ('ScriptChapter')&lt;br /&gt;
    else is_set (A.ChapterFormat)&lt;br /&gt;
        chap_param = A:ORIGIN ('ChapterFormat')&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
     -- se foi encontrado algum...&lt;br /&gt;
    if is_set (chap_param) then&lt;br /&gt;
        -- ... adiciona mensagem de erro&lt;br /&gt;
        table.insert( z.message_tail, { set_error( 'chapter_ignored', {chap_param}, true ) } )&lt;br /&gt;
        -- e esvazia para evitar problemas com concatenações&lt;br /&gt;
        A.Chapter = ''&lt;br /&gt;
        A.TransChapter = '';&lt;br /&gt;
        A.ChapterURL = '';&lt;br /&gt;
        A.ScriptChapter = '';&lt;br /&gt;
        A.ChapterFormat = '';&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local TransTitle = A.TransTitle&lt;br /&gt;
    local Title = A.Title&lt;br /&gt;
    if is_set(A.TitleLink) and is_set(A.Title) then&lt;br /&gt;
        Title = &amp;quot;[[&amp;quot; .. A.TitleLink .. &amp;quot;|&amp;quot; .. Title .. &amp;quot;]]&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
    config.TituloFormatado = {}&lt;br /&gt;
    if is_set(A.Section) then&lt;br /&gt;
        Title = Title .. '&amp;amp;nbsp;' .. wrap_msg ('section', A.Section)&lt;br /&gt;
    end&lt;br /&gt;
    if (is_set(Title)) then&lt;br /&gt;
        Title = kern_quotes (Title)&lt;br /&gt;
        Title = wrap_style ('quoted-title', Title)&lt;br /&gt;
        config.TituloFormatado.Title = Title&lt;br /&gt;
    end&lt;br /&gt;
    if (is_set(TransTitle)) then&lt;br /&gt;
        TransTitle= wrap_style ('trans-quoted-title', TransTitle ) -- .. &amp;quot;, &amp;quot;&lt;br /&gt;
        config.TituloFormatado.TransTitle = TransTitle&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Função com o código abstraído&lt;br /&gt;
    local B&lt;br /&gt;
    A, B = citation0( config, args, A)&lt;br /&gt;
&lt;br /&gt;
    config.CitationClass = classe&lt;br /&gt;
    B.config = config&lt;br /&gt;
&lt;br /&gt;
    return textoFinal(A, B)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return w&lt;/div&gt;</summary>
		<author><name>br&gt;EVinente</name></author>
		
	</entry>
</feed>