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

Logs
  • 12:25, 6 December 2023 Tconrad talk contribs created page Module:PersonPaperList (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) -- mw.log("Calling buildTableFromSparql") local target1 = frame.args[1] or 'Q161115' -- Default value if not provided...")