Module:CreateModuleGridData

From The First Descendant Wiki
Revision as of 11:43, 3 June 2024 by Communos (talk | contribs)

currently does not work correctly


local p = {}

function p.getModuleData(frame)
    local data = mw.loadData("Module:Modules/data")
    local module_name = frame:getTitle()
    return module_name
end

return p