Module:Sandbox

From Bonkipedia
Revision as of 23:20, 2 June 2022 by 67.7.82.52 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/doc

local p = {}

function p.run( frame )
   error("You thought you could run this now, didn't you?")
end

return p