Jump to content

Module:Sandbox/Tule-hog

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tule-hog (talk | contribs) at 03:50, 11 April 2025. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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