• 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 394: Line 394:  
             sequence = enumerating_function()
 
             sequence = enumerating_function()
 
             sequence_position = 1
 
             sequence_position = 1
         else
+
         elseif not sequence then
 
             local buildIterator = Iterator[enumerator]
 
             local buildIterator = Iterator[enumerator]
 
             if buildIterator then
 
             if buildIterator then
Line 537: Line 537:  
     )
 
     )
 
end
 
end
 +
 +
function Calc.test2()
 +
    mw.log(
 +
        Calc.format(nil, {
 +
            type = "1",
 +
            "@equipmentByType",
 +
            "!@",
 +
            "?link",
 +
        })
 +
    )
 +
end
 +
 
-- print(p.test())
 
-- print(p.test())
    
return Calc
 
return Calc
cssedit, gkautomate
6,926

edits

Navigation menu