<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://tvrio.wiki/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AGrilla</id>
	<title>Módulo:Grilla - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://tvrio.wiki/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AGrilla"/>
	<link rel="alternate" type="text/html" href="https://tvrio.wiki/index.php?title=M%C3%B3dulo:Grilla&amp;action=history"/>
	<updated>2026-09-10T18:04:39Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://tvrio.wiki/index.php?title=M%C3%B3dulo:Grilla&amp;diff=689&amp;oldid=prev</id>
		<title>MatyGamingHD: Página creada con «local p = {}  function p.main(frame)     local args = frame:getParent().args     return p.render(args) end  function p.render(args)     local canal = args.canal     local logo = args.logo     local horarios = args.horarios or &#039;&#039;      local html = mw.html.create(&#039;div&#039;)         :addClass(&#039;schedule-box&#039;)      local header = html:tag(&#039;div&#039;):addClass(&#039;schedule-header&#039;)      if logo and logo ~= &#039;&#039; then         header:tag(&#039;div&#039;)             :addClass(&#039;schedule-logo&#039;)…»</title>
		<link rel="alternate" type="text/html" href="https://tvrio.wiki/index.php?title=M%C3%B3dulo:Grilla&amp;diff=689&amp;oldid=prev"/>
		<updated>2026-08-05T07:52:20Z</updated>

		<summary type="html">&lt;p&gt;Página creada con «local p = {}  function p.main(frame)     local args = frame:getParent().args     return p.render(args) end  function p.render(args)     local canal = args.canal     local logo = args.logo     local horarios = args.horarios or &amp;#039;&amp;#039;      local html = mw.html.create(&amp;#039;div&amp;#039;)         :addClass(&amp;#039;schedule-box&amp;#039;)      local header = html:tag(&amp;#039;div&amp;#039;):addClass(&amp;#039;schedule-header&amp;#039;)      if logo and logo ~= &amp;#039;&amp;#039; then         header:tag(&amp;#039;div&amp;#039;)             :addClass(&amp;#039;schedule-logo&amp;#039;)…»&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.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    return p.render(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.render(args)&lt;br /&gt;
    local canal = args.canal&lt;br /&gt;
    local logo = args.logo&lt;br /&gt;
    local horarios = args.horarios or &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
    local html = mw.html.create(&amp;#039;div&amp;#039;)&lt;br /&gt;
        :addClass(&amp;#039;schedule-box&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
    local header = html:tag(&amp;#039;div&amp;#039;):addClass(&amp;#039;schedule-header&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
    if logo and logo ~= &amp;#039;&amp;#039; then&lt;br /&gt;
        header:tag(&amp;#039;div&amp;#039;)&lt;br /&gt;
            :addClass(&amp;#039;schedule-logo&amp;#039;)&lt;br /&gt;
            :wikitext(&amp;#039;[[Archivo:&amp;#039; .. logo .. &amp;#039;|center|65px|link=]]&amp;#039;)&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    header:tag(&amp;#039;div&amp;#039;)&lt;br /&gt;
        :addClass(&amp;#039;schedule-title&amp;#039;)&lt;br /&gt;
        :wikitext(canal)&lt;br /&gt;
&lt;br /&gt;
    local table = html:tag(&amp;#039;div&amp;#039;):addClass(&amp;#039;schedule-list&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
    for line in mw.text.gsplit(horarios, &amp;#039;\n&amp;#039;) do&lt;br /&gt;
        line = mw.text.trim(line)&lt;br /&gt;
        if line ~= &amp;#039;&amp;#039; then&lt;br /&gt;
            local hora, programa = line:match(&amp;#039;^(.-)~(.*)$&amp;#039;)&lt;br /&gt;
            if hora and programa then&lt;br /&gt;
                hora = mw.text.trim(hora)&lt;br /&gt;
                programa = mw.text.trim(programa)&lt;br /&gt;
&lt;br /&gt;
                local row = table:tag(&amp;#039;div&amp;#039;):addClass(&amp;#039;schedule-row&amp;#039;)&lt;br /&gt;
                row:tag(&amp;#039;div&amp;#039;):addClass(&amp;#039;schedule-time&amp;#039;):wikitext(hora)&lt;br /&gt;
                row:tag(&amp;#039;div&amp;#039;):addClass(&amp;#039;schedule-program&amp;#039;):wikitext(programa)&lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return tostring(html)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>MatyGamingHD</name></author>
	</entry>
</feed>