Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Table/Wrench: Difference between revisions

From Growtopia Wiki
Created page with "local p function p.build_table(args) return '' end return p"
 
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