Jump to content

Module:Sandbox/Tule-hog: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Line 3: Line 3:
SD = require "Module:SimpleDebug"
SD = require "Module:SimpleDebug"


{
p.second = function()
SD.wtos('second')
SD.wtos('blocked')
}
end


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

Revision as of 03:51, 11 April 2025

local p = {}
data = require('Module:Sandbox/Tule-hog/data')
SD = require "Module:SimpleDebug"

{
	SD.wtos('blocked')
}

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

return p