Documentation for this module may be created at Module:Sprite/doc
local p = {} p.main = function( frame ) return "Hello, world!" end return p