Jump to content

Module:Sandbox/Tule-hog: Difference between revisions

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


SD.wtos('blocked')
{

SD.wtos('blocked')
}


p.main = function(frame)
p.main = function(frame)

Revision as of 03:53, 11 April 2025

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

SD.wtos('blocked')


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

return p