模块:Citation/CS1:修订间差异
imported>Liangent 无编辑摘要 |
imported>Liangent UndoRange: 26333872 ~ 26333990 |
||
| 第1,466行: | 第1,466行: | ||
end | end | ||
-- LOCAL | -- LOCAL | ||
local xDate = | local xDate = Date | ||
if PublicationDate and PublicationDate ~= '' then | if PublicationDate and PublicationDate ~= '' then | ||
xDate = xDate .. ' (' .. PublicationDate .. ') ' | xDate = xDate .. ' (' .. PublicationDate .. ') ' | ||
end | end | ||
xDate = xDate .. AccessDate | xDate = xDate .. AccessDate | ||
if xDate ~= '' | if xDate ~= '' then | ||
xDate = sepc .. ' ' .. xDate | xDate = sepc .. ' ' .. xDate | ||
end | end | ||