Jump to content

Module:Sandbox/Fred Gandt/chessDemo

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Fred Gandt (talk | contribs) at 03:33, 24 May 2016 (starting new project). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {}

local function _chessDemo( args )
	local result = ''
	return result
end

function p.get( frame )
	return _chessDemo( frame.args )
end

return p