Jump to content

Module:Sandbox/Tule-hog

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Tule-hog (talk | contribs) at 04:11, 11 April 2025. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {}
local SD = require "Module:SimpleDebug"

local mine = 'blah'

p.main = function(frame)
	-- SD.wtos('unblocked')
	-- return SD.s
end

return p