mNo edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
function p.getModuleData() | function p.getModuleData() | ||
local data = mw.loadData("Module:Modules/data") | |||
local module_name = frame:getParent().getTitle() | |||
return module_name | |||
end | end | ||
return p | return p | ||
Revision as of 10:37, 3 June 2024
currently does not work correctly
local p = {}
function p.getModuleData()
local data = mw.loadData("Module:Modules/data")
local module_name = frame:getParent().getTitle()
return module_name
end
return p