Módulo:Citar livro: diferenças entre revisões

Conteúdo apagado Conteúdo adicionado
Teste concluído
Linha 16:
local B
A, B = citation0( config, args, A)
 
if is_set(A.PublicationDate) then
A.PublicationDate = wrap_msg ('published', A.PublicationDate)
end
if is_set(A.PublisherName) then
B.Publisher = B.sepc .. " " .. (is_set(A.PublicationPlace) and A.PublicationPlace
or "[S.l.]") .. ": " .. A.PublisherName .. A.PublicationDate
elseif is_set(A.PublicationPlace) then
B.Publisher= B.sepc .. " " .. A.PublicationPlace
.. ": [s.n.]" .. A.PublicationDate
else
B.Publisher = B.sepc .. " [S.l.: s.n.]" .. A.PublicationDate
end
 
if is_set (B.Contributors) then -- when we are citing foreword, preface, introduction, etc