模块:Citation/CS1:修订间差异

imported>Liangent
无编辑摘要
imported>Liangent
UndoRange: 26333872 ~ 26333990
第1,466行: 第1,466行:
     end     
     end     
     -- LOCAL
     -- LOCAL
     local xDate = ''
     local xDate = Date
    if Date:sub( -1, -1 ) == sepc then
        xDate = xDate .. Date:sub( 1, -2 ) -- I can't find when sepc may be added...
    else
        xDate = xDate .. Date
    end
     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 ~= '' and xDate:sub(1, 1) ~= sepc then
     if xDate ~= '' then
         xDate = sepc .. ' ' .. xDate
         xDate = sepc .. ' ' .. xDate
     end
     end