• 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 87: Line 87:  
     Table = function(frame)
 
     Table = function(frame)
 
         local args = U.getTemplateArgs(frame)
 
         local args = U.getTemplateArgs(frame)
 +
        local world, map = string.match(args.implicit.pagename, "([^/]+)/([^/]+)")
 +
        args.implicit.world = world
 +
        args.implicit.map = map
 
         local table_string = NodeInfo:Table(args.explicit, args.implicit)
 
         local table_string = NodeInfo:Table(args.explicit, args.implicit)
 
         if args.explicit.diff or args.implicit.pagename and args.implicit.pagename:sub(1, 5) == "World" then
 
         if args.explicit.diff or args.implicit.pagename and args.implicit.pagename:sub(1, 5) == "World" then
cssedit, gkautomate
6,926

edits

Navigation menu