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 g = {}
local p = {}
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 5: Line 5:
SD.wtos('blocked')
SD.wtos('blocked')


p.main = function(frame)

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


return g
return p

Revision as of 03:56, 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