<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://wikisp.org/wiki/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AModuleMsg</id>
	<title>Módulo:ModuleMsg - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://wikisp.org/wiki/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AModuleMsg"/>
	<link rel="alternate" type="text/html" href="https://wikisp.org/wiki/index.php?title=M%C3%B3dulo:ModuleMsg&amp;action=history"/>
	<updated>2026-07-18T02:23:31Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikisp.org/wiki/index.php?title=M%C3%B3dulo:ModuleMsg&amp;diff=1607&amp;oldid=prev</id>
		<title>Hasley: 1 revisión importada</title>
		<link rel="alternate" type="text/html" href="https://wikisp.org/wiki/index.php?title=M%C3%B3dulo:ModuleMsg&amp;diff=1607&amp;oldid=prev"/>
		<updated>2021-05-24T02:18:17Z</updated>

		<summary type="html">&lt;p&gt;1 revisión importada&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&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: #202122; text-align: center;&quot;&gt;← Revisión anterior&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revisión del 02:18 24 may 2021&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>Hasley</name></author>
	</entry>
	<entry>
		<id>https://wikisp.org/wiki/index.php?title=M%C3%B3dulo:ModuleMsg&amp;diff=1606&amp;oldid=prev</id>
		<title>meta&gt;Tacsipacsi: performance optimization: load translation units’ contents just in time using a metatable; don’t load them if they wouldn’t be used on the page</title>
		<link rel="alternate" type="text/html" href="https://wikisp.org/wiki/index.php?title=M%C3%B3dulo:ModuleMsg&amp;diff=1606&amp;oldid=prev"/>
		<updated>2021-03-05T13:55:47Z</updated>

		<summary type="html">&lt;p&gt;performance optimization: load translation units’ contents just in time using a metatable; don’t load them if they wouldn’t be used on the page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.get_msgs(frame, pagename, lang)&lt;br /&gt;
	local ret = {}&lt;br /&gt;
	local msgs = {}&lt;br /&gt;
	local page = mw.title.new(pagename)&lt;br /&gt;
	local raw = page:getContent()&lt;br /&gt;
	for msgname in string.gmatch(raw, &amp;#039;&amp;lt;!%-%-T:(.-)%-%-&amp;gt;&amp;#039;) do&lt;br /&gt;
		msgs[msgname] = true&lt;br /&gt;
	end&lt;br /&gt;
	local retmeta = {&lt;br /&gt;
		__index = function(t, msgname)&lt;br /&gt;
			if msgs[msgname] then&lt;br /&gt;
				local msgvalue = mw.title.new(&amp;#039;Translations:&amp;#039; .. pagename .. &amp;#039;/&amp;#039; .. msgname .. &amp;#039;/&amp;#039; .. lang):getContent()&lt;br /&gt;
				if msgvalue == nil then&lt;br /&gt;
					-- English fallback&lt;br /&gt;
					msgvalue = mw.title.new(&amp;#039;Translations:&amp;#039; .. pagename .. &amp;#039;/&amp;#039; .. msgname .. &amp;#039;/en&amp;#039;):getContent()&lt;br /&gt;
				end&lt;br /&gt;
				rawset(t, msgname, msgvalue)&lt;br /&gt;
				return msgvalue&lt;br /&gt;
			else&lt;br /&gt;
				return nil&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	}&lt;br /&gt;
	return setmetatable(ret, retmeta)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>meta&gt;Tacsipacsi</name></author>
	</entry>
</feed>