Module:Sandbox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 6: Line 6:
--[[Category:Sandbox]]
--[[Category:Sandbox]]
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
local p = {}
function p.test ()
return p
end

Revision as of 19:21, 1 October 2022



----------------------------------------------------------------------------------------------------
--
--                                        Module:Sandbox
--
-- Here you can set anything you want in this sandbox, as long as it uses the language Lua.
--[[Category:Sandbox]]
----------------------------------------------------------------------------------------------------

local p = {}
function p.test ()
return p
end