Module:Sandbox/User:Fjara/Sandbox/Cat poop

From Illerai

This is the current revision of this page, as edited by imported>Fjara at 21:28, 22 January 2024 (Replaced content with "local p = {} function p._main(args) return '' end --DEBUG function p.main(frame) local args = frame:getParent().args local frameArgs = frame.args return p._main(args) end return p"). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Sandbox/User:Fjara/Sandbox/Cat poop/doc

local p = {}

function p._main(args)
	return ''
end

--[[DEBUG
]]

function p.main(frame)
	local args = frame:getParent().args
	local frameArgs = frame.args
	return p._main(args)
end

return p