• 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 165: Line 165:  
             complete = false
 
             complete = false
 
         end
 
         end
         local shipName = use_suffix and suffix or U.ijoin({ship, suffix}, ' ')
+
         local shipName = use_suffix and remodel or U.ijoin({ship, remodel}, ' ')
 
         local isMigrated = migrated[shipName]
 
         local isMigrated = migrated[shipName]
 
         table.insert(result, format{
 
         table.insert(result, format{
Line 260: Line 260:  
end
 
end
   −
-- Quotes.t = Quotes.ShipQuotes(nil, {explicit = {}, implicit = {pagename = "Ayanami"}})
+
function Quotes.test()
 +
    return Quotes.ShipQuotes(
 +
        nil,
 +
        {
 +
            explicit = {
 +
                ["Introduction/Kai Ni"] = "?"
 +
            },
 +
            implicit = {
 +
                pagename = "Umikaze"
 +
            }
 +
        }
 +
    )
 +
end
    
return Quotes
 
return Quotes
cssedit, gkautomate
6,928

edits

Navigation menu