More actions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
function p.test(frame) | function p.test(frame) | ||
local out = {} | local out = {} | ||
local | local param = { | ||
category=' | category='Spell' | ||
} | } | ||
local pages = mw.ext.dpl.getPages( | local pages = mw.ext.dpl.getPages(param) | ||
end | end | ||
return p | return p |
Revision as of 10:55, 5 September 2025
Documentation for this module may be created at Module:Test/doc
local p = {}
local util = require('Module:Utility')
function p.test(frame)
local out = {}
local param = {
category='Spell'
}
local pages = mw.ext.dpl.getPages(param)
end
return p