Modulo:Citazione/sandbox: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
passa direttamente table senza smistare in parametri
stessa cosa se Title è stato passato a Chapter
Riga 1 355:
end
elseif is_set(URL) then
Chapter = external_link( URL, Chapter ) .. TransError .. Format;
if config.CitationClass == "collegamenti" then
for i, v in ipairs(args.urls) do
if args.titles[i] then
Chapter = Chapter .. ' / ' .. external_link( v, args.titles[i] )
end
end
end
Chapter = Chapter .. Format;
URL = "";
Format = "";