• 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 96: Line 96:  
     args = args or Utils.getTemplateArgs(frame)
 
     args = args or Utils.getTemplateArgs(frame)
 
     local ship_name = args.explicit.ship or args.implicit.pagename or ""
 
     local ship_name = args.explicit.ship or args.implicit.pagename or ""
 +
    local ship_key = ship_name
 
     if not args.explicit.ship and args.implicit.pagename and args.implicit.basepagename == "Sandbox" then
 
     if not args.explicit.ship and args.implicit.pagename and args.implicit.basepagename == "Sandbox" then
         ship_name = ship_name .. "/"
+
         ship_key = ship_name .. "/"
 
     end
 
     end
     local ship = Ship(ship_name)
+
     local ship = Ship(ship_key)
 
     local ship_type = ship:type()
 
     local ship_type = ship:type()
 
     return format{
 
     return format{
cssedit, gkautomate
7,060

edits

Navigation menu