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 6: Line 6:
      
      


     return debugInfo
     return 'Test'
end
end


return
return

Revision as of 14:27, 31 May 2024

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

local p = {}

function p.query(frame)
	
	local debugInfo = "'''Test Module:VisualData'''" 
    

    return 'Test'
end

return