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 1: Line 1:
local p = {}
local g = {}
data = require('Module:Sandbox/Tule-hog/data')
data = require('Module:Sandbox/Tule-hog/data')
local SD = require "Module:SimpleDebug"
local SD = require "Module:SimpleDebug"
Line 11: Line 11:
end
end


return p
return g

Revision as of 03:56, 11 April 2025

local g = {}
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 g