Módulo:Usuário: diferenças entre revisões

Conteúdo apagado Conteúdo adicionado
m links trocados (verificar)
+Special:AbuseLog?wpSearchUser=NOME
Linha 29:
local registros_bloqueio = frame.args['registros de bloqueio' ] or "registros de bloqueio"
local registros_movimento = frame.args['registros de movimento' ] or "registros de movimento"
local registros_filtros = frame.args['registros dos filtros' ] or "registros dos filtros"
local bloquear = frame.args['bloquear' ] or "bloquear"
Linha 40 ⟶ 41:
local registros_bloqueio_alt = "Registros de bloqueio"
local registros_movimento_alt = "Registros de movimentação de páginas"
local registros_filtros_alt = "Registros dos filtros de edição"
local bloquear_alt = "Bloquear usuári" .. sexo
Linha 51 ⟶ 53:
local registros_bloqueio_link = frame:callParserFunction('fullurl', 'Special:Log', 'type=block&page=User:' .. usuarioURL)
local registros_movimento_link = frame:callParserFunction('fullurl', 'Special:Log', 'type=move&user=' .. usuarioURL)
local registros_filtros_link = frame:callParserFunction('fullurl', 'Special:AbuseLog', 'wpSearchUser=' .. usuarioURL)
 
local txt = ''
Linha 89 ⟶ 92:
if txt ~= '' then txt = txt .. separador end
txt = txt .. '<span title="' .. registros_movimento_alt .. '">[' .. registros_movimento_link .. ' ' .. registros_movimento .. ']</span>'
end
if registros_filtros ~= "" then
if txt ~= '' then txt = txt .. separador end
txt = txt .. '<span title="' .. registros_filtros_alt .. '">[' .. registros_filtros_link .. ' ' .. registros_filtros .. ']</span>'
end
if bloquear ~= "" then