• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 479: Line 479:  
         for _, e in ipairs(filterArg) do
 
         for _, e in ipairs(filterArg) do
 
         local kv = mw.text.split(e, "%s*~%s*")
 
         local kv = mw.text.split(e, "%s*~%s*")
         if tostring(ship[kv[1]](ship)) ~= kv[2] then
+
         local xs = mw.text.split(kv[2], "%s*,%s*")
 +
        local test2 = false
 +
        for _, e2 in ipairs(xs) do
 +
if tostring(ship[kv[1]](ship)) == e2 then
 +
        test2 = true
 +
        break
 +
        end
 +
        end
 +
        if not test2 then
 
         test = false
 
         test = false
 
         break
 
         break
cssedit, gkautomate
6,926

edits

Navigation menu