Main public logs
From MaRDI portal
Combined display of all available logs of MaRDI portal. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:37, 1 August 2024 Schubotz talk contribs created page Module:Sparql (Created page with "-- This example builds a HTML table with the results of a SPARQL query. -- By default one column is used per SPARQL variable. -- If the second parameter is set to "true", the first two columns are combined into one column. local sparql = require('SPARQL') local mwHtml = require('mw.html') local p = {} function p.buildTableFromSparql(frame) local sparqlQuery = frame.args[1] local combineFirstTwoColumns = trimAndLower(frame.args[2]) == "true" -- PHP function sparql.r...")