Módulo:ABNT: mudanças entre as edições
Conteúdo deletado Conteúdo adicionado
Sem resumo de edição |
Sem resumo de edição |
||
Linha 23:
if #creator >= 1 then
-- creator = string.gsub( creator, '(,%s%d%d%d%d%-?%d-)', '')
if string.match( creator, '^(.*)%(') then▼
creator = string.match( creator, '^(.*)%(') -- Tolkien, J. R. R. (John Ronald Reuel), 1892-1973▼
end▼
if string.match( creator, '^(.*),') then
creator = string.match( creator, '^(.*),') -- Assis, Machado de, 1839-1908
▲ end
▲ if string.match( creator, '^(.*)%s%(') then
▲ creator = string.match( creator, '^(.*)%s%(') -- Tolkien, J. R. R. (John Ronald Reuel), 1892-1973
end
|