Diferencia entre revisiones de «Módulo:URL»
Ir a la navegación
Ir a la búsqueda
per edit request on talk page - update
m (1 revisión importada) |
Hocus Pocus (1993 film)>Paine Ellsworth (per edit request on talk page - update) |
||
Línea 54: | Línea 54: | ||
-- If it's an HTTP[S] URL without the double slash, fix it. | -- If it's an HTTP[S] URL without the double slash, fix it. | ||
url = mw.ustring.gsub(url, '^[Hh][Tt][Tt][Pp]([Ss]?):(/?)([^/])', 'http%1://%3') | url = mw.ustring.gsub(url, '^[Hh][Tt][Tt][Pp]([Ss]?):(/?)([^/])', 'http%1://%3') | ||
local uri = safeUri(url) | local uri = safeUri(url) |