<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://wiki.alcoyindustrial.es/w/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AInfobox_Biblio</id>
	<title>Módulo:Infobox Biblio - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alcoyindustrial.es/w/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AInfobox_Biblio"/>
	<link rel="alternate" type="text/html" href="https://wiki.alcoyindustrial.es/w/index.php?title=M%C3%B3dulo:Infobox_Biblio&amp;action=history"/>
	<updated>2026-04-19T12:14:11Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://wiki.alcoyindustrial.es/w/index.php?title=M%C3%B3dulo:Infobox_Biblio&amp;diff=14&amp;oldid=prev</id>
		<title>Averduc: Página creada con «local p = {}  local argumento={}  function p.run(frame)  	local nombreimagen = frame.args['imagen'] or '' 	local autor = frame.args['autor/es'] or '' 	local fechapublicacio…»</title>
		<link rel="alternate" type="text/html" href="https://wiki.alcoyindustrial.es/w/index.php?title=M%C3%B3dulo:Infobox_Biblio&amp;diff=14&amp;oldid=prev"/>
		<updated>2020-09-21T08:57:39Z</updated>

		<summary type="html">&lt;p&gt;Página creada con «local p = {}  local argumento={}  function p.run(frame)  	local nombreimagen = frame.args[&amp;#039;imagen&amp;#039;] or &amp;#039;&amp;#039; 	local autor = frame.args[&amp;#039;autor/es&amp;#039;] or &amp;#039;&amp;#039; 	local fechapublicacio…»&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;
local argumento={}&lt;br /&gt;
&lt;br /&gt;
function p.run(frame)&lt;br /&gt;
&lt;br /&gt;
	local nombreimagen = frame.args['imagen'] or ''&lt;br /&gt;
	local autor = frame.args['autor/es'] or ''&lt;br /&gt;
	local fechapublicacion = frame.args['fecha publicacion'] or ''&lt;br /&gt;
	local editorial = frame.args['editorial'] or ''&lt;br /&gt;
	local paginas = frame.args['paginas'] or ''&lt;br /&gt;
	local isbn = frame.args['ISBN'] or ''&lt;br /&gt;
	local tituloinfobox = frame.args['titulo infobox'] or ''	&lt;br /&gt;
	&lt;br /&gt;
		if nombreimagen ~= '' then&lt;br /&gt;
		imagen = '[[' .. nombreimagen .. '|width|300px]]'&lt;br /&gt;
		else imagen = ''&lt;br /&gt;
			end&lt;br /&gt;
			&lt;br /&gt;
	if tituloinfobox ~= '' then titulo = tituloinfobox&lt;br /&gt;
		else titulo = tostring(mw.title.getCurrentTitle()) end			&lt;br /&gt;
	&lt;br /&gt;
	local capiunto = require 'capiunto'&lt;br /&gt;
	&lt;br /&gt;
	local infobox = capiunto.create( {&lt;br /&gt;
		top = titulo,&lt;br /&gt;
		topStyle = 'background:#bf8250; padding: 10px',&lt;br /&gt;
		headerStyle = 'background:#ffffa1;'&lt;br /&gt;
	} )&lt;br /&gt;
	infobox:addImage(imagen)&lt;br /&gt;
	infobox:addHeader('Información')&lt;br /&gt;
	if autor ~= '' then infobox:addRow('Autor/es', autor)	end&lt;br /&gt;
	if fechapublicacion ~= '' then infobox:addRow('Fecha de publicación', fechapublicacion)	end&lt;br /&gt;
	if editorial ~= '' then infobox:addRow('Editorial', editorial)	end&lt;br /&gt;
	if paginas ~= '' then infobox:addRow('Páginas', paginas)	end&lt;br /&gt;
	if isbn ~= '' then infobox:addRow('ISBN', isbn)	end&lt;br /&gt;
&lt;br /&gt;
	return infobox&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Averduc</name></author>
	</entry>
</feed>