Documentation for this module may be created at Module:Test2/doc
local p = {} function p.test( frame ) return "Test function 2." end return p