Jump to content

Module:Sandbox/BJackJS/Bracket

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Pppery (talk | contribs) at 22:56, 24 January 2021 (Pppery moved page Module:Bracket to Module:Sandbox/BJackJS/Bracket without leaving a redirect: Moving abandoned in-progress module by user on wikibreak to where it belongs). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {}
	
function p.new( frame )
	return table.concat(getmetatable(frame.args)," ")
end

return p