• 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 26: Line 26:  
     map = map or "E-?"
 
     map = map or "E-?"
   −
     local node = args.node and string.match(args.node, "^[A-Z]$") and args.node or "?"
+
     local node = args[1] and string.match(args[1], "^[A-Z]$") and args[1] or "?"
 
     local diff = diff_numbers[args.diff] and args.diff or "?"
 
     local diff = diff_numbers[args.diff] and args.diff or "?"
 
     local name = args.name or "?"
 
     local name = args.name or "?"
Line 52: Line 52:  
     local args = Utils.getTemplateArgs(frame)
 
     local args = Utils.getTemplateArgs(frame)
 
     local table_string = NodeInfo:Table(args.explicit)
 
     local table_string = NodeInfo:Table(args.explicit)
     if args.explicit.node then
+
     if args.explicit.diff then
 
         return formatTitle(args.implicit.pagename, args.explicit) .. table_string
 
         return formatTitle(args.implicit.pagename, args.explicit) .. table_string
 
     else
 
     else
cssedit, gkautomate
6,940

edits

Navigation menu