Module:Test

From Foxwells Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Test/doc

local p = {}

function p.test(frame)
  return "it works"
end

return p