Combined display of all available logs of Loftia Community Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:03, 20 April 2025 Pi talk contribs created page Special:Badtitle/NS828:Sandbox/User/Pi/Resources (Created page with "local p = {} function p.main(frame) local sparqlEndpoint = 'https://query.wikidata.org/sparql' -- Replace with your SPARQL endpoint local query = 'SELECT ?item WHERE { ?item wdt:P7 wd:Q2. }' -- SPARQL query -- Encode and format URL local encodedQuery = mw.uri.encode(query) local url = sparqlEndpoint .. '?query=' .. encodedQuery .. '&format=json' -- Make HTTP request local response = mw.http.get(url, { headers = {...")