模块:Citation/CS1:修订间差异
imported>Liangent 无编辑摘要 |
imported>Liangent 无编辑摘要 |
||
| 第1,448行: | 第1,448行: | ||
local xDate = Date | local xDate = Date | ||
local pgtext = Page .. Pages .. At | local pgtext = Page .. Pages .. At | ||
if is_set(Periodical) and not inArray(config.CitationClass, {"encyclopaedia","web","book"}) | if is_set(Periodical) and Date ~= '' and | ||
not inArray(config.CitationClass, {"encyclopaedia","web","book"}) then | |||
if inArray(config.CitationClass, {"journal","citation"}) and ( Volume ~= '' or Issue ~= '' ) then | if inArray(config.CitationClass, {"journal","citation"}) and ( Volume ~= '' or Issue ~= '' ) then | ||
xDate = xDate .. ',' .. Volume .. Issue | xDate = xDate .. ',' .. Volume .. Issue | ||