All public logs

Jump to navigation Jump to search

Combined display of all available logs of Visual Data Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:40, 2 May 2024 Uschuetzenmeister talk contribs created page Module:Indicator datasets table (Created page with "local p = {} function p.getProjectData() local jsonPage = mw.title.new("Entry:Datasets/Dataset") if jsonPage and jsonPage.exists then local content = jsonPage:getContent() local jsonData = mw.text.jsonDecode(content) if jsonData and jsonData.schemas and jsonData.schemas.Dataset then return jsonData.schemas.Dataset.date else return "Error: Invalid JSON structure" end else return "Error: J...")