• 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 53: Line 53:     
     local world, map = string.match(pagename, "([^/]+)/([^/]+)")
 
     local world, map = string.match(pagename, "([^/]+)/([^/]+)")
     world = world or "??"
+
     world = world or pagename
 
     map = map or "??"
 
     map = map or "??"
   Line 88: Line 88:  
         local args = U.getTemplateArgs(frame)
 
         local args = U.getTemplateArgs(frame)
 
         local world, map = string.match(args.implicit.pagename, "([^/]+)/([^/]+)")
 
         local world, map = string.match(args.implicit.pagename, "([^/]+)/([^/]+)")
         args.implicit.world = world or args.implicit.pagename
+
         args.implicit.world = world or '??'
 
         args.implicit.map = map or '??'
 
         args.implicit.map = map or '??'
 
         local table_string = NodeInfo:Table(args.explicit, args.implicit)
 
         local table_string = NodeInfo:Table(args.explicit, args.implicit)
cssedit, gkautomate
6,926

edits

Navigation menu