Diferencia entre revisiones de «Módulo:Encabezado»

Contenido eliminado Contenido añadido
?
Sin resumen de edición
Línea 7:
local params ={}
local categorias = ''
local altparams= {['título']='titulo', ['title']='titulo', ['left']='anterior', ['right']='próximo', ['author']='autor', ['traducción']='traductor', ['año']='ano' }
 
 
Línea 86:
local anosmuerte
local anospub
if argus['añoano'] and tonumber(argus['añoano']) ~= nil then
anospub = tonumber(lang:formatDate('Y')) - tonumber(argus['añoano'])
end
if argus['última muerte'] and tonumber(argus['última muerte']) ~= nil then
Línea 107:
medio:wikitext("'''''"..argus['titulo'].."'''''")
end
if argus['añoano'] then --and argus['noañonoano']~= nil then
medio:wikitext(' ('..argus['añoano']..')')
if argus['históricos'] then
categorias = categorias..'[[Categoría:D'..argus['añoano']..']]'
else
categorias = categorias..'[[Categoría:P'..argus['añoano']..']]'
end
end
Línea 243:
-- microformato:node( enlaceMicroformato( 'publisher', argus.editeur ) )
--end
if argus['añoano'] and argus['añoano'] ~= '' then
microformato:node( enlaceMicroformato( 'year', argus['añoano'] ) )
end
--if argus.lieu and argus.lieu ~= '' then