Module:Table/Wrench: Difference between revisions

From Growtopia
Jump to navigationJump to search
>HashJona
Created page with "local p function p.build_table(args) return '' end return p"
 
>HashJona
mNo edit summary
Line 1: Line 1:
local p  
local p = {}


function p.build_table(args)  
function p.build_table(frame)  
return ''
return ''
end
end


return p
return p

Revision as of 06:08, 5 April 2025

Documentation for this module may be created at Module:Table/Wrench/doc

local p = {}

function p.build_table(frame) 
	return ''
end

return p