More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 7: | Line 7: | ||
local out = {} | local out = {} | ||
local param = { | local param = { | ||
category= | category=frame[1] | ||
} | } | ||
local pages = mw.ext.dpl.getPages() | local pages = mw.ext.dpl.getPages(param) | ||
end | end | ||
return p | return p |
Revision as of 11:04, 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=frame[1]
}
local pages = mw.ext.dpl.getPages(param)
end
return p