Module:Sandbox/Jackmcbarn

This is an old revision of this page, as edited by Jackmcbarn (talk | contribs) at 21:50, 3 July 2014 (better example). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}

local d = os.date()

function p.main(frame)
	return 'The date when the module was ran was ' .. d
end

return p