<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://ceanbermudez.es/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AHatnote_inline</id>
	<title>Módulo:Hatnote inline - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://ceanbermudez.es/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AHatnote_inline"/>
	<link rel="alternate" type="text/html" href="https://ceanbermudez.es/index.php?title=M%C3%B3dulo:Hatnote_inline&amp;action=history"/>
	<updated>2026-04-04T14:58:14Z</updated>
	<subtitle>Historial de revisiones de esta página en el wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://ceanbermudez.es/index.php?title=M%C3%B3dulo:Hatnote_inline&amp;diff=516&amp;oldid=prev</id>
		<title>C34nB3rmud3z: 1 revisión importada</title>
		<link rel="alternate" type="text/html" href="https://ceanbermudez.es/index.php?title=M%C3%B3dulo:Hatnote_inline&amp;diff=516&amp;oldid=prev"/>
		<updated>2020-04-27T10:45:47Z</updated>

		<summary type="html">&lt;p&gt;1 revisión importada&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;es&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Revisión anterior&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revisión del 10:45 27 abr 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;es&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Sin diferencias)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>C34nB3rmud3z</name></author>
		
	</entry>
	<entry>
		<id>https://ceanbermudez.es/index.php?title=M%C3%B3dulo:Hatnote_inline&amp;diff=515&amp;oldid=prev</id>
		<title>en&gt;JJMC89: Changed protection level for &quot;Module:Hatnote inline&quot;: Highly visible module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://ceanbermudez.es/index.php?title=M%C3%B3dulo:Hatnote_inline&amp;diff=515&amp;oldid=prev"/>
		<updated>2019-03-02T04:20:35Z</updated>

		<summary type="html">&lt;p&gt;Changed protection level for &amp;quot;&lt;a href=&quot;/wiki/M%C3%B3dulo:Hatnote_inline&quot; title=&quot;Módulo:Hatnote inline&quot;&gt;Module:Hatnote inline&lt;/a&gt;&amp;quot;: &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 (la página no existe)&quot;&gt;Highly visible module&lt;/a&gt; ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--------------------------------------------------------------------------------&lt;br /&gt;
--                              Module:Hatnote-inline                         --&lt;br /&gt;
--                                                                            --&lt;br /&gt;
-- This module produces hatnote-style links and links to related articles,    --&lt;br /&gt;
-- but inside a &amp;lt;span&amp;gt;, instead of the &amp;lt;div&amp;gt; used by Module:Hatnote.  It      --&lt;br /&gt;
-- implements the {{hatnote-inline}} meta-template.                           --&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
local mHatnote = require('Module:Hatnote')&lt;br /&gt;
local mArguments = require('Module:Arguments')&lt;br /&gt;
local yesno = require('Module:Yesno')&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.hatnoteInline (frame)&lt;br /&gt;
	local args = mArguments.getArgs(frame)&lt;br /&gt;
	local hatnote = mHatnote.hatnote(frame)&lt;br /&gt;
	if args.inline == nil or yesno(args.inline, true) then&lt;br /&gt;
		local subs = {&lt;br /&gt;
			['^&amp;lt;div'] = '&amp;lt;span',&lt;br /&gt;
			['&amp;lt;/div&amp;gt;$'] = '&amp;lt;/span&amp;gt;'&lt;br /&gt;
		}&lt;br /&gt;
		for k, v in pairs(subs) do hatnote = string.gsub(hatnote, k, v) end&lt;br /&gt;
	end&lt;br /&gt;
	return hatnote&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
p.hatnote = p.hatnoteInline --alias&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>en&gt;JJMC89</name></author>
		
	</entry>
</feed>