Documentation for this module may be created at Module:Sandbox/JJPMaster/test/doc

local p = {}

function p.main( frame ) 
    return "Hey look ma, I can program in Lua!" 
end

function p.unmain( frame ) 
    return "Hello mother, please look at how I now have the ability to use the scripting language known as Lua!" 
end

return p