Changes
used args.url as "the original"
end
if ( PublicationDate == Date or PublicationDate == Year ) then PublicationDate = nil end
if ( nil ~= ArchiveURL and "no" == DeadURL ) then
local temp = URL
URL = ArchiveURL
end
if ( TransTitle ~= nil ) then TransTitle = " [" .. TransTitle .. "]." else TransTitle = "" end
Archived = " [" .. ArchiveURL .. "Archived] from the original on" .. ArchiveDate .. "."
else
Archived = " Archived from [" .. URL args.url .. " the original] on" .. ArchiveDate .. "."
end
else