<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://wikiminecraft.es/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AIconbar</id>
	<title>Módulo:Iconbar - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://wikiminecraft.es/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AIconbar"/>
	<link rel="alternate" type="text/html" href="https://wikiminecraft.es/index.php?title=M%C3%B3dulo:Iconbar&amp;action=history"/>
	<updated>2026-04-27T05:21:15Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wikiminecraft.es/index.php?title=M%C3%B3dulo:Iconbar&amp;diff=3045&amp;oldid=prev</id>
		<title>MinedNugget: Protegió «Módulo:Iconbar» ([Editar=Solo permitir administradores] (indefinido) [Pueden trasladar=Solo permitir administradores] (indefinido))</title>
		<link rel="alternate" type="text/html" href="https://wikiminecraft.es/index.php?title=M%C3%B3dulo:Iconbar&amp;diff=3045&amp;oldid=prev"/>
		<updated>2014-04-20T14:40:22Z</updated>

		<summary type="html">&lt;p&gt;Protegió «&lt;a href=&quot;/M%C3%B3dulo:Iconbar&quot; title=&quot;Módulo:Iconbar&quot;&gt;Módulo:Iconbar&lt;/a&gt;» ([Editar=Solo permitir administradores] (indefinido) [Pueden trasladar=Solo permitir administradores] (indefinido))&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 14:40 20 abr 2014&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>MinedNugget</name></author>
	</entry>
	<entry>
		<id>https://wikiminecraft.es/index.php?title=M%C3%B3dulo:Iconbar&amp;diff=1050&amp;oldid=prev</id>
		<title>MinedNugget: Página creada con «local p = {} function p.bar( f ) 	local args = require( &#039;Module:ProcessArgs&#039; ).merge() 	local full = args.full 	local half = args.half or &#039;Half &#039; .. full 	local empty = arg...»</title>
		<link rel="alternate" type="text/html" href="https://wikiminecraft.es/index.php?title=M%C3%B3dulo:Iconbar&amp;diff=1050&amp;oldid=prev"/>
		<updated>2014-04-11T16:33:41Z</updated>

		<summary type="html">&lt;p&gt;Página creada con «local p = {} function p.bar( f ) 	local args = require( &amp;#039;Module:ProcessArgs&amp;#039; ).merge() 	local full = args.full 	local half = args.half or &amp;#039;Half &amp;#039; .. full 	local empty = arg...»&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;
function p.bar( f )&lt;br /&gt;
	local args = require( &amp;#039;Module:ProcessArgs&amp;#039; ).merge()&lt;br /&gt;
	local full = args.full&lt;br /&gt;
	local half = args.half or &amp;#039;Half &amp;#039; .. full&lt;br /&gt;
	local empty = args.empty or &amp;#039;Empty &amp;#039; .. full&lt;br /&gt;
	local value = math.abs( tonumber( args.value ) or 0 ) / 2&lt;br /&gt;
	local min = math.ceil( math.abs( tonumber( args.min ) or 0 ) / 2 )&lt;br /&gt;
	local size = args.size or &amp;#039;&amp;#039;&lt;br /&gt;
	local title = args.title or &amp;#039;&amp;#039;&lt;br /&gt;
	local reverse = args.reverse or &amp;#039;&amp;#039;&lt;br /&gt;
	&lt;br /&gt;
	if title:lower() == &amp;#039;none&amp;#039; then&lt;br /&gt;
		title = &amp;#039;&amp;#039;&lt;br /&gt;
	elseif title ~= &amp;#039;&amp;#039; then&lt;br /&gt;
		title = &amp;#039; title=&amp;quot;&amp;#039; .. title .. &amp;#039;&amp;quot;&amp;#039;&lt;br /&gt;
	else&lt;br /&gt;
		title = &amp;#039; title=&amp;quot;&amp;#039; .. value .. &amp;#039;&amp;quot;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local fullIcon = &amp;#039;&amp;#039;&lt;br /&gt;
	local halfIcon = &amp;#039;&amp;#039;&lt;br /&gt;
	local emptyIcon = &amp;#039;&amp;#039;&lt;br /&gt;
	&lt;br /&gt;
	if tonumber( size ) then&lt;br /&gt;
		size = &amp;#039;|&amp;#039; .. size .. &amp;#039;px&amp;#039;&lt;br /&gt;
	elseif size ~= &amp;#039;&amp;#039; then&lt;br /&gt;
		size = &amp;#039;|&amp;#039; .. size&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	if value == 0 then&lt;br /&gt;
		emptyIcon = &amp;#039;[[File:&amp;#039; .. empty .. size .. &amp;#039;]]&amp;#039;&lt;br /&gt;
	else&lt;br /&gt;
		fullIcon = string.rep( &amp;#039;[[File:&amp;#039; .. full .. size .. &amp;#039;]]&amp;#039;, math.floor( value ) )&lt;br /&gt;
		&lt;br /&gt;
		if math.floor( value ) ~= value then&lt;br /&gt;
			halfIcon = &amp;#039;[[File:&amp;#039; .. half .. size .. &amp;#039;]]&amp;#039;&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	if min - value &amp;gt;= 1 then&lt;br /&gt;
		emptyIcon = string.rep( &amp;#039;[[File:&amp;#039; .. empty .. size .. &amp;#039;]]&amp;#039;, min - math.ceil( value ) )&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	if reverse ~= &amp;#039;&amp;#039; then&lt;br /&gt;
		return &amp;#039;&amp;lt;span class=&amp;quot;nowrap&amp;quot;&amp;#039; .. title .. &amp;#039;&amp;gt;&amp;#039; .. emptyIcon .. halfIcon .. fullIcon .. &amp;#039;&amp;lt;/span&amp;gt;&amp;#039;&lt;br /&gt;
	else&lt;br /&gt;
		return &amp;#039;&amp;lt;span class=&amp;quot;nowrap&amp;quot;&amp;#039; .. title .. &amp;#039;&amp;gt;&amp;#039; .. fullIcon .. halfIcon .. emptyIcon .. &amp;#039;&amp;lt;/span&amp;gt;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>MinedNugget</name></author>
	</entry>
</feed>