Diferencia entre revisiones de «Módulo:Encabezado»

Contenido eliminado Contenido añadido
m Faltaba un espacio entre la frase y el ilustrador
Sin resumen de edición
Línea 51:
-- Find the display area of the wikilink
if result:match("|") then -- Find if we're dealing with a pipecd link.
result = result:match("^%[%[.-%|(.+)%]%]")
-- Remove new lines from the display of multiline piped links,
-- where the pipe is before the first new line.