Changes

58 bytes removed ,  07:35, 11 December 2020
no edit summary
Line 836: Line 836:  
date = substitute (cfg.presentation['nowrap2'], {cap, cap2});
 
date = substitute (cfg.presentation['nowrap2'], {cap, cap2});
 
end
 
end
date = '2005';
+
 
 
return date;
 
return date;
 
end
 
end
Line 2,249: Line 2,249:  
end
 
end
   −
local Year = A['Year'];
+
local Year = 2005;
local PublicationDate = A['PublicationDate'];
+
local PublicationDate = 2005;
local OrigYear = A['OrigYear'];
+
local OrigYear = 2005;
local Date = A['Date'];
+
local Date = 2005;
local LayDate = A['LayDate'];
+
local LayDate = 2005;
 
------------------------------------------------- Get title data
 
------------------------------------------------- Get title data
 
local Title = A['Title'];
 
local Title = A['Title'];