More actions
No edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
function p.test(frame) | function p.test(frame) | ||
local out = {} | local out = {} | ||
local | local pages = mw.ext.dpl.getPagenames{ | ||
namespace='', | namespace='', | ||
category='Feat' | category='Feat' | ||
} | } | ||
end | end | ||
return p | return p |
Revision as of 11:24, 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='Feat'
}
end
return p