Module:VisualData: Difference between revisions

From Visual Data Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 5: Line 5:
end
end


return
return p

Revision as of 14:29, 31 May 2024

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

local p = {}

function p.query(frame)
        return "Test"
end

return p