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
  • 08:07, 16 August 2024 Uschuetzenmeister talk contribs created page Module:Test Lua VisualData (Created page with "local p = {} function p.testlua(frame) local schema = "Project key data" local query = "[[category::Projects]]" local printouts = {"objective", "image", "description"} -- Korrigierter Funktionsaufruf ohne frame: local results = mw.visualdata.query(schema, query, printouts) local output = "" for _, result in ipairs(results) do output = output .. "Objective: " .. (result.objective or "N/A") .. "<br>" output = output .. "Image:...")