Module:User:Kai/sandbox

Revision as of 21:21, 27 August 2026 by Kai (talk | contribs) (Debug bucket object type (via update-page on MediaWiki MCP Server))

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

local p = {}

function p.view(frame)
    return tostring(mw.ext.bucket) .. " / " .. type(mw.ext.bucket) .. " / " .. tostring(mw.ext.bucket('feedback'))
end

return p