- 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"
Jump to navigation
Jump to search
m (boi...) |
|||
Line 3: | Line 3: | ||
return { | return { | ||
load = function (...) | load = function (...) | ||
− | return | + | return require(_.join({ 'Module:Data', unpack(arg) }, '/')) |
end | end | ||
} | } |
Revision as of 21:47, 18 October 2020
Documentation for this module may be created at Module:Data/doc
local _ = require('Module:Core')
return {
load = function (...)
return require(_.join({ 'Module:Data', unpack(arg) }, '/'))
end
}