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