Module:Sandbox/User:Californ1a: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "local p = {} function p.main() end return p")
 
mNo edit summary
 
Line 1: Line 1:
local p = {}
local p = {}


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

function p._main(args)
end
end

Latest revision as of 01:40, 29 November 2024

Documentation for this module may be created at Module:Sandbox/User:Californ1a/doc

local p = {}

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

function p._main(args)
	
end

return p