Diferencia entre revisiones de «Módulo:Excerpt/zona de pruebas»

Contenido eliminado Contenido añadido
Sin resumen de edición
Sin resumen de edición
Línea 693:
text = fixtags(text, "div")
 
-- Add wikilink to article if requested
if pageopts.more then text = text .. " '''[[" .. pagename .. "|" .. pageopts.more .. "]]'''" end -- wikilink to article for more info
 
if-- Remove pageopts.'''bold then text = mw.ustring.gsub(text, "'''", "")if endrequested
if pageopts.nobold then text = mw.ustring.gsub(text, "'''", "") end
 
return text