• 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
Undo revision 815004 by がか (talk)
Line 118: Line 118:  
     end
 
     end
 
     local sorting
 
     local sorting
     if args.order and args.order ~= "none" then
+
     if args.order then
 
         local order_nodes = mw.text.split(args.order, "%s*,%s*")
 
         local order_nodes = mw.text.split(args.order, "%s*,%s*")
 
         sorting = function(a, b)
 
         sorting = function(a, b)
Line 134: Line 134:  
         end
 
         end
 
     end
 
     end
     if args.order ~= "none" then
+
     table.sort(branching.index, sorting)
         table.sort(branching.index, sorting)
+
    for _, from in ipairs(branching.index) do
 +
         -- table.sort(branching[from].index, sorting)
 
     end
 
     end
    -- for _, from in ipairs(branching.index) do
  −
        -- table.sort(branching[from].index, sorting)
  −
    -- end
   
end
 
end
  
cssedit, gkautomate
7,060

edits

Navigation menu