More actions
mNo edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
local pages = mw.ext.dpl.getPagenames{ | local pages = mw.ext.dpl.getPagenames{ | ||
namespace='', | namespace='', | ||
category= | category=frame[1] | ||
} | } | ||
end | end | ||
return p | return p |
Latest revision as of 11:43, 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 pages = mw.ext.dpl.getPagenames{
namespace='',
category=frame[1]
}
end
return p