• 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
m
no edit summary
Line 65: Line 65:  
-- header args
 
-- header args
 
local boss = args.boss and string.upper(args.boss) or '?'
 
local boss = args.boss and string.upper(args.boss) or '?'
for node_ in string.gmatch(args.nodes, args_grammar.comma_list) do
+
for node_ in args.nodes and string.gmatch(args.nodes, args_grammar.comma_list) or {} do
 
local node = node_:match(args_grammar.node)
 
local node = node_:match(args_grammar.node)
 
if node then
 
if node then
Line 221: Line 221:  
return showTable(parseArgs(args))
 
return showTable(parseArgs(args))
 
end
 
end
  −
DropList.test = showTable(parseArgs({
  −
'Nagato: A/Hard, Z/Easy',
  −
'Fubuki: A/Easy',
  −
'Roma: Z/Hard',
  −
boss = 'Z',
  −
nodes = 'A, B, C, Z',
  −
}))
      
return DropList
 
return DropList
cssedit, gkautomate
6,941

edits

Navigation menu