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

imported>Liangent
无编辑摘要
imported>Liangent
无编辑摘要
第660行: 第660行:
         local error_str = "";
         local error_str = "";
         for _, k in ipairs( error_list ) do
         for _, k in ipairs( error_list ) do
             if error_str ~= "" then error_str = error_str .. ", " end
             if error_str ~= "" then error_str = error_str .. "" end -- LOCAL
             error_str = error_str .. "<code>|" .. k .. "=</code>";
             error_str = error_str .. "<code>|" .. k .. "=</code>";
         end
         end
         if #error_list > 1 then
         if #error_list > 1 then
             error_str = error_str .. ", and ";
             error_str = error_str .. ""; -- LOCAL
         else
         else
             error_str = error_str .. " and ";
             error_str = error_str .. ""; -- LOCAL
         end
         end
         error_str = error_str .. "<code>|" .. selected .. "=</code>";
         error_str = error_str .. "<code>|" .. selected .. "=</code>";