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

Module:Data

From Kancolle Wiki
Revision as of 21:48, 18 October 2020 by がか (talk | contribs) (Undo revision 1150048 by がか (talk))
Jump to navigation Jump to search

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

local _ = require('Module:Core')

return {
  load = function (...)
    return mw.loadData(_.join({ 'Module:Data', unpack(arg) }, '/'))
  end
}