Module:Sandbox/Tule-hog: Difference between revisions
Appearance
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(' |
SD.wtos('blocked') |
||
} |
|||
end |
|||
p.main = function(frame) |
p.main = function(frame) |
||
SD.wtos |
SD.wtos('unblocked') |
||
return SD.s |
return SD.s |
||
end |
end |