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 2: Line 2:
local SD = require "Module:SimpleDebug"
local SD = require "Module:SimpleDebug"


local mine = 'blah'
SD.wtos('then')


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

Latest revision as of 04:11, 11 April 2025

local p = {}
local SD = require "Module:SimpleDebug"

local mine = 'blah'

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

return p