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

imported>Liangent
无编辑摘要
imported>Liangent
无编辑摘要
第1,497行: 第1,497行:
             if (sepc ~= '.') then in_text = in_text:lower() end
             if (sepc ~= '.') then in_text = in_text:lower() end
             if (string.sub(Editors,-1,-1) == sepc)
             if (string.sub(Editors,-1,-1) == sepc)
                or ed_is_zh -- LOCAL
                 then Editors = in_text .. Editors .. " "
                 then Editors = in_text .. Editors .. " "
                 else Editors = in_text .. Editors .. sepc .. " "
                 else Editors = in_text .. Editors .. sepc .. " "
第1,502行: 第1,503行:
             -- LOCAL
             -- LOCAL
             if ed_is_zh then
             if ed_is_zh then
                 Editors = Editors .. cfg.messages['in'] .. sepc .. ' '
                 Editors = Editors .. ' ' .. cfg.messages['in'] .. sepc .. ' '
             end
             end
             -- END LOCAL
             -- END LOCAL