Module:Citation/CS1: Difference between revisions
No edit summary |
No edit summary |
||
| Line 836: | Line 836: | ||
date = substitute (cfg.presentation['nowrap2'], {cap, cap2}); | date = substitute (cfg.presentation['nowrap2'], {cap, cap2}); | ||
end | end | ||
return date; | return date; | ||
end | end | ||
| Line 2,249: | Line 2,249: | ||
end | end | ||
local Year = | local Year = A['Year']; | ||
local PublicationDate = | local PublicationDate = A['PublicationDate']; | ||
local OrigYear = | local OrigYear = A['OrigYear']; | ||
local Date = | local Date = A['Date']; | ||
local LayDate = | local LayDate = A['LayDate']; | ||
------------------------------------------------- Get title data | ------------------------------------------------- Get title data | ||
local Title = A['Title']; | local Title = A['Title']; | ||