Diferencia entre revisiones de «Módulo:EnlazarTeléfono»
Contenido eliminado Contenido añadido
m Zerabat trasladó la página Módulo:LinkPhone a Módulo:EnlazarTeléfono sin dejar una redirección: en español |
Correcciones según solicitud en Plantilla discusión:Listado |
||
Línea 26:
end
if mw.ustring.sub(link, 1, 1) ~= '+' and mw.ustring.len(link) > 4 then
catMissingCountryCode = '[[' .. catprefix .. '
if tollfree == 'yes' and mw.ustring.sub(link, 1, 3) == '800' then
catMissingCountryCode = '';
Línea 95:
output = txt .. othertxt;
if mw.ustring.match('+' .. link,"^%+[%d-() ]+$") == nil then
catFormatIssue = '[[' .. catprefix .. '
end
end
if mw.ustring.match(link,"%(0%)") ~= nil then
catFormatIssue = '[[' .. catprefix .. '
end
if mw.title.getCurrentTitle().namespace == 0 or demo == 'true' then
|