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
Tag: Reverted
Line 8: Line 8:


p.main = function(frame)
p.main = function(frame)
SD.wtos (data.text)
SD.wtos ('custom')
return SD.s
return SD.s
end
end

Revision as of 03:50, 11 April 2025

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

p.second = function()
	SD.wtos('second')
end

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

return p