Module:Sandbox/User:Zetchri/test

From Illerai

This is the current revision of this page, as edited by imported>Zetchri at 18:29, 2 December 2018. 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:Zetchri/test/doc

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

return invocable