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).

Logs
  • 00:04, 21 March 2025 Donxello talk contribs created page Module:WikidataSPARQL (Created page with "local p = {} local json = mw.ext.json -- Ensure JSON handling is available function p.getBirthDate(frame) local entityId = frame.args[1] or "Q42" -- Default to Q42 if no ID is provided local query = "SELECT ?birthDate WHERE { wd:" .. entityId .. " wdt:P569 ?birthDate. }" local url = "https://query.wikidata.org/sparql?query=" .. mw.uri.encode(query) .. "&format=json" local response = mw.internet.http.request(url) if not response then...")