Diferencia entre revisiones de «Módulo:Encabezado»

Contenido eliminado Contenido añadido
Sin resumen de edición
Microformato
Línea 56:
end
local function enlaceMicroformato(param, valor)
if valor~= nil and valor ~= '' then
return mw.html.create('span')
:addClass('ws-' .. param)
:wikitext(delink(valor))
else
return ''
end
end
function p.encabe( frame )
Línea 121 ⟶ 125:
medio:tag('br')
end
if argus['traductor'] and argus['traductor'] ~= '' then
if argus['traductor'] == 'Wikisource' then
medio:wikitext('traducción de [[Ayuda:Directrices para traducciones|Wikisource]]')