All public logs
From TITAF TANGOWIKI
Combined display of all available logs of TITAF TANGOWIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:08, 21 March 2025 Donxello talk contribs created page Module:SPARQL (Created page with "local p = {} local http = require('mw.http') local json = require('mw.text').jsonDecode function p.runQuery(query) local endpoint = "https://dbpedia.org/sparql" -- Change if using a different SPARQL service local url = endpoint .. "?query=" .. mw.uri.encode(query) local response = http.request{ method = "GET", url = url, headers = { ["Accept"] = "application/json" } } if response.status ~= 200 then return "SPARQ...")