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

Difference between revisions of "Module:Data"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { load = function (name) return mw.loadData('Data/' .. name) end }")
(No difference)

Revision as of 08:41, 22 July 2018

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

return {
  load = function (name)
    return mw.loadData('Data/' .. name)
  end
}