Module:Sandbox/User:Zetchri/test

From Illerai
Jump to navigation Jump to search

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

local invocable = {}
 
function invocable.createTable(frame)
	local header = frame.args[1]
	
	return header
end

return invocable