• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:View

From Kancolle Wiki
Revision as of 09:34, 22 July 2018 by がか (talk | contribs)
Jump to navigation Jump to search

Documentation for this module may be created at Module:View/doc

local _ = require('Module:Core')

return function (render)
  return {
    render = function (frame)
      return render(_.getTemplateArgs(frame), frame)
    end
  }
end