יחידה:Citation/CS1: הבדלים בין גרסאות בדף
אין תקציר עריכה |
אין תקציר עריכה |
||
| שורה 1,643: | שורה 1,643: | ||
local LastAuthorAmp = A['LastAuthorAmp']; | local LastAuthorAmp = A['LastAuthorAmp']; | ||
local no_tracking_cats = A['NoTracking']; | local no_tracking_cats = A['NoTracking']; | ||
-- our code start | |||
local Month = A['Month']; | |||
-- our code end | |||
--these are used by cite interview | --these are used by cite interview | ||
| שורה 1,848: | שורה 1,851: | ||
Year = nil; -- make nil so Year as empty string isn't used for CITEREF | Year = nil; -- make nil so Year as empty string isn't used for CITEREF | ||
if is_set(Date) then | if is_set(Date) then | ||
if is_set(Month) then | if is_set(Month) then | ||
Date = Month .. " " .. Date; | Date = Month .. " " .. Date; | ||