Module:PersonPaperList: Revision history

From MaRDI portal

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 March 2024

7 February 2024

5 February 2024

25 January 2024

14 December 2023

13 December 2023

12 December 2023

6 December 2023

  • curprev 12:4512:45, 6 December 2023Tconrad talk contribs 3,488 bytes +144 No edit summary
  • curprev 12:4212:42, 6 December 2023Tconrad talk contribs 3,344 bytes +260 No edit summary
  • curprev 12:2512:25, 6 December 2023Tconrad talk contribs 3,084 bytes +3,084 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..."