Jump to content

Module:Sandbox/Tule-hog: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
unrequire
No edit summary
Line 2: Line 2:
local SD = require "Module:SimpleDebug"
local SD = require "Module:SimpleDebug"


SD.wtos('blocked')
SD.wtos('then')


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



Revision as of 04:08, 11 April 2025

local p = {}
local SD = require "Module:SimpleDebug"

SD.wtos('then')

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

return p