Module:User:Kai/sandbox

From The Deadlock Wiki
Revision as of 21:21, 27 August 2026 by Kai (talk | contribs) (Test manual selects table population (via update-page on MediaWiki MCP Server))
Jump to navigation Jump to search

Documentation for this module may be created at Module:User:Kai/sandbox/doc

local p = {}

function p.view(frame)
    local b = mw.ext.bucket('feedback')
    b.selects = {'page', 'user', 'status', 'feedback'}
    local res = b:run()
    return mw.dumpObject(res)
end

return p