• 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 7: Line 7:  
local _ = require('Module:Core')
 
local _ = require('Module:Core')
   −
return function(render)
+
return function(render, test)
 
   return {
 
   return {
 
     render = function(frame)
 
     render = function(frame)
 
       return render(frame and _.getTemplateArgs(frame) or {}, frame)
 
       return render(frame and _.getTemplateArgs(frame) or {}, frame)
     end
+
     end,
 +
    test = function(frame)
 +
      return render(test, frame)
 +
    end,
 
   }
 
   }
 
end
 
end
cssedit, gkautomate
7,064

edits

Navigation menu